<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>bbPress Support Forums &#187; Topic: Plugin:  bbPress Mobile Edition</title>
		<link>http://bbpress.org/forums/topic/plugin-bbpress-mobile-edition</link>
		<description>bbPress Support Forums &#187; Topic: Plugin:  bbPress Mobile Edition</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 06:28:23 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/topic/plugin-bbpress-mobile-edition" rel="self" type="application/rss+xml" />

		<item>
			<title>nolageek on "Plugin:  bbPress Mobile Edition"</title>
			<link>http://bbpress.org/forums/topic/plugin-bbpress-mobile-edition#post-14414</link>
			<pubDate>Wed, 12 Mar 2008 02:05:33 +0000</pubDate>
			<dc:creator>nolageek</dc:creator>
			<guid isPermaLink="false">14414@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I'm using this plugin at <a href="http://geekdc.com/forum" rel="nofollow">http://geekdc.com/forum</a> and I'm having problems with loginb in while on PDA/mobile phone.  Could this be on the fault of the devices?
</p>]]></description>
					</item>
		<item>
			<title>Trent Adams on "Plugin:  bbPress Mobile Edition"</title>
			<link>http://bbpress.org/forums/topic/plugin-bbpress-mobile-edition#post-2601</link>
			<pubDate>Sun, 24 Dec 2006 17:41:11 +0000</pubDate>
			<dc:creator>Trent Adams</dc:creator>
			<guid isPermaLink="false">2601@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I would suggest using the following to stop the avatar plugin from working in the mobile version until I can figure out a way to make all images smaller or non-existant with this plugin.</p>
<p>Put this over the code for the avatar plugin in post.php in /my-templates/</p>
<p><code>&#60;!--  Diable Avatar for BB-Mobile --&#62;<br />
&#60;?php if ( mobile_check() ) : ?&#62;<br />
&#60;!-- &#60;?php post_avatar(); ?&#62; --&#62;<br />
&#60;?php else : ?&#62;<br />
&#60;small&#62;&#60;?php post_avatar(); ?&#62;&#60;/small&#62;<br />
&#60;?php endif; ?&#62;<br />
&#60;!-- Diable Avatar for BB-Mobile --&#62;</code></p>
<p>I have now tested this out and know that it works on my site.</p>
<p>In fact, any code that you do not want shown  or changed in the mobile version of your site can be elminated or changed with the following structure!</p>
<p><code>&#60;!--  Code for BB-Mobile --&#62;<br />
&#60;?php if ( mobile_check() ) : ?&#62;<br />
CODE YOU WANT SHOWN ON MOBILE<br />
&#60;?php else : ?&#62;<br />
CODE YOU WANT SHOWN ON MAIN SITE<br />
&#60;?php endif; ?&#62;<br />
&#60;!-- Code for BB-Mobile --&#62;</code></p>
<p>Trent
</p>]]></description>
					</item>
		<item>
			<title>ardentfrost on "Plugin:  bbPress Mobile Edition"</title>
			<link>http://bbpress.org/forums/topic/plugin-bbpress-mobile-edition#post-2577</link>
			<pubDate>Sat, 23 Dec 2006 02:15:06 +0000</pubDate>
			<dc:creator>ardentfrost</dc:creator>
			<guid isPermaLink="false">2577@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>One of the guys on my forums suggested disabling images (somehow) when using mobile bbpress.
</p>]]></description>
					</item>
		<item>
			<title>Trent Adams on "Plugin:  bbPress Mobile Edition"</title>
			<link>http://bbpress.org/forums/topic/plugin-bbpress-mobile-edition#post-2571</link>
			<pubDate>Fri, 22 Dec 2006 21:00:02 +0000</pubDate>
			<dc:creator>Trent Adams</dc:creator>
			<guid isPermaLink="false">2571@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>It would seem that this is going to need some testing!</p>
<p>Could everyone try this out if you can and report back?   It would be good to test my blog as well (so we can see if one works and one doesn't). </p>
<p>Forum - <a href="http://forum.trentadams.ca" rel="nofollow">http://forum.trentadams.ca</a><br />
Blog - <a href="http://blog.trentadams.ca" rel="nofollow">http://blog.trentadams.ca</a></p>
<p>I use a Treo 700 Smartphone, so it might have a little better browser than most....</p>
<p>Trent
</p>]]></description>
					</item>
		<item>
			<title>ardentfrost on "Plugin:  bbPress Mobile Edition"</title>
			<link>http://bbpress.org/forums/topic/plugin-bbpress-mobile-edition#post-2570</link>
			<pubDate>Fri, 22 Dec 2006 19:37:35 +0000</pubDate>
			<dc:creator>ardentfrost</dc:creator>
			<guid isPermaLink="false">2570@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>awesome dude, glad you figured all that stuff out!
</p>]]></description>
					</item>
		<item>
			<title>Trent Adams on "Plugin:  bbPress Mobile Edition"</title>
			<link>http://bbpress.org/forums/topic/plugin-bbpress-mobile-edition#post-2569</link>
			<pubDate>Fri, 22 Dec 2006 19:29:34 +0000</pubDate>
			<dc:creator>Trent Adams</dc:creator>
			<guid isPermaLink="false">2569@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I had to borrow a function from the great <a href="http://www.alexking.org">Alex King</a> and his mobile edition for WP, but I have created a plugin that will allow mobile phones and other common mobile devices to access a page designed for them.</p>
<p>Download:   <a href="http://www.trentadams.ca/downloads/bb-mobile73.zip">BB-Mobile</a></p>
<p>All the directions are in the readme.txt file in the download file, so it should be quite self explanatory.  It has 2 files and you need to edit your header.php file in your templates, but has no core changes.</p>
<p>NOTE:   I don't think the mobile CSS will validate and I need people to test this out to find any bugs and corrections, but it seems to work well enough for me.</p>
<p>If you need a demo, you can view my forum with a mobile:</p>
<p><a href="http://forum.trentadams.ca" rel="nofollow">http://forum.trentadams.ca</a></p>
<p>Trent
</p>]]></description>
					</item>

	</channel>
</rss>

