<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support User Favorites: rainfrog</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support User Favorites: rainfrog</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 12:36:49 +0000</pubDate>

<item>
<title>stastic on "[Plugin: WP e-Commerce] Conflict with Featured Content Gallery Plugin"</title>
<link>http://wordpress.org/support/topic/200777#post-1148216</link>
<pubDate>Thu, 23 Jul 2009 03:05:41 +0000</pubDate>
<dc:creator>stastic</dc:creator>
<guid isPermaLink="false">1148216@http://wordpress.org/support/</guid>
<description>&#60;p&#62;The file mentioned above is &#34;header.php&#34; from your WP theme....if you don't have one, then you may want to think twice on the theme you're using...not sure I've ever seen one without a &#34;header.php&#34;
&#60;/p&#62;</description>
</item>
<item>
<title>wpthemeseeker on "[Plugin: WP e-Commerce] Conflict with Featured Content Gallery Plugin"</title>
<link>http://wordpress.org/support/topic/200777#post-1140256</link>
<pubDate>Thu, 16 Jul 2009 11:49:32 +0000</pubDate>
<dc:creator>wpthemeseeker</dc:creator>
<guid isPermaLink="false">1140256@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I would love some help with this plugin. I run a theme on my site and I want to run Featured Content on the front page. I have installed the plugin but I don;t know where to put the code in the template. Which template?&#60;br /&#62;
I have main index template&#60;br /&#62;
page template&#60;br /&#62;
home.php&#60;/p&#62;
&#60;p&#62;Where does this code go? I am stuck. It says insert the code where you want the plugin to appear.&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>stastic on "[Plugin: WP e-Commerce] Conflict with Featured Content Gallery Plugin"</title>
<link>http://wordpress.org/support/topic/200777#post-1125051</link>
<pubDate>Fri, 03 Jul 2009 18:00:45 +0000</pubDate>
<dc:creator>stastic</dc:creator>
<guid isPermaLink="false">1125051@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Yep...good catch!
&#60;/p&#62;</description>
</item>
<item>
<title>jazztical on "[Plugin: WP e-Commerce] Conflict with Featured Content Gallery Plugin"</title>
<link>http://wordpress.org/support/topic/200777#post-1094322</link>
<pubDate>Sun, 07 Jun 2009 14:13:07 +0000</pubDate>
<dc:creator>jazztical</dc:creator>
<guid isPermaLink="false">1094322@http://wordpress.org/support/</guid>
<description>&#60;p&#62;worked great for me too.  Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>akelly7 on "[Plugin: WP e-Commerce] Conflict with Featured Content Gallery Plugin"</title>
<link>http://wordpress.org/support/topic/200777#post-1082617</link>
<pubDate>Mon, 25 May 2009 01:50:27 +0000</pubDate>
<dc:creator>akelly7</dc:creator>
<guid isPermaLink="false">1082617@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thank you ericmann ---- it worked like a charm.
&#60;/p&#62;</description>
</item>
<item>
<title>ericmann on "[Plugin: WP e-Commerce] Conflict with Featured Content Gallery Plugin"</title>
<link>http://wordpress.org/support/topic/200777#post-1074639</link>
<pubDate>Fri, 15 May 2009 02:42:38 +0000</pubDate>
<dc:creator>ericmann</dc:creator>
<guid isPermaLink="false">1074639@http://wordpress.org/support/</guid>
<description>&#60;p&#62;There's a quick and easy solution to this problem (if you understand PHP).&#60;/p&#62;
&#60;p&#62;Step 1:&#60;br /&#62;
Add the following lines to your theme's header.php file immediately below the call to wp_head():&#60;br /&#62;
&#60;code&#62;&#38;lt;?php if(is_front_page()) do_action(&#38;#39;jdm_head&#38;#39;); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Step 2:&#60;br /&#62;
Open the main file for the Featured Content Gallery (content-gallery.php) and edit the following lines &#60;em&#62;at the end&#60;/em&#62; of the file:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/* we want to add the above xhtml to the header of our pages: */
add_action(&#38;#39;wp_head&#38;#39;, &#38;#39;gallery_styles&#38;#39;);
add_action(&#38;#39;admin_menu&#38;#39;, &#38;#39;gallery_options_page&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Chance them to:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/* we want to add the above xhtml to the header of our pages: */
add_action(&#38;#39;jdm_head&#38;#39;, &#38;#39;gallery_styles&#38;#39;);
add_action(&#38;#39;admin_menu&#38;#39;, &#38;#39;gallery_options_page&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Assuming the featured content gallery is on the front page of your blog (like it is on mine) this completely solves the conflict problems between the two plug-ins.&#60;/p&#62;
&#60;p&#62;You can check out the interaction live on my site.  The home page is &#60;a href=&#34;http://www.jumping-duck.com&#34; rel=&#34;nofollow&#34;&#62;http://www.jumping-duck.com&#60;/a&#62; and the e-commerce store is &#60;a href=&#34;http://www.jumping-duck.com/store&#34; rel=&#34;nofollow&#34;&#62;http://www.jumping-duck.com/store&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Good luck!
&#60;/p&#62;</description>
</item>
<item>
<title>stastic on "[Plugin: WP e-Commerce] Conflict with Featured Content Gallery Plugin"</title>
<link>http://wordpress.org/support/topic/200777#post-1044782</link>
<pubDate>Mon, 13 Apr 2009 18:37:23 +0000</pubDate>
<dc:creator>stastic</dc:creator>
<guid isPermaLink="false">1044782@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I have a workaround for this issue here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.wordpressme.org/2009/03/featured-content-gallery-wp-ecommerce/&#34; rel=&#34;nofollow&#34;&#62;http://www.wordpressme.org/2009/03/featured-content-gallery-wp-ecommerce/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>derricksoo on "[Plugin: WP e-Commerce] Conflict with Featured Content Gallery Plugin"</title>
<link>http://wordpress.org/support/topic/200777#post-972606</link>
<pubDate>Sun, 01 Feb 2009 10:02:02 +0000</pubDate>
<dc:creator>derricksoo</dc:creator>
<guid isPermaLink="false">972606@http://wordpress.org/support/</guid>
<description>&#60;p&#62;hi guys,&#60;/p&#62;
&#60;p&#62;well, u can try the next-gen smooth gallery with iframe.
&#60;/p&#62;</description>
</item>
<item>
<title>rainfrog on "[Plugin: WP e-Commerce] Conflict with Featured Content Gallery Plugin"</title>
<link>http://wordpress.org/support/topic/200777#post-963194</link>
<pubDate>Thu, 22 Jan 2009 14:21:44 +0000</pubDate>
<dc:creator>rainfrog</dc:creator>
<guid isPermaLink="false">963194@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Nope. No luck here. I moved on and found things that would work well together. &#60;/p&#62;
&#60;p&#62;I completely abandoned WP e-commerce and would advise others to proceed with caution if they choose to use it. The developers don't really seem to care about helping their users, and I found that they weren't even familiar with their own code for their plugin!
&#60;/p&#62;</description>
</item>
<item>
<title>itskuhney on "[Plugin: WP e-Commerce] Conflict with Featured Content Gallery Plugin"</title>
<link>http://wordpress.org/support/topic/200777#post-931213</link>
<pubDate>Fri, 19 Dec 2008 19:35:24 +0000</pubDate>
<dc:creator>itskuhney</dc:creator>
<guid isPermaLink="false">931213@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I have the same exact problem. I've disabled all of my plugins, which many people seem to have conflicts with, with no luck. &#60;/p&#62;
&#60;p&#62;Too bad. I like this plug-in too. Suck that it would cost $99.95 to get any technical support. Not even a help file file comes with it.&#60;/p&#62;
&#60;p&#62;Anyone have any luck in the 2 months since this thread has been updated?
&#60;/p&#62;</description>
</item>
<item>
<title>rainfrog on "[Plugin: WP e-Commerce] Conflict with Featured Content Gallery Plugin"</title>
<link>http://wordpress.org/support/topic/200777#post-875471</link>
<pubDate>Mon, 13 Oct 2008 18:20:11 +0000</pubDate>
<dc:creator>rainfrog</dc:creator>
<guid isPermaLink="false">875471@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Wanted to add that I have asked about this issue on the WP e-commerce forums, as has another person experiencing the same problem, and have not received a reply for weeks. Guess no on at WP e-commerce has a clue either. &#60;/p&#62;
&#60;p&#62;Still would be interested in knowing your apprehension about using plugins based on mootools.
&#60;/p&#62;</description>
</item>
<item>
<title>rainfrog on "[Plugin: WP e-Commerce] Conflict with Featured Content Gallery Plugin"</title>
<link>http://wordpress.org/support/topic/200777#post-859543</link>
<pubDate>Mon, 22 Sep 2008 19:58:26 +0000</pubDate>
<dc:creator>rainfrog</dc:creator>
<guid isPermaLink="false">859543@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi Mufasa, &#60;/p&#62;
&#60;p&#62;Thanks for the comments. &#60;/p&#62;
&#60;p&#62;I don't know a thing about mootools. Why do you think they should be avoided? &#60;/p&#62;
&#60;p&#62;I've decided not to use the featured content plugin after all. Maybe something will come along in the future that will play nice with WP e-commerce  :)
&#60;/p&#62;</description>
</item>
<item>
<title>mufasa on "[Plugin: WP e-Commerce] Conflict with Featured Content Gallery Plugin"</title>
<link>http://wordpress.org/support/topic/200777#post-848639</link>
<pubDate>Tue, 09 Sep 2008 03:45:24 +0000</pubDate>
<dc:creator>mufasa</dc:creator>
<guid isPermaLink="false">848639@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I'm sorry to say it. But I just don't think I would be using plugins that are based on mootools.&#60;/p&#62;
&#60;p&#62;If you jump on the WP e-Commerce &#60;a href=&#34;http://www.instinct.co.nz/forums&#34;&#62;forums&#60;/a&#62; somebody might be able to help you there. Otherwise you may want to approach somebody there for some professional support time...
&#60;/p&#62;</description>
</item>
<item>
<title>rainfrog on "[Plugin: WP e-Commerce] Conflict with Featured Content Gallery Plugin"</title>
<link>http://wordpress.org/support/topic/200777#post-843279</link>
<pubDate>Tue, 02 Sep 2008 13:16:52 +0000</pubDate>
<dc:creator>rainfrog</dc:creator>
<guid isPermaLink="false">843279@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I found this too but I'm not sure how to proceed, which file(s) he's talking about editing, etc. Don't want to mess things up. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.lost-in-code.com/57/wordpress-using-jquery-library-with-your-plugin-or-theme/&#34; rel=&#34;nofollow&#34;&#62;http://www.lost-in-code.com/57/wordpress-using-jquery-library-with-your-plugin-or-theme/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>rainfrog on "[Plugin: WP e-Commerce] Conflict with Featured Content Gallery Plugin"</title>
<link>http://wordpress.org/support/topic/200777#post-843262</link>
<pubDate>Tue, 02 Sep 2008 12:46:03 +0000</pubDate>
<dc:creator>rainfrog</dc:creator>
<guid isPermaLink="false">843262@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I think so too bobcJZ. &#60;/p&#62;
&#60;p&#62;Here's the link to the Featured Content Gallery Plugin: &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.wpelements.com/2008/08/28/the-featured-content-gallery-plugin-v20-now-fully-automated/&#34; rel=&#34;nofollow&#34;&#62;http://www.wpelements.com/2008/08/28/the-featured-content-gallery-plugin-v20-now-fully-automated/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I know that the Featured Content Gallery has mootools in its scripts folder, as well as js files. Could they be the problem?&#60;/p&#62;
&#60;p&#62;I was doing some research yesterday, and I think the solution is to use the jQuery noconflict function call but since I'm not familiar with jQuery I don't know exactly what I need to include nor where I need to put it.
&#60;/p&#62;</description>
</item>
<item>
<title>bobcJZ on "[Plugin: WP e-Commerce] Conflict with Featured Content Gallery Plugin"</title>
<link>http://wordpress.org/support/topic/200777#post-842840</link>
<pubDate>Mon, 01 Sep 2008 22:00:35 +0000</pubDate>
<dc:creator>bobcJZ</dc:creator>
<guid isPermaLink="false">842840@http://wordpress.org/support/</guid>
<description>&#60;p&#62;What is the link to the featured gallery plugin? I have gone through the WP e-Commerce code and they use wp_enqueue_external_script($script) which makes me think that it is the Featured Content Gallery Plugin causing the problem.
&#60;/p&#62;</description>
</item>
<item>
<title>rainfrog on "[Plugin: WP e-Commerce] Conflict with Featured Content Gallery Plugin"</title>
<link>http://wordpress.org/support/topic/200777#post-842632</link>
<pubDate>Mon, 01 Sep 2008 18:32:05 +0000</pubDate>
<dc:creator>rainfrog</dc:creator>
<guid isPermaLink="false">842632@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Just installed WP e-commerce and it has disabled my Featured Content Gallery Plugin. All the photos from the Gallery and the text that goes with them are there, but they aren't in gallery format anymore. Instead, they are stacked on top of each other behind the main content of my site. &#60;/p&#62;
&#60;p&#62;Would like to know if anyone else is having similar problems or has discovered a fix for this. &#60;/p&#62;
&#60;p&#62;Thanks! :)
&#60;/p&#62;</description>
</item>
<item>
<title>Kalon on "How to Delete old database"</title>
<link>http://wordpress.org/support/topic/127308#post-756793</link>
<pubDate>Mon, 12 May 2008 12:11:31 +0000</pubDate>
<dc:creator>Kalon</dc:creator>
<guid isPermaLink="false">756793@http://wordpress.org/support/</guid>
<description>&#60;p&#62;You'll probrably need to contact your host and ask them to drop the required tables for you. Or, find a host that isn't pants like 1&#38;#38;1.
&#60;/p&#62;</description>
</item>
<item>
<title>doanduy on "How to Delete old database"</title>
<link>http://wordpress.org/support/topic/127308#post-756787</link>
<pubDate>Mon, 12 May 2008 12:06:52 +0000</pubDate>
<dc:creator>doanduy</dc:creator>
<guid isPermaLink="false">756787@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I'm Using Host Zymic and I faced the same problem ... can anyone tell me which tables I must drop to reinstall wp ?&#60;br /&#62;
When I can't drop them because of the error :Error: Access denied for user '...' to database 'information_schema'
&#60;/p&#62;</description>
</item>
<item>
<title>moshu on "How to Delete old database"</title>
<link>http://wordpress.org/support/topic/127308#post-593480</link>
<pubDate>Mon, 23 Jul 2007 22:38:40 +0000</pubDate>
<dc:creator>moshu</dc:creator>
<guid isPermaLink="false">593480@http://wordpress.org/support/</guid>
<description>&#60;p&#62;phpMyadmin: select all the tables and &#34;Drop&#34;. This will keep the database itself (which you need anyway) but will delete all the selected tables.
&#60;/p&#62;</description>
</item>
<item>
<title>mdrux on "How to Delete old database"</title>
<link>http://wordpress.org/support/topic/127308#post-593458</link>
<pubDate>Mon, 23 Jul 2007 22:00:29 +0000</pubDate>
<dc:creator>mdrux</dc:creator>
<guid isPermaLink="false">593458@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I am trying to install all new blogs with 2.2.1 and want to delete the old table. I get a message:&#60;/p&#62;
&#60;p&#62;&#34;You appear to have already installed WordPress. To reinstall please clear your old database tables first.&#60;/p&#62;
&#60;p&#62;How do i clear old database.&#60;/p&#62;
&#60;p&#62;Thank you - Murel
&#60;/p&#62;</description>
</item>

</channel>
</rss>
