<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: WP-ReportPost V1.2</title>
	<atom:link href="http://www.rjeevan.com/projects/wordpress/plugins/wp-reportpost/wp-reportpost-v1-2/feed" rel="self" type="application/rss+xml" />
	<link>http://www.rjeevan.com/projects/wordpress/plugins/wp-reportpost/wp-reportpost-v1-2</link>
	<description>portfolio</description>
	<lastBuildDate>Sun, 25 Jul 2010 20:01:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mecton</title>
		<link>http://www.rjeevan.com/projects/wordpress/plugins/wp-reportpost/wp-reportpost-v1-2/comment-page-1#comment-769</link>
		<dc:creator>Mecton</dc:creator>
		<pubDate>Thu, 14 Jan 2010 22:45:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.rjeevan.com/?p=45#comment-769</guid>
		<description>Its me again ^^

I have changed the ligne 281 too beacause, after the modification, when I go in Wp board and clic on &quot;settings&quot; of Reports, the file file was missing :)

After changing the line 281 All Its OK

All work like a charm ^^

Thanks again

Regards

Ps : congratulation for your new wesite :)</description>
		<content:encoded><![CDATA[<p>Its me again ^^</p>
<p>I have changed the ligne 281 too beacause, after the modification, when I go in Wp board and clic on &#8220;settings&#8221; of Reports, the file file was missing <img src='http://www.rjeevan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>After changing the line 281 All Its OK</p>
<p>All work like a charm ^^</p>
<p>Thanks again</p>
<p>Regards</p>
<p>Ps : congratulation for your new wesite <img src='http://www.rjeevan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mecton</title>
		<link>http://www.rjeevan.com/projects/wordpress/plugins/wp-reportpost/wp-reportpost-v1-2/comment-page-1#comment-768</link>
		<dc:creator>Mecton</dc:creator>
		<pubDate>Thu, 14 Jan 2010 22:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.rjeevan.com/?p=45#comment-768</guid>
		<description>Hi rajeevan,

Thank you for your reply.

So, I tried your solution and it works without editing the ligne 281.

I have just replaced “settings.php” name in “wp-content/plugins/wp-reportpost/” folder, by &quot;wprpsettings.php&quot;.

Do I have to change the ligne 281 anyway ?

Regards</description>
		<content:encoded><![CDATA[<p>Hi rajeevan,</p>
<p>Thank you for your reply.</p>
<p>So, I tried your solution and it works without editing the ligne 281.</p>
<p>I have just replaced “settings.php” name in “wp-content/plugins/wp-reportpost/” folder, by &#8220;wprpsettings.php&#8221;.</p>
<p>Do I have to change the ligne 281 anyway ?</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.rjeevan.com/projects/wordpress/plugins/wp-reportpost/wp-reportpost-v1-2/comment-page-1#comment-760</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 08 Jan 2010 20:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.rjeevan.com/?p=45#comment-760</guid>
		<description>This should be happening, Your PHP script is reporting that &quot;wp-settings.php&quot; is missing. Which should be on your Wordpress ROOT folder and you shouldn&#039;t do anything there! You only change the &quot;settings.php&quot; name in &quot;wp-content/plugins/wp-reportpost/&quot; folder.

Do the full change an try,
&lt;code&gt;Rename &quot;settings.php&quot; to &quot;wprpsettings.php&quot;&lt;/code&gt;
&lt;code&gt;Edit &quot;main.php&quot; and Change the Line 281
add_submenu_page( dirname(__FILE__).&quot;/new-reports.php&quot;, &#039;Settings&#039;, &#039;Settings&#039;, 8,  dirname(__FILE__).&quot;/settings.php&quot;);
to
add_submenu_page( dirname(__FILE__).&quot;/new-reports.php&quot;, &#039;Settings&#039;, &#039;Settings&#039;, 8,  dirname(__FILE__).&quot;/wprpsettings.php&quot;);&lt;/code&gt;
This should work like charm!</description>
		<content:encoded><![CDATA[<p>This should be happening, Your PHP script is reporting that &#8220;wp-settings.php&#8221; is missing. Which should be on your Wordpress ROOT folder and you shouldn&#8217;t do anything there! You only change the &#8220;settings.php&#8221; name in &#8220;wp-content/plugins/wp-reportpost/&#8221; folder.</p>
<p>Do the full change an try,<br />
<code>Rename "settings.php" to "wprpsettings.php"</code><br />
<code>Edit "main.php" and Change the Line 281<br />
add_submenu_page( dirname(__FILE__)."/new-reports.php", 'Settings', 'Settings', 8,  dirname(__FILE__)."/settings.php");<br />
to<br />
add_submenu_page( dirname(__FILE__)."/new-reports.php", 'Settings', 'Settings', 8,  dirname(__FILE__)."/wprpsettings.php");</code><br />
This should work like charm!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mecton</title>
		<link>http://www.rjeevan.com/projects/wordpress/plugins/wp-reportpost/wp-reportpost-v1-2/comment-page-1#comment-759</link>
		<dc:creator>Mecton</dc:creator>
		<pubDate>Thu, 07 Jan 2010 16:46:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.rjeevan.com/?p=45#comment-759</guid>
		<description>Hi,

I try your solution : rename the “settings.php” in “wp-reportpost”, but I have this message : Warning: require_once(/homepages/41/d264656524/htdocs/wp-settings.php) [function.require-once]: failed to open stream: No such file or directory in /homepages/41/d264656524/htdocs/wp-config.php on line 84

Thx</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I try your solution : rename the “settings.php” in “wp-reportpost”, but I have this message : Warning: require_once(/homepages/41/d264656524/htdocs/wp-settings.php) [function.require-once]: failed to open stream: No such file or directory in /homepages/41/d264656524/htdocs/wp-config.php on line 84</p>
<p>Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.rjeevan.com/projects/wordpress/plugins/wp-reportpost/wp-reportpost-v1-2/comment-page-1#comment-757</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 07 Jan 2010 07:43:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.rjeevan.com/?p=45#comment-757</guid>
		<description>Hello, I think this issue i some what related to file names conflict... Try this! 
Connect to your site through FTP and rename the &quot;settings.php&quot; in &quot;wp-reportpost&quot; folder to &quot;wprpsettings.php&quot;. and see if it works! If it does, than you will have to edit, other page to reflect the Name change! Let me know and I will update on how to?</description>
		<content:encoded><![CDATA[<p>Hello, I think this issue i some what related to file names conflict&#8230; Try this!<br />
Connect to your site through FTP and rename the &#8220;settings.php&#8221; in &#8220;wp-reportpost&#8221; folder to &#8220;wprpsettings.php&#8221;. and see if it works! If it does, than you will have to edit, other page to reflect the Name change! Let me know and I will update on how to?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mecton</title>
		<link>http://www.rjeevan.com/projects/wordpress/plugins/wp-reportpost/wp-reportpost-v1-2/comment-page-1#comment-756</link>
		<dc:creator>Mecton</dc:creator>
		<pubDate>Thu, 07 Jan 2010 01:51:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.rjeevan.com/?p=45#comment-756</guid>
		<description>Hello,

I try your nice plugin.
But when I clic on &quot;send&quot; I have this message :

Fatal error: Call to undefined function wp_category_checklist() in /homepages/30/d298766669/htdocs/wp-content/plugins/wp-reportpost/settings.php on line 228

someone else have this probleme ?

My config : 

Wp 2.8.6
ReportPost V1.23
Thème : channel

Thx</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I try your nice plugin.<br />
But when I clic on &#8220;send&#8221; I have this message :</p>
<p>Fatal error: Call to undefined function wp_category_checklist() in /homepages/30/d298766669/htdocs/wp-content/plugins/wp-reportpost/settings.php on line 228</p>
<p>someone else have this probleme ?</p>
<p>My config : </p>
<p>Wp 2.8.6<br />
ReportPost V1.23<br />
Thème : channel</p>
<p>Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://www.rjeevan.com/projects/wordpress/plugins/wp-reportpost/wp-reportpost-v1-2/comment-page-1#comment-725</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Sat, 12 Dec 2009 18:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.rjeevan.com/?p=45#comment-725</guid>
		<description>Okay, I solved the problem.

The plugin adds something like 

and jquery to the header.
So the problem was in the header. The code (for some reason) was interfering with my front page.
So I basically limited it by editing the code in the plugin

Example:
function add_header_code_thing {
if(is_single()){
echo &#039;blablabla&#039;
}
}</description>
		<content:encoded><![CDATA[<p>Okay, I solved the problem.</p>
<p>The plugin adds something like </p>
<p>and jquery to the header.<br />
So the problem was in the header. The code (for some reason) was interfering with my front page.<br />
So I basically limited it by editing the code in the plugin</p>
<p>Example:<br />
function add_header_code_thing {<br />
if(is_single()){<br />
echo &#8216;blablabla&#8217;<br />
}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://www.rjeevan.com/projects/wordpress/plugins/wp-reportpost/wp-reportpost-v1-2/comment-page-1#comment-724</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Fri, 11 Dec 2009 18:27:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.rjeevan.com/?p=45#comment-724</guid>
		<description>Thanks this helped! May be you add this feature in plugin settings!

Keep up the good work!</description>
		<content:encoded><![CDATA[<p>Thanks this helped! May be you add this feature in plugin settings!</p>
<p>Keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.rjeevan.com/projects/wordpress/plugins/wp-reportpost/wp-reportpost-v1-2/comment-page-1#comment-722</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 10 Dec 2009 12:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.rjeevan.com/?p=45#comment-722</guid>
		<description>Do you have &quot;single.php&quot; in your theme? if so, you could do it manually by editing the Theme &quot;single.php&quot; file..</description>
		<content:encoded><![CDATA[<p>Do you have &#8220;single.php&#8221; in your theme? if so, you could do it manually by editing the Theme &#8220;single.php&#8221; file..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.rjeevan.com/projects/wordpress/plugins/wp-reportpost/wp-reportpost-v1-2/comment-page-1#comment-721</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 10 Dec 2009 12:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.rjeevan.com/?p=45#comment-721</guid>
		<description>Not really... This plugin require POST ID...</description>
		<content:encoded><![CDATA[<p>Not really&#8230; This plugin require POST ID&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
