<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Modifying the Feedback Button</title>
		<link>http://www.kriesi.at/support/topic/modifying-the-feedback-button</link>
		<description>Support Forum - Topic: Modifying the Feedback Button</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 00:30:43 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/modifying-the-feedback-button" rel="self" type="application/rss+xml" />

		<item>
			<title>scottfairchild on "Modifying the Feedback Button"</title>
			<link>http://www.kriesi.at/support/topic/modifying-the-feedback-button#post-94694</link>
			<pubDate>Sat, 02 Feb 2013 18:15:48 +0000</pubDate>
			<dc:creator>scottfairchild</dc:creator>
			<guid isPermaLink="false">94694@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Dude.  Seems simple enough!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Modifying the Feedback Button"</title>
			<link>http://www.kriesi.at/support/topic/modifying-the-feedback-button#post-94657</link>
			<pubDate>Sat, 02 Feb 2013 09:22:45 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">94657@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Search for following code line in header.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if($feedback_button &#38;amp;&#38;amp; $contact_page) echo &#38;quot;&#38;lt;span class=&#38;#39;feedback_button_wrap&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.get_permalink($contact_page).&#38;quot;&#38;#39; title=&#38;#39;$feedback_button&#38;#39; class=&#38;#39;feedback_button&#38;#39; &#38;gt;$feedback_button&#38;lt;/a&#38;gt;&#38;lt;/span&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can replace the $contact_page variable with any other page id - eg if your page has the id 5 use following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if($feedback_button) echo &#38;quot;&#38;lt;span class=&#38;#39;feedback_button_wrap&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.get_permalink(5).&#38;quot;&#38;#39; title=&#38;#39;$feedback_button&#38;#39; class=&#38;#39;feedback_button&#38;#39; &#38;gt;$feedback_button&#38;lt;/a&#38;gt;&#38;lt;/span&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you'd like to link to an external website, etc. replace the get_permalink function with your custom url (i.e the example code below will link to google.com):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if($feedback_button) echo &#38;quot;&#38;lt;span class=&#38;#39;feedback_button_wrap&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;http://google.com&#38;#39; title=&#38;#39;$feedback_button&#38;#39; class=&#38;#39;feedback_button&#38;#39; &#38;gt;$feedback_button&#38;lt;/a&#38;gt;&#38;lt;/span&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>scottfairchild on "Modifying the Feedback Button"</title>
			<link>http://www.kriesi.at/support/topic/modifying-the-feedback-button#post-94645</link>
			<pubDate>Sat, 02 Feb 2013 06:55:08 +0000</pubDate>
			<dc:creator>scottfairchild</dc:creator>
			<guid isPermaLink="false">94645@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How would I modify the Feedback Button (I use the Choices template) to link to another page (instead of the contact page) or peform another function such as opening an embedded shopping cart?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
