<?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>bbPress support forums Topic: Plugin: BB-Ads</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Plugin: BB-Ads</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 09:06:43 +0000</pubDate>

<item>
<title>dheerajsingh2109 on "Plugin: BB-Ads"</title>
<link>http://bbpress.org/forums/topic/plugin-bb-ads#post-18836</link>
<pubDate>Mon, 01 Sep 2008 12:38:17 +0000</pubDate>
<dc:creator>dheerajsingh2109</dc:creator>
<guid isPermaLink="false">18836@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks I am using this for my website &#60;a href=&#34;http://forums.mbapursuit.com&#34; rel=&#34;nofollow&#34;&#62;http://forums.mbapursuit.com&#60;/a&#62; however the ad is displayed only once after the third post . &#60;/p&#62;
&#60;p&#62;I wantes something like this&#60;/p&#62;
&#60;p&#62;post1&#60;br /&#62;
post2&#60;br /&#62;
post3&#60;br /&#62;
AD&#60;br /&#62;
post4&#60;br /&#62;
post5&#60;br /&#62;
post6&#60;br /&#62;
AD&#60;/p&#62;
&#60;p&#62;and so on... how to achieve this
&#60;/p&#62;</description>
</item>
<item>
<title>Msowe Feha on "Plugin: BB-Ads"</title>
<link>http://bbpress.org/forums/topic/plugin-bb-ads#post-16716</link>
<pubDate>Thu, 12 Jun 2008 06:44:27 +0000</pubDate>
<dc:creator>Msowe Feha</dc:creator>
<guid isPermaLink="false">16716@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Great job, what else need to be version 1.0 ?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>bubblebla on "Plugin: BB-Ads"</title>
<link>http://bbpress.org/forums/topic/plugin-bb-ads#post-16679</link>
<pubDate>Tue, 10 Jun 2008 08:34:49 +0000</pubDate>
<dc:creator>bubblebla</dc:creator>
<guid isPermaLink="false">16679@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;the ads shows up something like this ---&#38;gt;&#60;/p&#62;
&#60;p&#62;GIF87a�����������f��f��0�����p������pp������� �����������fff��f��3������� &#60;code&#62;@���@f����0��P������f3�����p���@�0�� ����p�����P�p��P�� �̙�p@�������ffp�&#60;/code&#62;33f��pp���f3p������f��00����33�@@
&#60;/p&#62;</description>
</item>
<item>
<title>bubblebla on "Plugin: BB-Ads"</title>
<link>http://bbpress.org/forums/topic/plugin-bb-ads#post-16677</link>
<pubDate>Tue, 10 Jun 2008 06:41:10 +0000</pubDate>
<dc:creator>bubblebla</dc:creator>
<guid isPermaLink="false">16677@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;hi..&#60;/p&#62;
&#60;p&#62;wittmania, i installed your plugin. it works well with php or html formated ads but it crushed my .gif ads.. basically i followed all your instructions.. hmm... i added this line in bb-ads.php --&#38;gt;&#60;/p&#62;
&#60;p&#62;                $extList['gif'] = 'image/gif';&#60;br /&#62;
		$extList['jpg'] = 'image/jpeg';&#60;br /&#62;
		$extList['png'] = 'image/png';&#60;/p&#62;
&#60;p&#62;so, how do i fix it?
&#60;/p&#62;</description>
</item>
<item>
<title>wittmania on "Plugin: BB-Ads"</title>
<link>http://bbpress.org/forums/topic/plugin-bb-ads#post-7041</link>
<pubDate>Thu, 26 Apr 2007 21:45:11 +0000</pubDate>
<dc:creator>wittmania</dc:creator>
<guid isPermaLink="false">7041@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have launched an &#34;Area 51&#34; forum to test and display the effects of my plugins.  You can see bb-Ads in action here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://blog.wittmania.com/bbpress/&#34; rel=&#34;nofollow&#34;&#62;http://blog.wittmania.com/bbpress/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Also, I have now tested this plugin with pretty links, and it does work.  The only changes to be made in the coding as given in ad1.php is that you have to delete the &#60;code&#62;.php&#60;/code&#62; from the &#60;code&#62;strpos&#60;/code&#62; check.  This will just look for the words in the link instead of the actual &#60;code&#62;.php&#60;/code&#62; file names.
&#60;/p&#62;</description>
</item>
<item>
<title>wittmania on "Plugin: BB-Ads"</title>
<link>http://bbpress.org/forums/topic/plugin-bb-ads#post-6576</link>
<pubDate>Mon, 09 Apr 2007 19:17:52 +0000</pubDate>
<dc:creator>wittmania</dc:creator>
<guid isPermaLink="false">6576@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;UPDATE: The sample ad file now includes the code necessary to display different ads based on the context.  For example, if it is a topics page, it will display one ad and if it is a forum page, it will display a different one.&#60;/p&#62;
&#60;p&#62;The code is something like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
if ( strpos($_SERVER[&#38;#39;REQUEST_URI&#38;#39;], &#38;#39;topic.php&#38;#39;) ) { ?&#38;gt;
&#38;lt;div&#38;gt;An ad for a topics/posts page&#38;lt;/div&#38;gt;
&#38;lt;?php
} elseif { another specific page;
} else { default ad;
}  ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The sample file includes &#60;code&#62;elseif&#60;/code&#62; checks for topic.php, forum.php, profile.php, and a &#34;default&#34; if none of the above pages are detected.&#60;/p&#62;
&#60;p&#62;This would allow you to have one file per sponsor/advertiser, with a different context-based ad for each situation.
&#60;/p&#62;</description>
</item>
<item>
<title>wittmania on "Plugin: BB-Ads"</title>
<link>http://bbpress.org/forums/topic/plugin-bb-ads#post-6568</link>
<pubDate>Mon, 09 Apr 2007 15:16:34 +0000</pubDate>
<dc:creator>wittmania</dc:creator>
<guid isPermaLink="false">6568@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Screenshots here:&#60;/p&#62;
&#60;p&#62;An ad between posts on a topic page:&#60;br /&#62;
&#60;a href=&#34;http://www.wittmania.com/images/bb-ads-1.gif&#34; rel=&#34;nofollow&#34;&#62;http://www.wittmania.com/images/bb-ads-1.gif&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;An ad on the front page, text-only (w/ CSS):&#60;br /&#62;
&#60;a href=&#34;http://www.wittmania.com/images/bb-ads-2.gif&#34; rel=&#34;nofollow&#34;&#62;http://www.wittmania.com/images/bb-ads-2.gif&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;An ad on a Forum page, with an image in it:&#60;br /&#62;
&#60;a href=&#34;http://www.wittmania.com/images/bb-ads-3.gif&#34; rel=&#34;nofollow&#34;&#62;http://www.wittmania.com/images/bb-ads-3.gif&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I don't have it up and running on my own forum yet b/c I am still building the ads for it.  I haven't submitted it yet, but I'll look into how to do that right away.
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Plugin: BB-Ads"</title>
<link>http://bbpress.org/forums/topic/plugin-bb-ads#post-6495</link>
<pubDate>Sat, 07 Apr 2007 15:21:17 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">6495@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;That's pretty cool. Are there screenshots, is there anywhere running it so we can see what it's like?&#60;br /&#62;
You've submitted it to the plugin db too, haven't you? :)
&#60;/p&#62;</description>
</item>
<item>
<title>wittmania on "Plugin: BB-Ads"</title>
<link>http://bbpress.org/forums/topic/plugin-bb-ads#post-6483</link>
<pubDate>Fri, 06 Apr 2007 22:07:01 +0000</pubDate>
<dc:creator>wittmania</dc:creator>
<guid isPermaLink="false">6483@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This is my first attempt at a plugin, so be gentle! :)&#60;/p&#62;
&#60;p&#62;This plugin allows you to display custom ads/messages anywhere on your site, including the front page, profile pages, forum pages, and even between posts.&#60;/p&#62;
&#60;p&#62;The plugin randomly selects a file from a pre-determined directory, or you can specify a specific file to display.  File types include .php, .html, .htm, or you can add custom file types as needed.&#60;/p&#62;
&#60;p&#62;The files themselves can include links, images, PHP functions, and CSS stylization.  You can customize the ads/messages however you want.&#60;/p&#62;
&#60;p&#62;You can get the 0.1 version here:&#60;br /&#62;
&#60;a href=&#34;http://blog.wittmania.com/bb-ads&#34; rel=&#34;nofollow&#34;&#62;http://blog.wittmania.com/bb-ads&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;PLEASE feel free to let me know if you find any bugs.  I'm also extremely open to suggestions for future revisions, as my PHP skills are only slightly better than my bow hunting skills, which are pretty pathetic.&#60;/p&#62;
&#60;p&#62;Enjoy!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
