<?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 - Tag: Feedback - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/feedback</link>
		<description>Support Forum - Tag: Feedback - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 03:26:17 +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/tags/feedback" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Display post author?"</title>
			<link>http://www.kriesi.at/support/topic/display-post-author#post-87975</link>
			<pubDate>Thu, 13 Dec 2012 07:15:06 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">87975@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Can you post a link to your website please? &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>biggron on "Display post author?"</title>
			<link>http://www.kriesi.at/support/topic/display-post-author#post-87857</link>
			<pubDate>Wed, 12 Dec 2012 16:46:18 +0000</pubDate>
			<dc:creator>biggron</dc:creator>
			<guid isPermaLink="false">87857@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;When the page is viewed in IE 9 (Internet Explore 9) the &#34;Feedback&#34; is upside down and horizontal while it should be vertical and not upside down. How can I fix that?&#60;/p&#62;
&#60;p&#62;I am having this issue as well using the choices theme.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Display post author?"</title>
			<link>http://www.kriesi.at/support/topic/display-post-author#post-84834</link>
			<pubDate>Wed, 21 Nov 2012 06:53:27 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">84834@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can insert the author link with following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo get_the_author_link();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or the author name with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo get_the_author();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;- you can i.e. insert this code in includes/loop-index.php after the title - just replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo $title;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo $title;
echo get_the_author_link();&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>tampham on "Display post author?"</title>
			<link>http://www.kriesi.at/support/topic/display-post-author#post-84691</link>
			<pubDate>Tue, 20 Nov 2012 11:55:14 +0000</pubDate>
			<dc:creator>tampham</dc:creator>
			<guid isPermaLink="false">84691@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I would like an answer to this also. I'm using the Choices theme.  Is it possible to have author displayed more prominently (for ex, by date, title, or separate byline underneath title).  I'm flexible.   Or is my only option to have the author byline to be part of the text?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.cemandtam.com&#34; rel=&#34;nofollow&#34;&#62;http://www.cemandtam.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Comments are closed on certain posts: however code appears to leave feedback"</title>
			<link>http://www.kriesi.at/support/topic/comments-are-closed-on-certain-posts-however-code-appears-to-leave-feedback#post-80341</link>
			<pubDate>Fri, 19 Oct 2012 10:54:33 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">80341@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;works like a charm, thank you very much, Dude!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Comments are closed on certain posts: however code appears to leave feedback"</title>
			<link>http://www.kriesi.at/support/topic/comments-are-closed-on-certain-posts-however-code-appears-to-leave-feedback#post-80313</link>
			<pubDate>Fri, 19 Oct 2012 06:46:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">80313@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up includes/comments.php and replace following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;div class=&#38;#39;comment_meta_container&#38;#39;&#38;gt;&#38;quot;;
	 echo &#38;quot;&#38;lt;h3 class=&#38;#39;miniheading&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Leave a Reply&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/h3&#38;gt;&#38;quot;;
	 echo &#38;quot;&#38;lt;span class=&#38;#39;minitext&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Want to join the discussion? &#38;lt;br/&#38;gt;Feel free to contribute!&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;;
	 echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
	 echo &#38;quot;&#38;lt;div class=&#38;#39;comment_container&#38;#39;&#38;gt;&#38;quot;;
	 comment_form();
	 echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if ( comments_open() ){
	 echo &#38;quot;&#38;lt;div class=&#38;#39;comment_meta_container&#38;#39;&#38;gt;&#38;quot;;
	 echo &#38;quot;&#38;lt;h3 class=&#38;#39;miniheading&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Leave a Reply&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/h3&#38;gt;&#38;quot;;
	 echo &#38;quot;&#38;lt;span class=&#38;#39;minitext&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Want to join the discussion? &#38;lt;br/&#38;gt;Feel free to contribute!&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;;
	 echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
	 echo &#38;quot;&#38;lt;div class=&#38;#39;comment_container&#38;#39;&#38;gt;&#38;quot;;
	 comment_form();
	 echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Comments are closed on certain posts: however code appears to leave feedback"</title>
			<link>http://www.kriesi.at/support/topic/comments-are-closed-on-certain-posts-however-code-appears-to-leave-feedback#post-80255</link>
			<pubDate>Thu, 18 Oct 2012 14:07:05 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">80255@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;it's just offline, sorry, I can't go online for the moment ..., but you can test this in the CORONA demo theme as well.&#60;br /&#62;
In my screenshot above it is just translated into German.&#60;/p&#62;
&#60;p&#62;But here it is the part within CORONA demo:&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://i49.tinypic.com/w7ybnb.jpg&#34; /&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.kriesi.at/themes/corona/2011/03/31/this-is-a-nice-post/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/corona/2011/03/31/this-is-a-nice-post/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Comments are closed on certain posts: however code appears to leave feedback"</title>
			<link>http://www.kriesi.at/support/topic/comments-are-closed-on-certain-posts-however-code-appears-to-leave-feedback#post-80206</link>
			<pubDate>Thu, 18 Oct 2012 10:14:05 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">80206@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi colorit2,&#60;/p&#62;
&#60;p&#62;Can you post a link to your site? (the one in the screenshot).&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Comments are closed on certain posts: however code appears to leave feedback"</title>
			<link>http://www.kriesi.at/support/topic/comments-are-closed-on-certain-posts-however-code-appears-to-leave-feedback#post-80193</link>
			<pubDate>Thu, 18 Oct 2012 08:17:03 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">80193@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;for some special posts (not for all!) I have &#60;strong&#62;closed&#60;/strong&#62; the comments.&#60;br /&#62;
But at these special posts, the text is shown at the left, that the visitor should leave a feedback - hard for me to describe in English ... here a screenshot of what I mean:&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://i50.tinypic.com/i4hfr5.jpg&#34; /&#62;&#60;/p&#62;
&#60;p&#62;How can I get rid of this part of code &#60;strong&#62;&#60;em&#62;ONLY&#60;/em&#62; on those posts, where the comments are &#60;em&#62;CLOSED&#60;/em&#62;&#60;/strong&#62;?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Feedback Link"</title>
			<link>http://www.kriesi.at/support/topic/feedback-link#post-63626</link>
			<pubDate>Wed, 04 Jul 2012 07:38:30 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">63626@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad Devin could help. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>easy-carpet on "Feedback Link"</title>
			<link>http://www.kriesi.at/support/topic/feedback-link#post-63620</link>
			<pubDate>Wed, 04 Jul 2012 07:24:39 +0000</pubDate>
			<dc:creator>easy-carpet</dc:creator>
			<guid isPermaLink="false">63620@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;thanks for your advice. I emptied the complete code out of contact-form.php.&#60;br /&#62;
It works like a charm :).&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Jörn
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Feedback Link"</title>
			<link>http://www.kriesi.at/support/topic/feedback-link#post-63451</link>
			<pubDate>Tue, 03 Jul 2012 17:56:52 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">63451@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Jörn,&#60;/p&#62;
&#60;p&#62;You could probably remove the code in includes&#38;gt;contact-form.php without issue. That should get rid of the form loading in for the page you select as the contact page and allow your other form from the plugin to take effect.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>easy-carpet on "Feedback Link"</title>
			<link>http://www.kriesi.at/support/topic/feedback-link#post-63386</link>
			<pubDate>Tue, 03 Jul 2012 11:47:29 +0000</pubDate>
			<dc:creator>easy-carpet</dc:creator>
			<guid isPermaLink="false">63386@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;is it possible to get rid of the contact-form code which is auto-generated, when I link the feedback-button to a certain site?&#60;br /&#62;
I'm using contact-7, so I don't need another form on my contact site.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Jörn
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Display post author?"</title>
			<link>http://www.kriesi.at/support/topic/display-post-author#post-62594</link>
			<pubDate>Thu, 28 Jun 2012 06:44:31 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">62594@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I checked your site but it's not using the Choices theme.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Avia Feedback Box - Last Comments"</title>
			<link>http://www.kriesi.at/support/topic/avia-feedback-box-last-comments#post-62585</link>
			<pubDate>Thu, 28 Jun 2012 06:22:31 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">62585@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; I marked this thread for Kriesi. I'm not sure what causes this behaviour. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>writingtired on "Display post author?"</title>
			<link>http://www.kriesi.at/support/topic/display-post-author#post-62308</link>
			<pubDate>Tue, 26 Jun 2012 19:12:37 +0000</pubDate>
			<dc:creator>writingtired</dc:creator>
			<guid isPermaLink="false">62308@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That worked so that I could see it. However I would like the Author of the post in the blog be by the date or title. I want it to be see with the title or the date and not hiding at the bottom. How do I do that? Also I when the page is view in IE 9 (Internet Explore 9) the &#34;Feedback&#34; is upside down and horizontal while it should be vertical and not upside down. How can I fix that? &#60;/p&#62;
&#60;p&#62;Our work-in-progress site is at: &#60;a href=&#34;http://www.imperativeinfo.com/ccra/&#34; rel=&#34;nofollow&#34;&#62;http://www.imperativeinfo.com/ccra/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Display post author?"</title>
			<link>http://www.kriesi.at/support/topic/display-post-author#post-62104</link>
			<pubDate>Tue, 26 Jun 2012 01:50:45 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">62104@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Go to your includes folder and look for loop-index.php. Please find this code.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/*
						echo &#38;#39;&#38;lt;span class=&#38;quot;blog-author minor-meta&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;by &#38;#39;,&#38;#39;avia_framework&#38;#39;);
						the_author_posts_link();
						echo &#38;#39;&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;text-sep author-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt;&#38;#39;;

						echo &#38;#39;&#38;lt;span class=&#38;quot;blog-permalink minor-meta&#38;quot;&#38;gt;&#38;#39;;
						echo &#38;quot;&#38;lt;a href=&#38;#39;&#38;quot;.get_permalink().&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;#permalink&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;
						echo &#38;#39;&#38;lt;/span&#38;gt;&#38;#39;;
						*/&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace it with this &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;#39;&#38;lt;span class=&#38;quot;blog-author minor-meta&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;by &#38;#39;,&#38;#39;avia_framework&#38;#39;);
						the_author_posts_link();
						echo &#38;#39;&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;text-sep author-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt;&#38;#39;;

						echo &#38;#39;&#38;lt;span class=&#38;quot;blog-permalink minor-meta&#38;quot;&#38;gt;&#38;#39;;
						echo &#38;quot;&#38;lt;a href=&#38;#39;&#38;quot;.get_permalink().&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;#permalink&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;
						echo &#38;#39;&#38;lt;/span&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>writingtired on "Display post author?"</title>
			<link>http://www.kriesi.at/support/topic/display-post-author#post-61787</link>
			<pubDate>Fri, 22 Jun 2012 20:58:37 +0000</pubDate>
			<dc:creator>writingtired</dc:creator>
			<guid isPermaLink="false">61787@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I can't figure out how to display the name of the author of a post on blog posts using the Choices theme. &#60;/p&#62;
&#60;p&#62;Our work-in-progress site is at &#60;a href=&#34;http://www.imperativeinfo.com/ccra/&#34; rel=&#34;nofollow&#34;&#62;http://www.imperativeinfo.com/ccra/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Avia Feedback Form notifications"</title>
			<link>http://www.kriesi.at/support/topic/avia-feedback-form-notifications#post-61646</link>
			<pubDate>Fri, 22 Jun 2012 09:24:27 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">61646@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Answer to the second question is here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.kriesi.at/support/topic/avia-feedback-more-votes&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/avia-feedback-more-votes&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Adding a notification would indeed require some code modifications and would probably take a few hours to get it done right. Since I have currently no plans to add this feature I would recommend to contact a freelancer about this if you really want to get that feature :)&#60;/p&#62;
&#60;p&#62;You might want to give these sites a try:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.authenticjobs.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.authenticjobs.com/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://jobs.freelanceswitch.com/&#34; rel=&#34;nofollow&#34;&#62;http://jobs.freelanceswitch.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;in addition wpcandy also has a job directory with designers and developers that might be helpful:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wpcandy.com/pros&#34; rel=&#34;nofollow&#34;&#62;http://wpcandy.com/pros&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I also have opened a thread on themeforest for authors who can be hired and know their way around WordPress. You might want to contact one of those:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://themeforest.net/forums/thread/so-you-know-how-to-customize-a-template-and-want-to-make-some-money/24795?page=1&#34; rel=&#34;nofollow&#34;&#62;http://themeforest.net/forums/thread/so-you-know-how-to-customize-a-template-and-want-to-make-some-money/24795?page=1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Hope this helps!&#60;br /&#62;
Best regards&#60;/p&#62;
&#60;p&#62;Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vantoom on "Avia Feedback Box - Last Comments"</title>
			<link>http://www.kriesi.at/support/topic/avia-feedback-box-last-comments#post-61532</link>
			<pubDate>Thu, 21 Jun 2012 20:34:31 +0000</pubDate>
			<dc:creator>vantoom</dc:creator>
			<guid isPermaLink="false">61532@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
I´ve got a problem with the Feedback Box and the Widget &#34;Last Comments&#34;.&#60;br /&#62;
The widget shows bad links and produce a 404.&#60;br /&#62;
Example: &#60;a href=&#34;http://www.chiemgaukicker.de/category/feedback/wechsel-sv-kay#comment-267&#34; rel=&#34;nofollow&#34;&#62;http://www.chiemgaukicker.de/category/feedback/wechsel-sv-kay#comment-267&#60;/a&#62;&#60;br /&#62;
The Target-URL should be &#60;a href=&#34;http://www.chiemgaukicker.de/kabinengefluester/&#34; rel=&#34;nofollow&#34;&#62;http://www.chiemgaukicker.de/kabinengefluester/&#60;/a&#62;&#60;br /&#62;
How can i solve this problem and get valid urls on the Widget?&#60;br /&#62;
Love this Plugin!&#60;br /&#62;
Thanks&#60;br /&#62;
Tom
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Avia Feedback more votes"</title>
			<link>http://www.kriesi.at/support/topic/avia-feedback-more-votes#post-61430</link>
			<pubDate>Thu, 21 Jun 2012 14:59:38 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">61430@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; In the plugin folder, file backend_options.php scroll to line 92 and change&#60;/p&#62;
&#60;pre&#62;
for($i = 1; $i &#38;lt; 21; $i++)
&#60;/pre&#62;
&#60;p&#62;to&#60;/p&#62;
&#60;pre&#62;
for($i = 1; $i &#38;lt; 101; $i++)
&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gille on "Avia Feedback more votes"</title>
			<link>http://www.kriesi.at/support/topic/avia-feedback-more-votes#post-61332</link>
			<pubDate>Thu, 21 Jun 2012 06:56:01 +0000</pubDate>
			<dc:creator>gille</dc:creator>
			<guid isPermaLink="false">61332@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I really need also the votes to go up to 100 votes /month. I have a very big user driven website and 20/month is too low.&#60;br /&#62;
If the count is set somewhere, I guess I can set it to 100 ?&#60;br /&#62;
Can you show me where?&#60;br /&#62;
Thanks for responding to this urgent question.&#60;br /&#62;
Gille
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gille on "Avia Feedback Form notifications"</title>
			<link>http://www.kriesi.at/support/topic/avia-feedback-form-notifications#post-60912</link>
			<pubDate>Tue, 19 Jun 2012 09:16:43 +0000</pubDate>
			<dc:creator>gille</dc:creator>
			<guid isPermaLink="false">60912@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey , Thanks for the feedback.&#60;/p&#62;
&#60;p&#62;I really need also the votes to go up to 100 votes /month. I have a very big user driven website and 20/month is too low.&#60;/p&#62;
&#60;p&#62;If the count is set somewhere, I guess I can set it to 100 ?&#60;/p&#62;
&#60;p&#62;Can you show me where?&#60;br /&#62;
Thanks for responding to this urgent question.&#60;br /&#62;
Gille
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Avia Feedback Form notifications"</title>
			<link>http://www.kriesi.at/support/topic/avia-feedback-form-notifications#post-60354</link>
			<pubDate>Fri, 15 Jun 2012 08:10:03 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">60354@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; I forwarded the request to Kriesi. Probably it's possible but it will require some code adjustments. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Avia Feedback Form notifications"</title>
			<link>http://www.kriesi.at/support/topic/avia-feedback-form-notifications#post-60313</link>
			<pubDate>Fri, 15 Jun 2012 03:35:01 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">60313@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;I'm not sure about this. Let me tag Peter, he might know this stuff.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gille on "Avia Feedback Form notifications"</title>
			<link>http://www.kriesi.at/support/topic/avia-feedback-form-notifications#post-60204</link>
			<pubDate>Thu, 14 Jun 2012 15:28:42 +0000</pubDate>
			<dc:creator>gille</dc:creator>
			<guid isPermaLink="false">60204@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, Can there be a notification to the user on the feedback form when someone leaves a message?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Multiple Avia Feedback Boxes"</title>
			<link>http://www.kriesi.at/support/topic/multiple-avia-feedback-boxes#post-49511</link>
			<pubDate>Mon, 02 Apr 2012 11:02:59 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">49511@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
The plugin just supports one instance at the moment. You can't create multiple feedback forms or multiple feedback entry categories, etc.&#60;br /&#62;
I'll report your request to Kriesi but (to be honest) I doubt that he'll add this feature because this would require a lot of work and you're the first user (I'm aware of) who asked for it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>passed on "Multiple Avia Feedback Boxes"</title>
			<link>http://www.kriesi.at/support/topic/multiple-avia-feedback-boxes#post-49257</link>
			<pubDate>Fri, 30 Mar 2012 19:07:44 +0000</pubDate>
			<dc:creator>passed</dc:creator>
			<guid isPermaLink="false">49257@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is it possible to install multiple instances of the Avia Feedback Box on the same site, as our site requires different Feedback boxes for different areas of the site?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Alex
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Avia feedback for regular website?"</title>
			<link>http://www.kriesi.at/support/topic/avia-feedback-for-regular-website#post-48970</link>
			<pubDate>Thu, 29 Mar 2012 06:49:28 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">48970@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
The feedback plugin won't work without wordpress because it requires many wordpress functions to work properly. It's not possible to convert the plugin to a standalone php script (actually it's possible but not for a reasonable price).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>1bestdealever1 on "Avia feedback for regular website?"</title>
			<link>http://www.kriesi.at/support/topic/avia-feedback-for-regular-website#post-48934</link>
			<pubDate>Thu, 29 Mar 2012 00:35:53 +0000</pubDate>
			<dc:creator>1bestdealever1</dc:creator>
			<guid isPermaLink="false">48934@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I really love this Avia feedback comments system, but i noticed that its a Wordpress plugin after i bought it at codecanyon. How can this be made for a regular website? or how much will it cost me get it working on a regular website.&#60;br /&#62;
Thank you in advanced for whoever helps me!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
