<?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 Tag: wp-pda</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Tag: wp-pda</description>
<language>en</language>
<pubDate>Sat, 04 Jul 2009 11:08:56 +0000</pubDate>

<item>
<title>manojtd on "[Plugin: Easy AdSenser] Adsenser w/ WP-PDA Plugin"</title>
<link>http://wordpress.org/support/topic/272532#post-1086900</link>
<pubDate>Fri, 29 May 2009 23:03:28 +0000</pubDate>
<dc:creator>manojtd</dc:creator>
<guid isPermaLink="false">1086900@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Neat ideat! This is entirely possible. Try this code in the if block of whatever condition you want to disable the filter (in single.php, for instance)&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
global $ez_ad ;
if (isset($ez_ad))
  remove_filter(&#38;#39;the_content&#38;#39;, array($ez_ad, &#38;#39;ezAdSense_content&#38;#39;));
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>nyshocka on "[Plugin: Easy AdSenser] Adsenser w/ WP-PDA Plugin"</title>
<link>http://wordpress.org/support/topic/272532#post-1086714</link>
<pubDate>Fri, 29 May 2009 18:51:34 +0000</pubDate>
<dc:creator>nyshocka</dc:creator>
<guid isPermaLink="false">1086714@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Well here is an idea.. I was thinking of for all plugins. And maybe this goes to the Wordpress Gods...&#60;/p&#62;
&#60;p&#62;Perhaps a function to disable a plugin on a page.. Just a thought. I was thinking how I could manipulate your plugin no to filter the post content via the theme pages....
&#60;/p&#62;</description>
</item>
<item>
<title>manojtd on "[Plugin: Easy AdSenser] Adsenser w/ WP-PDA Plugin"</title>
<link>http://wordpress.org/support/topic/272532#post-1086103</link>
<pubDate>Thu, 28 May 2009 23:36:05 +0000</pubDate>
<dc:creator>manojtd</dc:creator>
<guid isPermaLink="false">1086103@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I think I will wait till WP comes up with some standard functions to determine the target browser.&#60;/p&#62;
&#60;p&#62;One thing you could try is to look at your database and check if there are ezAds options corresponding to a mobile version of the theme you are using. If so, you may want to copy over it. Either that or just edit the plugin php to put your adsense code where needed.  Sorry, I don't know how else I can help.
&#60;/p&#62;</description>
</item>
<item>
<title>nyshocka on "[Plugin: Easy AdSenser] Adsenser w/ WP-PDA Plugin"</title>
<link>http://wordpress.org/support/topic/272532#post-1085930</link>
<pubDate>Thu, 28 May 2009 20:40:12 +0000</pubDate>
<dc:creator>nyshocka</dc:creator>
<guid isPermaLink="false">1085930@http://wordpress.org/support/</guid>
<description>&#60;p&#62;There is no WP Codex function for determining if the browser is a pda. the WP-PDA plugin creates an option array of all possible Mobile Browsers, then determines the users browser and determines if they are a mobile user or not.
&#60;/p&#62;</description>
</item>
<item>
<title>treda on "[Plugin: Wordpress PDA &#38; iPhone] prophotoblogs compatable?"</title>
<link>http://wordpress.org/support/topic/273742#post-1083254</link>
<pubDate>Mon, 25 May 2009 22:42:58 +0000</pubDate>
<dc:creator>treda</dc:creator>
<guid isPermaLink="false">1083254@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi, I upgraded my Wordpress blog through &#60;a href=&#34;http://www.prophotoblogs.com.&#34; rel=&#34;nofollow&#34;&#62;http://www.prophotoblogs.com.&#60;/a&#62;  I'm not sure if this is the problem.  But using your plug in, when I look at my blog, the photograph is all distorted.  It is a horizontal shot and it's all stretched up wards.  Wondering what this is all about.&#60;br /&#62;
Thanks!&#60;br /&#62;
~T
&#60;/p&#62;</description>
</item>
<item>
<title>manojtd on "[Plugin: Easy AdSenser] Adsenser w/ WP-PDA Plugin"</title>
<link>http://wordpress.org/support/topic/272532#post-1080749</link>
<pubDate>Fri, 22 May 2009 14:23:21 +0000</pubDate>
<dc:creator>manojtd</dc:creator>
<guid isPermaLink="false">1080749@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Sorry, I don't use WP-PDA or provide a mobile version of my blog. May be I should. Anyways, I will try to figure out why it doesn't work for you from WP Codex. Is there a function like is_pda() or is_mobile()?
&#60;/p&#62;</description>
</item>
<item>
<title>nyshocka on "[Plugin: Easy AdSenser] Adsenser w/ WP-PDA Plugin"</title>
<link>http://wordpress.org/support/topic/272532#post-1079477</link>
<pubDate>Thu, 21 May 2009 02:57:46 +0000</pubDate>
<dc:creator>nyshocka</dc:creator>
<guid isPermaLink="false">1079477@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I am using WP-PDA along with Adsenser. Some reason adsenser displays the default ads with the authors Publisher ID. &#60;/p&#62;
&#60;p&#62;I tried outputting the mThemeName variable and in both cases mobile view and web view it is equal to &#34;Atahualpa333&#34; which is my standard theme. Yet the ads display with the authors ID. &#60;/p&#62;
&#60;p&#62;Also I saw in the options table there was a variable for the pda-theme and settings. I set it to the same settings as my standard theme yet no effect on the mobile version. &#60;/p&#62;
&#60;p&#62;Has anyone implemented both successfully? Or perhaps is there an option or code I could put into the Theme Pages that would disable Adsenser from running when in Mobile mode?
&#60;/p&#62;</description>
</item>
<item>
<title>asechrest on "Exclude Plugin"</title>
<link>http://wordpress.org/support/topic/194433#post-1028616</link>
<pubDate>Fri, 27 Mar 2009 18:09:20 +0000</pubDate>
<dc:creator>asechrest</dc:creator>
<guid isPermaLink="false">1028616@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Could the problem be that WP-PDA uses &#60;a href=&#34;http://codex.wordpress.org/Template_Tags/the_excerpt&#34;&#62;the_excerpt()&#60;/a&#62; rather than the_content()?  GDStar rating has &#34;issues&#34; with the_excerpt(), I think mainly because the_excerpt() strips HTML and graphics from the post.  If you use the GD Star Rating option that appends a rating to all posts, then try to use the_excerpt(), you'll get a line of funky looking numbers.&#60;/p&#62;
&#60;p&#62;There's a workaround for the issue, though you need to check the GD Star Rating documentation. You could also try to adjust the WP-PDA plugin's code to use the_content() instead of the_excerpt(), and then perhaps use the &#60;code&#62;more&#60;/code&#62; tag on each post to get the same effect.
&#60;/p&#62;</description>
</item>
<item>
<title>scott.devol on "Exclude Plugin"</title>
<link>http://wordpress.org/support/topic/194433#post-1028601</link>
<pubDate>Fri, 27 Mar 2009 17:54:39 +0000</pubDate>
<dc:creator>scott.devol</dc:creator>
<guid isPermaLink="false">1028601@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Ever find the answer?  I'm searching for the same thing ... similar issue too ... need to exlude plugin for mobile.
&#60;/p&#62;</description>
</item>
<item>
<title>christianebuddy on "[Plugin: Wordpress PDA &#38; iPhone] Huge Tagcloud"</title>
<link>http://wordpress.org/support/topic/255223#post-1023116</link>
<pubDate>Sun, 22 Mar 2009 15:29:35 +0000</pubDate>
<dc:creator>christianebuddy</dc:creator>
<guid isPermaLink="false">1023116@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Today I upgraded the wp-pda plugin on one of my sites. When I access the site with a mobile device I get at the end of the page an enormous Tag Cloud. This was not there before and the size of the font is HUGE. A bit clumsy looking honestly speaking... When I view my site on a desktop the tag cloud is visible in the sidebar, with normal size of the fonts for a desktop naturally. Can you tell me what to do to change this ...? Or maybe you have to upgrade the plugin again so the fonts get adapted to a mobile device???&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Marcel
&#60;/p&#62;</description>
</item>
<item>
<title>NetRebel on "[Plugin: Wordpress PDA &#38; iPhone] Use Firefox Plugin to view this on your desktop browser! :-D"</title>
<link>http://wordpress.org/support/topic/194304#post-831092</link>
<pubDate>Sun, 17 Aug 2008 12:21:14 +0000</pubDate>
<dc:creator>NetRebel</dc:creator>
<guid isPermaLink="false">831092@http://wordpress.org/support/</guid>
<description>&#60;p&#62;PS: If you want to know the user-agent of any browser/device you have yourself, there are many sites on the Internet that will present this information to you. A nice one, without to much unneeded extra junk on it is: &#60;a href=&#34;http://www.useragent.org/&#34; rel=&#34;nofollow&#34;&#62;http://www.useragent.org/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Just visit that page using the browser or device you want to know the user-agent string of.
&#60;/p&#62;</description>
</item>
<item>
<title>NetRebel on "[Plugin: Wordpress PDA &#38; iPhone] Use Firefox Plugin to view this on your desktop browser! :-D"</title>
<link>http://wordpress.org/support/topic/194304#post-831091</link>
<pubDate>Sun, 17 Aug 2008 12:14:54 +0000</pubDate>
<dc:creator>NetRebel</dc:creator>
<guid isPermaLink="false">831091@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Well, it doesn't really matter what you enter as a mobile string since the plugin won't actually behave like the selected browser but just 'tell' the server that it is another browser.&#60;/p&#62;
&#60;p&#62;In other words; just enter ANY mobile browser string to have your WordPress blog present the mobile content. FireFox will then display this content being FireFox, not how the actual 'faked' browser would handle it.&#60;/p&#62;
&#60;p&#62;Take a look at &#60;a href=&#34;http://www.useragentstring.com/pages/useragentstring.php&#34; rel=&#34;nofollow&#34;&#62;http://www.useragentstring.com/pages/useragentstring.php&#60;/a&#62; for a pretty complete list of useragents. Personally I use this string I got from my mobile phone...&#60;/p&#62;
&#60;p&#62;Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)&#60;/p&#62;
&#60;p&#62;...you could use this one too. Again; it's just a way of 'triggering' the mobile content from your blog. It will ALWAYS look the same, no matter WHAT mobile user-agent you use, as long as it's recognized as being a mobile user-agent. :-)
&#60;/p&#62;</description>
</item>
<item>
<title>phattrance on "[Plugin: Wordpress PDA &#38; iPhone] Possible to show pics?"</title>
<link>http://wordpress.org/support/topic/196755#post-829289</link>
<pubDate>Thu, 14 Aug 2008 18:14:36 +0000</pubDate>
<dc:creator>phattrance</dc:creator>
<guid isPermaLink="false">829289@http://wordpress.org/support/</guid>
<description>&#60;p&#62;is it possible to edit this plugin so that the pictures are shown on the main page also?
&#60;/p&#62;</description>
</item>
<item>
<title>phattrance on "[Plugin: Wordpress PDA &#38; iPhone] Use Firefox Plugin to view this on your desktop browser! :-D"</title>
<link>http://wordpress.org/support/topic/194304#post-829285</link>
<pubDate>Thu, 14 Aug 2008 18:12:15 +0000</pubDate>
<dc:creator>phattrance</dc:creator>
<guid isPermaLink="false">829285@http://wordpress.org/support/</guid>
<description>&#60;p&#62;any tip on what i should write to get opera mini? and symbian s60 browser on the list?
&#60;/p&#62;</description>
</item>
<item>
<title>Scott Semple on "[Plugin: Wordpress PDA &#38; iPhone] Not Displaying Correctly on iPhone"</title>
<link>http://wordpress.org/support/topic/196334#post-827859</link>
<pubDate>Wed, 13 Aug 2008 02:34:35 +0000</pubDate>
<dc:creator>Scott Semple</dc:creator>
<guid isPermaLink="false">827859@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Initially looks good, but whenever the &#34;Home&#34; button is pressed, the page reloads and shows the title twice, overlapping the top of the list. Please fix! Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>garethooper on "Exclude Plugin"</title>
<link>http://wordpress.org/support/topic/194433#post-821584</link>
<pubDate>Tue, 05 Aug 2008 09:01:44 +0000</pubDate>
<dc:creator>garethooper</dc:creator>
<guid isPermaLink="false">821584@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I am needing to know what is required to Exclude the use of a Plugin from a Mobile Plugin that services Mobile Connections.&#60;/p&#62;
&#60;p&#62;Plugin 1: GDragons Star Rating&#60;br /&#62;
Plugin 2: WP-PDA&#60;/p&#62;
&#60;p&#62;Via the Desktop the Star Rating works perfectly.&#60;br /&#62;
Via the Mobile, using Plugin 2, the Star Rating Plugin comes through as Numbers and distorts the Post footer. I am needing to exclude this Star Rating Plugin from being called on the WP-PDA Plugin when connecting via a Mobile device.
&#60;/p&#62;</description>
</item>
<item>
<title>NetRebel on "[Plugin: Wordpress PDA &#38; iPhone] Use Firefox Plugin to view this on your desktop browser! :-D"</title>
<link>http://wordpress.org/support/topic/194304#post-821092</link>
<pubDate>Mon, 04 Aug 2008 19:09:07 +0000</pubDate>
<dc:creator>NetRebel</dc:creator>
<guid isPermaLink="false">821092@http://wordpress.org/support/</guid>
<description>&#60;p&#62;If you would like to know what the output looks like for mobile deviced but you don't actually have one yourself (or just don't feel like using it), you can use the &#34;User Agent Switcher&#34; for FireFox:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://addons.mozilla.org/en-US/firefox/addon/59&#34; rel=&#34;nofollow&#34;&#62;https://addons.mozilla.org/en-US/firefox/addon/59&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It enables you to have FireFox present itself as being another browser. Just put some known mobile device User Agent in it and you can see the plugin work on your normal desktop browser.
&#60;/p&#62;</description>
</item>
<item>
<title>garethooper on "[Plugin: Wordpress PDA &#38; iPhone] Typo"</title>
<link>http://wordpress.org/support/topic/194042#post-820246</link>
<pubDate>Sun, 03 Aug 2008 15:18:34 +0000</pubDate>
<dc:creator>garethooper</dc:creator>
<guid isPermaLink="false">820246@http://wordpress.org/support/</guid>
<description>&#60;p&#62;There is a typo that needs to be corrected for future Versions:&#60;br /&#62;
File: Single.php&#60;br /&#62;
Line: 18&#60;br /&#62;
Version: 1.2.6&#60;br /&#62;
Theme: PDA-Theme&#60;br /&#62;
&#34;...%2$s and is filled under:','pda-theme')...&#34;&#60;/p&#62;
&#60;p&#62;filled needs to be filed&#60;/p&#62;
&#60;p&#62;&#34;...%2$s and is filed under:','pda-theme')...&#34;&#60;/p&#62;
&#60;p&#62;AND&#60;/p&#62;
&#60;p&#62;File: Single.php&#60;br /&#62;
Line: 10&#60;br /&#62;
Version: 1.2.6&#60;br /&#62;
Theme: iPhone-Theme&#60;/p&#62;
&#60;p&#62;&#34;...%2$s and is filled under:','pda-theme')...&#34;&#60;/p&#62;
&#60;p&#62;filled needs to be filed&#60;/p&#62;
&#60;p&#62;&#34;...%2$s and is filed under:','pda-theme')...&#34;
&#60;/p&#62;</description>
</item>
<item>
<title>garethooper on "[Plugin: Wordpress PDA &#38; iPhone] Exclude for Plugin"</title>
<link>http://wordpress.org/support/topic/193848#post-819653</link>
<pubDate>Sat, 02 Aug 2008 14:18:53 +0000</pubDate>
<dc:creator>garethooper</dc:creator>
<guid isPermaLink="false">819653@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Is it possible to put in some Plugin Exclude into the Mobile PHP Files to exclude this Plugin from presenting itself on the Mobile Posts/Pages.&#60;/p&#62;
&#60;p&#62;I am using GD-Star-Rating by GDragon - &#60;a href=&#34;http://wp.gdragon.info/plugins/gd-star-rating/&#34; rel=&#34;nofollow&#34;&#62;http://wp.gdragon.info/plugins/gd-star-rating/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>donncha on "WP Super Cache doesn't work with WP-PDA"</title>
<link>http://wordpress.org/support/topic/185919#post-793916</link>
<pubDate>Tue, 01 Jul 2008 10:01:09 +0000</pubDate>
<dc:creator>donncha</dc:creator>
<guid isPermaLink="false">793916@http://wordpress.org/support/</guid>
<description>&#60;p&#62;You'll have to replicate the conditions wp-pda uses to figure out if a visitor is using a pda, but you'll need to do it in the mod_rewrite rules in the .htaccess file. Then you need to hack the super cache plugin and create a new cache file for pda visitors.&#60;/p&#62;
&#60;p&#62;Not easy I'm afraid.
&#60;/p&#62;</description>
</item>
<item>
<title>armchairtheorist on "WP Super Cache doesn't work with WP-PDA"</title>
<link>http://wordpress.org/support/topic/185919#post-793430</link>
<pubDate>Mon, 30 Jun 2008 17:59:34 +0000</pubDate>
<dc:creator>armchairtheorist</dc:creator>
<guid isPermaLink="false">793430@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Anyone has any luck modifying WP Super Cache to work with plugins such as WP-PDA?&#60;/p&#62;
&#60;p&#62;Currently, I don't think they are compatible, since WP Super Cache serves the page before WP-PDA can check for the user-agent and swap out the theme if necessary.&#60;/p&#62;
&#60;p&#62;Anyone have any ideas how these two awesome plugins can somehow work together?&#60;/p&#62;
&#60;p&#62;Much thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>mooseman89 on "Very Nice!"</title>
<link>http://wordpress.org/support/topic/159473#post-701804</link>
<pubDate>Sun, 02 Mar 2008 02:19:39 +0000</pubDate>
<dc:creator>mooseman89</dc:creator>
<guid isPermaLink="false">701804@http://wordpress.org/support/</guid>
<description>&#60;p&#62;This mobile interface is very clean and easy to use.  Very Nice.
&#60;/p&#62;</description>
</item>
<item>
<title>ultramagnus on "not compatible with nextGEN gallery, no images display,"</title>
<link>http://wordpress.org/support/topic/132464#post-609998</link>
<pubDate>Sat, 01 Sep 2007 11:03:46 +0000</pubDate>
<dc:creator>ultramagnus</dc:creator>
<guid isPermaLink="false">609998@http://wordpress.org/support/</guid>
<description>&#60;p&#62;unfortunately my blog uses nextGEN gallery and this plugin does not seem to display images that are inserted into posts using this gallery, is the a way to fix this? please&#60;/p&#62;
&#60;p&#62;thanks in advance!
&#60;/p&#62;</description>
</item>
<item>
<title>htan on "super [WP-PDA]"</title>
<link>http://wordpress.org/support/topic/129786#post-601468</link>
<pubDate>Sat, 11 Aug 2007 02:46:15 +0000</pubDate>
<dc:creator>htan</dc:creator>
<guid isPermaLink="false">601468@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Im loving it!&#60;/p&#62;
&#60;p&#62;Works fine with WP 2.2
&#60;/p&#62;</description>
</item>
<item>
<title>ozlady on "WP-PDA Did Exactly What It Said It Would"</title>
<link>http://wordpress.org/support/topic/122452#post-576297</link>
<pubDate>Mon, 18 Jun 2007 05:48:33 +0000</pubDate>
<dc:creator>ozlady</dc:creator>
<guid isPermaLink="false">576297@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Just wanted to say that I installed this and it works perfectly - no hassle, no fuss, and now I have a site that looks pretty good on my PDA - thanks!&#60;/p&#62;
&#60;p&#62;If anyone wants to see this in action, you can visit &#60;a href=&#34;http://www.ozlady.com&#34;&#62;ozlady.com&#60;/a&#62; and remember to surf it using your PDA/Mobile phone as it is not obvious from the standard PC/laptop browser.&#60;/p&#62;
&#60;p&#62;Thanks a million!!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
