<?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: fGallery Issues? WP-Forum Issues?</title>
	<atom:link href="http://www.lvlolvlo.net/2007/02/07/fgallery-issues-wp-forum-issues/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lvlolvlo.net/2007/02/07/fgallery-issues-wp-forum-issues/</link>
	<description></description>
	<lastBuildDate>Wed, 18 Nov 2009 21:07:48 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: eric</title>
		<link>http://www.lvlolvlo.net/2007/02/07/fgallery-issues-wp-forum-issues/comment-page-1/#comment-12807</link>
		<dc:creator>eric</dc:creator>
		<pubDate>Sun, 03 Feb 2008 01:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.lvlolvlo.net/2007/02/07/fgallery-issues-wp-forum-issues/#comment-12807</guid>
		<description>Hi,
I tried to use Wp-Forum with with Wp Site 2.3.2 but I can&#039;t ceate a forum... I tried to install 1.7.4 patch (after delete sql table &amp; re create with patch) and I have the same problem.
When I look my forum profile, plugin tell me &quot;no subscription&quot; ??? What does it mean ? What can be the reason to not work fine.
Thanks a lot for your help...</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I tried to use Wp-Forum with with Wp Site 2.3.2 but I can&#8217;t ceate a forum&#8230; I tried to install 1.7.4 patch (after delete sql table &amp; re create with patch) and I have the same problem.<br />
When I look my forum profile, plugin tell me &#8220;no subscription&#8221; ??? What does it mean ? What can be the reason to not work fine.<br />
Thanks a lot for your help&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hien</title>
		<link>http://www.lvlolvlo.net/2007/02/07/fgallery-issues-wp-forum-issues/comment-page-1/#comment-12152</link>
		<dc:creator>Hien</dc:creator>
		<pubDate>Fri, 14 Dec 2007 15:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.lvlolvlo.net/2007/02/07/fgallery-issues-wp-forum-issues/#comment-12152</guid>
		<description>I might have solved the problem: check this..

Open up fgallery-plugin.php in the fgallery folder, use notepad, or some ascii authoring tools!, not wordpad! 

Remember, deactivate the plugin first!

Now let&#039;s do some editing to the file.

find this line ~ around line 296

&lt;code&gt;// create new table&lt;/code&gt;

somewhere below.. you&#039;ll see this line:

&lt;code&gt;get_currentuserinfo(); &lt;/code&gt;

Okay, basically this is to prevent any other than admin to install the gallery, and I obviously didn&#039;t bother to fix this function, so I just cancel them out with &quot;//&quot; to prevent them from being processed.

So...

&lt;code&gt;//	get_currentuserinfo();&lt;/code&gt;
&lt;code&gt;//	if ($user_level &lt; 8)&lt;/code&gt;
&lt;code&gt;//	{&lt;/code&gt;
&lt;code&gt;//		return;&lt;/code&gt;
&lt;code&gt;//	}&lt;/code&gt;
&lt;code&gt;//	else&lt;/code&gt;
&lt;code&gt;//	{&lt;/code&gt;

create tables command...

&lt;code&gt;// }&lt;/code&gt;

Ok, now, proceed to activate that plugin. See how it works?</description>
		<content:encoded><![CDATA[<p>I might have solved the problem: check this..</p>
<p>Open up fgallery-plugin.php in the fgallery folder, use notepad, or some ascii authoring tools!, not wordpad! </p>
<p>Remember, deactivate the plugin first!</p>
<p>Now let&#8217;s do some editing to the file.</p>
<p>find this line ~ around line 296</p>
<p><code>// create new table</code></p>
<p>somewhere below.. you&#8217;ll see this line:</p>
<p><code>get_currentuserinfo(); </code></p>
<p>Okay, basically this is to prevent any other than admin to install the gallery, and I obviously didn&#8217;t bother to fix this function, so I just cancel them out with &#8220;//&#8221; to prevent them from being processed.</p>
<p>So&#8230;</p>
<p><code>//	get_currentuserinfo();</code><br />
<code>//	if ($user_level &lt; <img src='http://www.lvlolvlo.net/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> </code><br />
<code>//	{</code><br />
<code>//		return;</code><br />
<code>//	}</code><br />
<code>//	else</code><br />
<code>//	{</code></p>
<p>create tables command&#8230;</p>
<p><code>// }</code></p>
<p>Ok, now, proceed to activate that plugin. See how it works?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mbangert</title>
		<link>http://www.lvlolvlo.net/2007/02/07/fgallery-issues-wp-forum-issues/comment-page-1/#comment-8821</link>
		<dc:creator>mbangert</dc:creator>
		<pubDate>Wed, 11 Jul 2007 20:38:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.lvlolvlo.net/2007/02/07/fgallery-issues-wp-forum-issues/#comment-8821</guid>
		<description>so does anyone know how to get rid of the sticky problem? I have managed to fix the sql issue but now all my posts are straight away marked as &quot;sticky&quot;... 
some help/advice would be very useful :)

cheers</description>
		<content:encoded><![CDATA[<p>so does anyone know how to get rid of the sticky problem? I have managed to fix the sql issue but now all my posts are straight away marked as &#8220;sticky&#8221;&#8230;<br />
some help/advice would be very useful <img src='http://www.lvlolvlo.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pratt</title>
		<link>http://www.lvlolvlo.net/2007/02/07/fgallery-issues-wp-forum-issues/comment-page-1/#comment-5762</link>
		<dc:creator>Pratt</dc:creator>
		<pubDate>Thu, 26 Apr 2007 21:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.lvlolvlo.net/2007/02/07/fgallery-issues-wp-forum-issues/#comment-5762</guid>
		<description>Im getting a &quot;select status from wp_fim_cat WHERE id =&quot; error after doing the sql queries you suggested :(</description>
		<content:encoded><![CDATA[<p>Im getting a &#8220;select status from wp_fim_cat WHERE id =&#8221; error after doing the sql queries you suggested <img src='http://www.lvlolvlo.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefano</title>
		<link>http://www.lvlolvlo.net/2007/02/07/fgallery-issues-wp-forum-issues/comment-page-1/#comment-5300</link>
		<dc:creator>Stefano</dc:creator>
		<pubDate>Tue, 24 Apr 2007 15:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.lvlolvlo.net/2007/02/07/fgallery-issues-wp-forum-issues/#comment-5300</guid>
		<description>Thank you for your fGallery Fix, I was getting crazy with this :smile:</description>
		<content:encoded><![CDATA[<p>Thank you for your fGallery Fix, I was getting crazy with this <img src='http://www.lvlolvlo.net/wp-includes/images/smilies/icon_smile.gif' alt=':smile:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dailyfunnypics</title>
		<link>http://www.lvlolvlo.net/2007/02/07/fgallery-issues-wp-forum-issues/comment-page-1/#comment-2725</link>
		<dc:creator>Dailyfunnypics</dc:creator>
		<pubDate>Sun, 25 Mar 2007 19:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.lvlolvlo.net/2007/02/07/fgallery-issues-wp-forum-issues/#comment-2725</guid>
		<description>It took my too much time to solve this problem :D. Dude why your link is not on http://www.fahlstad.se/wp-plugins/fgallery/ ? Am sure, There will be many people who suffered from same problem, but don&#039;t have a time to search your valuable page. ;) But still now its work for mine http://dailyfunnypics.com and happy. LOL</description>
		<content:encoded><![CDATA[<p>It took my too much time to solve this problem <img src='http://www.lvlolvlo.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> . Dude why your link is not on <a href="http://www.fahlstad.se/wp-plugins/fgallery/" rel="nofollow">http://www.fahlstad.se/wp-plugins/fgallery/</a> ? Am sure, There will be many people who suffered from same problem, but don&#8217;t have a time to search your valuable page. <img src='http://www.lvlolvlo.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  But still now its work for mine <a href="http://dailyfunnypics.com" rel="nofollow">http://dailyfunnypics.com</a> and happy. LOL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ofi</title>
		<link>http://www.lvlolvlo.net/2007/02/07/fgallery-issues-wp-forum-issues/comment-page-1/#comment-2488</link>
		<dc:creator>ofi</dc:creator>
		<pubDate>Fri, 23 Mar 2007 08:00:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.lvlolvlo.net/2007/02/07/fgallery-issues-wp-forum-issues/#comment-2488</guid>
		<description>np, got it</description>
		<content:encoded><![CDATA[<p>np, got it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ofi</title>
		<link>http://www.lvlolvlo.net/2007/02/07/fgallery-issues-wp-forum-issues/comment-page-1/#comment-2220</link>
		<dc:creator>ofi</dc:creator>
		<pubDate>Wed, 21 Mar 2007 10:26:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.lvlolvlo.net/2007/02/07/fgallery-issues-wp-forum-issues/#comment-2220</guid>
		<description>Hi
I just run this fGallery Fix and got this error in sql

SQL query:

CREATE TABLE IF NOT EXISTS `wp_fim_cat` (
`catname` varchar( 255 ) NOT NULL default &#039;&#039;,
`id` int( 11 ) NOT NULL AUTO_INCREMENT ,
`date` datetime default NULL ,
`description` text NOT NULL ,
`folder` varchar( 255 ) NOT NULL default &#039;&#039;,
`cover` varchar( 50 ) default &#039;&#039;,
`status` varchar( 20 ) NOT NULL default &#039;public&#039;,
`password` varchar( 50 ) NOT NULL default &#039;&#039;,
PRIMARY KEY ( `id` )
) TYPE = MYISAM AUTO_INCREMENT =1;

MySQL said: Documentation
#3 - Error writing file &#039;./koddncom_wordpress/wp_fim_cat.frm&#039; (Errcode: 28)</description>
		<content:encoded><![CDATA[<p>Hi<br />
I just run this fGallery Fix and got this error in sql</p>
<p>SQL query:</p>
<p>CREATE TABLE IF NOT EXISTS `wp_fim_cat` (<br />
`catname` varchar( 255 ) NOT NULL default &#8221;,<br />
`id` int( 11 ) NOT NULL AUTO_INCREMENT ,<br />
`date` datetime default NULL ,<br />
`description` text NOT NULL ,<br />
`folder` varchar( 255 ) NOT NULL default &#8221;,<br />
`cover` varchar( 50 ) default &#8221;,<br />
`status` varchar( 20 ) NOT NULL default &#8216;public&#8217;,<br />
`password` varchar( 50 ) NOT NULL default &#8221;,<br />
PRIMARY KEY ( `id` )<br />
) TYPE = MYISAM AUTO_INCREMENT =1;</p>
<p>MySQL said: Documentation<br />
#3 &#8211; Error writing file &#8216;./koddncom_wordpress/wp_fim_cat.frm&#8217; (Errcode: 28)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alphawolf</title>
		<link>http://www.lvlolvlo.net/2007/02/07/fgallery-issues-wp-forum-issues/comment-page-1/#comment-2045</link>
		<dc:creator>Alphawolf</dc:creator>
		<pubDate>Sun, 18 Mar 2007 17:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.lvlolvlo.net/2007/02/07/fgallery-issues-wp-forum-issues/#comment-2045</guid>
		<description>Hey all,

if someone has problems with posting date issues, here&#039;s my &lt;strong&gt;1.7.4&lt;/strong&gt; fix for the forum-functions.php file. When I posted a new post or thread, posting date returned something like 30.11.1998, which obviously was wrong.

I also improved german translation and special chars support a bit.

So, here&#039;s my &lt;strong&gt;german&lt;/strong&gt; forum-functions.php fix:
http://www.schloebe.de/wordpress/wp-forum-fix/forum-functions.phps

And my working SQL dump:
http://www.schloebe.de/wordpress/wp-forum-fix/db_wp-forum_174.sql

Hope that this might help some of you.

Cheers</description>
		<content:encoded><![CDATA[<p>Hey all,</p>
<p>if someone has problems with posting date issues, here&#8217;s my <strong>1.7.4</strong> fix for the forum-functions.php file. When I posted a new post or thread, posting date returned something like 30.11.1998, which obviously was wrong.</p>
<p>I also improved german translation and special chars support a bit.</p>
<p>So, here&#8217;s my <strong>german</strong> forum-functions.php fix:<br />
<a href="http://www.schloebe.de/wordpress/wp-forum-fix/forum-functions.phps" rel="nofollow">http://www.schloebe.de/wordpress/wp-forum-fix/forum-functions.phps</a></p>
<p>And my working SQL dump:<br />
<a href="http://www.schloebe.de/wordpress/wp-forum-fix/db_wp-forum_174.sql" rel="nofollow">http://www.schloebe.de/wordpress/wp-forum-fix/db_wp-forum_174.sql</a></p>
<p>Hope that this might help some of you.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://www.lvlolvlo.net/2007/02/07/fgallery-issues-wp-forum-issues/comment-page-1/#comment-1699</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Thu, 15 Mar 2007 15:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.lvlolvlo.net/2007/02/07/fgallery-issues-wp-forum-issues/#comment-1699</guid>
		<description>&quot;You have to choose at least one column to display&quot;

I keep getting this when I run the query&#039;s...I&#039;m not versed in DB stuff, but I&#039;ve run a query before, I know i&#039;m missing something obvious...what is it?

thanks</description>
		<content:encoded><![CDATA[<p>&#8220;You have to choose at least one column to display&#8221;</p>
<p>I keep getting this when I run the query&#8217;s&#8230;I&#8217;m not versed in DB stuff, but I&#8217;ve run a query before, I know i&#8217;m missing something obvious&#8230;what is it?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
