<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Module: Banner Manager</title>
        <description>This module makes it possible to display arbitrairy blocks of HTML/PHP code in Phorum pages. Multiple blocks can be defined and you can configure what block to show on what page. The system was designed for adding banners to Phorum, but with some fantasty other things are possible too (e.g. adding a customized page header per forum).

[code]
Changelog:
----------

2009-06-11 v1.0.4

    - Made the module compatible with the CSRF protection in Phorum 5.2.11.

2008-07-31 v1.0.3

    - Added date ranges for banners.
      Mod proposal provided by Phorum.org user: sheik

2008-01-13 v1.0.2

    - Fixed a problem with including the settings panels.

2006-03-29 v1.0.1

    - Restructured the settings panel code over multiple files for more
      code clarity and for fixing some strange problems with the program
      flow in the settings pages.

2006-03-28 v1.0.0

    - Initial revision

[/code]</description>
        <link>https://www.phorum.org/support/read.php?62,123956,123956#msg-123956</link>
        <lastBuildDate>Tue, 08 Sep 2026 10:12:26 -0500</lastBuildDate>
        <generator>Phorum 6.0.4</generator>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123956,155234#msg-155234</guid>
            <title>Re: Module: Banner Manager</title>
            <link>https://www.phorum.org/support/read.php?62,123956,155234#msg-155234</link>
            <description><![CDATA[ Answered my own question, apparently. <br />
<br />
Turned on &quot;Do not display the banner code automatically&quot;<br />
<br />
Inserted { MOD_BANNER_MANAGER } in header.tpl right before the search-area div. <br />
<br />
That seems to have done the trick and not broken anything (that I have found, anyway).]]></description>
            <dc:creator>James E.</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Mon, 11 Aug 2014 12:55:23 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123956,155224#msg-155224</guid>
            <title>Re: Module: Banner Manager</title>
            <link>https://www.phorum.org/support/read.php?62,123956,155224#msg-155224</link>
            <description><![CDATA[ Thanks to this thread I bumped the position of the banners to be above the announcements, which is handy. Now I have an additional question/problem. <br />
<br />
On the read pages the post title and search box are above the banners, which puts distance between them and the body of the message. What would be the best way to adjust this positioning? <br />
<br />
Appreciate any assistance or guidance. <br />
<br />
<img src="http://j-e.us/files/Screenshot080614100254AM.jpg" class="bbcode" border="0" />]]></description>
            <dc:creator>James E.</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Wed, 06 Aug 2014 12:10:01 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123956,151537#msg-151537</guid>
            <title>Re: Module: Banner Manager</title>
            <link>https://www.phorum.org/support/read.php?62,123956,151537#msg-151537</link>
            <description><![CDATA[ I thought I&#039;d contribute for a change instead of just asking questions...<br />
<br />
The following code in the banner manager is a open source &quot;<a href="http://www.dynamicdrive.com/dynamicindex4/simplegallery.htm" target="_blank"  rel="nofollow">Simple Gallery</a>&quot; javascript I found online that is cross platform browser friendly (works on all smart phones!) that is a simple rotating jpg code so you can rotate through various jpg banners and link each one accordingly...<br />
<br />
[code=&quot;javascript&quot;]<br />
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;<br />
&quot;[<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt" target="_blank"  rel="nofollow">www.w3.org</a>];<br />
&lt;html xmlns=&quot;[<a href="http://www.w3.org/1999/xhtml&quot" target="_blank"  rel="nofollow">www.w3.org</a>]; lang=&quot;en&quot; xml:lang=&quot;en&quot;&gt;<br />
<br />
&lt;head&gt;<br />
<br />
&lt;script type=&quot;text/javascript&quot; src=&quot;[<a href="http://ajax.googleapis.com/ajax/libs/jquery/1.6.0/jquery.min.js&quot;&gt;&lt;/script&gt" target="_blank"  rel="nofollow">ajax.googleapis.com</a>];<br />
<br />
&lt;style type=&quot;text/css&quot;&gt;<br />
<br />
/*Make sure your page contains a valid doctype at the top*/<br />
#simplegallery1{ //CSS for Simple Gallery Example 1<br />
position: relative; /*keep this intact*/<br />
visibility: hidden; /*keep this intact*/<br />
border: 0px solid darkred;<br />
}<br />
<br />
#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)<br />
text-align: center;<br />
padding: 2px 5px;<br />
}<br />
<br />
&lt;/style&gt;<br />
<br />
&lt;script type=&quot;text/javascript&quot; src=&quot;simplegallery.js&quot;&gt;<br />
<br />
/***********************************************<br />
* Simple Controls Gallery- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)<br />
* This notice MUST stay intact for legal use<br />
* Visit Dynamic Drive at [<a href="http://www.dynamicdrive.com/" target="_blank"  rel="nofollow">www.dynamicdrive.com</a>] for this script and 100s more<br />
***********************************************/<br />
<br />
&lt;/script&gt;<br />
&lt;center&gt;<br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
<br />
var mygallery=new simpleGallery({<br />
wrapperid: &quot;simplegallery1&quot;, //ID of main gallery container,<br />
dimensions: [700, 173], //width/height of gallery in pixels. Should reflect dimensions of the images exactly<br />
imagearray: [<br />
<b>[&quot;[<a href="http://your-website-url/photo1.jpg&quot" target="_blank"  rel="nofollow">your-website-url</a>];, &quot;&quot;, &quot;&quot;, &quot;&quot;],<br />
[&quot;[<a href="http://your-website-url/photo2.jpg&quot" target="_blank"  rel="nofollow">your-website-url</a>];, &quot;&quot;, &quot;&quot;, &quot;&quot;],</b><br />
<br />
],<br />
autoplay: [true, 2500, 2], //[auto_play_boolean, delay_btw_slide_millisec, cycles_before_stopping_int]<br />
persist: false, //remember last viewed slide and recall within same session?<br />
fadeduration: 500, //transition duration (milliseconds)<br />
oninit:function(){ //event that fires when gallery has initialized/ ready to run<br />
//Keyword &quot;this&quot;: references current gallery instance (ie: try this.navigate(&quot;play/pause&quot;))<br />
},<br />
onslide:function(curslide, i){ //event that fires after each slide is shown<br />
//Keyword &quot;this&quot;: references current gallery instance<br />
//curslide: returns DOM reference to current slide&#039;s DIV (ie: try alert(curslide.innerHTML)<br />
//i: integer reflecting current image within collection being shown (0=1st image, 1=2nd etc)<br />
}<br />
})<br />
<br />
&lt;/script&gt;<br />
&lt;/head&gt;<br />
<br />
&lt;body&gt;<br />
<br />
&lt;div id=&quot;simplegallery1&quot;&gt;&lt;/div&gt;<br />
&lt;br&gt;<br />
&lt;/center&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;<br />
[/code]<br />
<br />
This looks very nice, I think others might be able to make good use of it.]]></description>
            <dc:creator>rchecka</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Fri, 08 Jun 2012 14:15:02 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123956,151282#msg-151282</guid>
            <title>Re: Module: Banner Manager</title>
            <link>https://www.phorum.org/support/read.php?62,123956,151282#msg-151282</link>
            <description><![CDATA[ How would one go about putting an HTML5 video in the banner manager?<br />
I&#039;ve done a little digging and tested out various chunks of code with no luck.<br />
Is that supported in this module?]]></description>
            <dc:creator>rchecka</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 24 Apr 2012 13:18:30 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123956,148371#msg-148371</guid>
            <title>Re: Module: Banner Manager</title>
            <link>https://www.phorum.org/support/read.php?62,123956,148371#msg-148371</link>
            <description><![CDATA[ The banner manager doesn&#039;t really do much with the blocks of HTML code, besides injecting them in the page.<br />
<br />
You could start by viewing the source of that front page. Then compare the code that you find in that page&#039;s source with the code that you expect to see. If the code is the same, then it is not a Phorum module issue.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 05 Apr 2011 17:09:23 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123956,148370#msg-148370</guid>
            <title>Re: Module: Banner Manager</title>
            <link>https://www.phorum.org/support/read.php?62,123956,148370#msg-148370</link>
            <description><![CDATA[ Who to insert Swf files in the bannersystem? <br />
<br />
I have try: <br />
<br />
&lt;object classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot; codebase=&quot;[<a href="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0&quot" target="_blank"  rel="nofollow">fpdownload.macromedia.com</a>]; width=&quot;930&quot; height=&quot;180&quot; id=&quot;tech&quot; align=&quot;middle&quot;&gt;<br />
&lt;param name=&quot;allowScriptAccess&quot; value=&quot;sameDomain&quot; /&gt;<br />
&lt;param name=&quot;movie&quot; value=&quot;Bannere/930x180/px-banner-v5.swf&quot; /&gt;<br />
&lt;param name=&quot;quality&quot; value=&quot;high&quot; /&gt;<br />
&lt;embed src=&quot;Bannere/930x180/px-banner-v5.swf&quot; quality=&quot;high&quot; width=&quot;930&quot; height=&quot;180&quot; name=&quot;tech&quot; align=&quot;middle&quot; allowScriptAccess=&quot;sameDomain&quot; type=&quot;application/x-shockwave-flash&quot; pluginspage=&quot;[<a href="http://www.macromedia.com/go/getflashplayer&quot" target="_blank"  rel="nofollow">www.macromedia.com</a>]; /&gt;&lt;/object&gt;<br />
<br />
The preview show the banner but not on the frontpage.]]></description>
            <dc:creator>sif4ever</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 05 Apr 2011 17:03:57 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123956,148025#msg-148025</guid>
            <title>Re: Module: Banner Manager</title>
            <link>https://www.phorum.org/support/read.php?62,123956,148025#msg-148025</link>
            <description><![CDATA[ Maurice,<br />
<br />
Well, I got it to work, but in a hack way that works OK for now.  I actually just copied the mod to a new folder… banner_manager_2.  I then went through all the files in the new folder (thankfully only 11 files) and did a simple text replacement and changed all instances of “banner_manager” to… “banner_manager_2”.  A quick template change and it works like a charm.<br />
<br />
I’ve wanted to float a vertical banner to the right on some pages, and now this will allow me to create a third instance of the banner manager and do that.<br />
<br />
Thanks again for this great mod, it has tons of uses and my brain is spinning with other ways to implement it.]]></description>
            <dc:creator>pulloff</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 08 Mar 2011 11:07:26 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123956,148016#msg-148016</guid>
            <title>Re: Module: Banner Manager</title>
            <link>https://www.phorum.org/support/read.php?62,123956,148016#msg-148016</link>
            <description><![CDATA[ It&#039;s not supported by the module in any way. The only way would be to write a new module or update the code for this module to meet this requirement.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 08 Mar 2011 02:00:12 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123956,148013#msg-148013</guid>
            <title>Re: Module: Banner Manager</title>
            <link>https://www.phorum.org/support/read.php?62,123956,148013#msg-148013</link>
            <description><![CDATA[ I’ve been using this mod for a few years now and I love it.  I use it at the top and bottom of my “list” pages and I was wondering if it was possible to make the module show 2 different banners per page?  Right now the banners are random, but they same banner at the top and the bottom.  I’d like the top banner to be random, and the bottom banner to be random as well but not always the same as the top banner.<br />
<br />
I tried installing a second version or the module in a new folder under a new name (banner_manager_2) but unfortunately it’s not quite that simple.  Any help on creating a separate instance of the banner manager would be great.]]></description>
            <dc:creator>pulloff</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Mon, 07 Mar 2011 17:36:44 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123956,143719#msg-143719</guid>
            <title>Re: Module: Banner Manager</title>
            <link>https://www.phorum.org/support/read.php?62,123956,143719#msg-143719</link>
            <description><![CDATA[ Yessssss! It helps a lot and it solves the problem 100%.<br />
Thanks Maurice... as usual ;-)]]></description>
            <dc:creator>Nicola</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sun, 21 Mar 2010 08:52:04 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123956,143718#msg-143718</guid>
            <title>Re: Module: Banner Manager</title>
            <link>https://www.phorum.org/support/read.php?62,123956,143718#msg-143718</link>
            <description><![CDATA[ Including remote files via HTTP is a security risk, therefore most PHP installations have it disabled. Your second include tries to do a remove include (even though it&#039;s on the same server as your Phorum; PHP doesn&#039;t care about that).<br />
<br />
Local inclusion should be fine as you already found out. Maybe something like this helps:<br />
<br />
&lt;?php include &quot;./templates/{$GLOBALS[&#039;PHORUM&#039;][&#039;template&#039;]}/file.htm&quot; ?&gt;]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sun, 21 Mar 2010 08:48:06 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123956,143717#msg-143717</guid>
            <title>Re: Module: Banner Manager</title>
            <link>https://www.phorum.org/support/read.php?62,123956,143717#msg-143717</link>
            <description><![CDATA[ One last question.<br />
I have managed to use the include function correctly if I give the relative path for the template manually:<br />
<pre class="bbcode">
&lt;?php include &#039;<span style="color:#0033CC">mypath/file.htm</span>&#039;?&gt;</pre>
<br />
But for some reasons I ca&#039;t automate the template path as per your last suggestion:<br />
<pre class="bbcode">
<span style="color:#FF0000">&lt;?php include &#039;</span>&lt;?php print $GLOBALS[&#039;PHORUM&#039;][&#039;DATA&#039;][&#039;URL&#039;][&#039;TEMPLATE&#039;] ?&gt;<span style="color:#0033CC">dir/file.htm</span><span style="color:#FF0000">&#039;?&gt;</span></pre>
<br />
It&#039;s for sure my lack of PHP programming knowledge :-)]]></description>
            <dc:creator>Nicola</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sun, 21 Mar 2010 08:39:00 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123956,143716#msg-143716</guid>
            <title>Re: Module: Banner Manager</title>
            <link>https://www.phorum.org/support/read.php?62,123956,143716#msg-143716</link>
            <description><![CDATA[ Oh yes not it works fine, thanks ;-)]]></description>
            <dc:creator>Nicola</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sun, 21 Mar 2010 08:31:49 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123956,143709#msg-143709</guid>
            <title>Re: Module: Banner Manager</title>
            <link>https://www.phorum.org/support/read.php?62,123956,143709#msg-143709</link>
            <description><![CDATA[ It works for me. Beware that this won&#039;t work when doing previews within the banner manager, since at that point, no template data has been setup. The URL variable will be empty and the URL will be simply &quot;/banners/test.gif&quot;.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sat, 20 Mar 2010 09:04:48 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123956,143708#msg-143708</guid>
            <title>Re: Module: Banner Manager</title>
            <link>https://www.phorum.org/support/read.php?62,123956,143708#msg-143708</link>
            <description><![CDATA[ So if the following is the end code:<br />
<pre class="bbcode">
&lt;img src=&quot;&lt;?php print $GLOBALS[&#039;PHORUM&#039;][&#039;DATA&#039;][&#039;URL&#039;][&#039;TEMPLATE&#039;] ?&gt;/banners/test.gif&quot;&gt;</pre>
<br />
then it doesn&#039;t work.<br />
Still releases the following URL: [<a href="http://www.dubaimania.net/banners/test.gif" target="_blank"  rel="nofollow">www.dubaimania.net</a>]]]></description>
            <dc:creator>Nicola</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sat, 20 Mar 2010 05:44:15 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123956,143707#msg-143707</guid>
            <title>Re: Module: Banner Manager</title>
            <link>https://www.phorum.org/support/read.php?62,123956,143707#msg-143707</link>
            <description><![CDATA[ No, it must be me. I&#039;m missing a member in there. That&#039;s what you get for not testing. Try this (also untested ;-)<br />
<pre class="bbcode">
$GLOBALS[&#039;PHORUM&#039;][&#039;DATA&#039;][&#039;URL&#039;][&#039;TEMPLATE&#039;]
</pre>]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sat, 20 Mar 2010 05:35:38 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123956,143706#msg-143706</guid>
            <title>Re: Module: Banner Manager</title>
            <link>https://www.phorum.org/support/read.php?62,123956,143706#msg-143706</link>
            <description><![CDATA[ Ok so on the banner editing my full sentence is:<br />
&lt;img src=&quot;&lt;?php print $GLOBALS[&#039;PHORUM&#039;][&#039;URL&#039;][&#039;TEMPLATE&#039;] ?&gt;/banners/test.gif&quot;&gt;<br />
<br />
But it gives me the following url:<br />
<pre class="bbcode">
[<a href="http://www.dubaimania.net/banners/test.gif" target="_blank"  rel="nofollow">www.dubaimania.net</a>]</pre>
<br />
instead of:<br />
<pre class="bbcode">
[<a href="http://www.dubaimania.net/templates/2010/banners/test.gif" target="_blank"  rel="nofollow">www.dubaimania.net</a>]</pre>
<br />
I am surely doing something wrong somewhere... :-)]]></description>
            <dc:creator>Nicola</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sat, 20 Mar 2010 05:22:33 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123956,143705#msg-143705</guid>
            <title>Re: Module: Banner Manager</title>
            <link>https://www.phorum.org/support/read.php?62,123956,143705#msg-143705</link>
            <description><![CDATA[ You might be able to use template variables (their PHP counterpart):<br />
<pre class="bbcode">
&lt;?php print $GLOBALS[&#039;PHORUM&#039;][&#039;URL&#039;][&#039;TEMPLATE&#039;] ?&gt;/banners/example.jpg
</pre>]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sat, 20 Mar 2010 04:30:48 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123956,143704#msg-143704</guid>
            <title>Re: Module: Banner Manager</title>
            <link>https://www.phorum.org/support/read.php?62,123956,143704#msg-143704</link>
            <description><![CDATA[ I would like to dynamically link to different banner material, based on the active template where I have created a &quot;/banners&quot; directory purposely. Could you specify where to insert $PHORUM[&#039;template&#039;] ?<br />
<br />
Thanks!]]></description>
            <dc:creator>Nicola</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sat, 20 Mar 2010 03:58:29 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123956,143660#msg-143660</guid>
            <title>Re: Module: Banner Manager</title>
            <link>https://www.phorum.org/support/read.php?62,123956,143660#msg-143660</link>
            <description><![CDATA[ You can put HTML and PHP code in the banner code. If you want to dynamically link to different banner material, based on the active template, then you should format your URLs by including things like $PHORUM[&#039;http_path&#039;] and $PHORUM[&#039;template&#039;] in there. It should be doable that way.<br />
<br />
If you want to simply store your files in a template dir, but without the need of dynamically using files from different templates, then you could of course opt for static URLs (either relative or absolute) in the banner HTML code.<br />
<br />
If you want to make use of Phorum&#039;s template variables, then banner manager is not for you. You could then change your strategy and implement the banner code directly in the templates, where you can make of the available template variables for formatting URLs to your template dir.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Wed, 17 Mar 2010 17:33:45 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123956,143630#msg-143630</guid>
            <title>Re: Module: Banner Manager</title>
            <link>https://www.phorum.org/support/read.php?62,123956,143630#msg-143630</link>
            <description><![CDATA[ Hi there!<br />
Any chance of placing the files (images or flash) into the template folder and making reference to it?]]></description>
            <dc:creator>Nicola</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Wed, 17 Mar 2010 08:05:58 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123956,142879#msg-142879</guid>
            <title>Re: Module: Banner Manager</title>
            <link>https://www.phorum.org/support/read.php?62,123956,142879#msg-142879</link>
            <description><![CDATA[ I&#039;m using the 1.04 version of Banner Manager. I&#039;d like it to display banner only in the list pages of the forum and not in the read pages. Is there a simple way to do this?<br />
<br />
Thanks for your help.]]></description>
            <dc:creator>edumus</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 26 Jan 2010 12:15:44 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123956,139917#msg-139917</guid>
            <title>Re: Module: Banner Manager</title>
            <link>https://www.phorum.org/support/read.php?62,123956,139917#msg-139917</link>
            <description><![CDATA[ coughing slightly ...]]></description>
            <dc:creator>korsakov</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sun, 09 Aug 2009 13:52:02 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123956,139915#msg-139915</guid>
            <title>Re: Module: Banner Manager</title>
            <link>https://www.phorum.org/support/read.php?62,123956,139915#msg-139915</link>
            <description><![CDATA[ Remedy: upgrade to the latest stable Phorum version.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sun, 09 Aug 2009 13:41:25 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123956,139911#msg-139911</guid>
            <title>Re: Module: Banner Manager</title>
            <link>https://www.phorum.org/support/read.php?62,123956,139911#msg-139911</link>
            <description><![CDATA[ On activating the &quot;Banner Module&quot; in the Admin panel the system currently is responding with the following error message:<br />
 	<br />
Banner Manager Module Settings<br />
<span style="color:#FF0000">Fatal error:</span> Call to undefined function phorum_admin_build_url() <br />
<br />
Any remedy available? Thank you!]]></description>
            <dc:creator>korsakov</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sun, 09 Aug 2009 12:28:32 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123956,139710#msg-139710</guid>
            <title>Re: Module: Banner Manager</title>
            <link>https://www.phorum.org/support/read.php?62,123956,139710#msg-139710</link>
            <description><![CDATA[ What would be a nice feature: allowing the display of banners according to the exact path of particular general pages.<br />
<br />
I don&#039;t ask anything, i just think aloud.]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Mon, 03 Aug 2009 04:00:33 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123956,139620#msg-139620</guid>
            <title>Re: Module: Banner Manager</title>
            <link>https://www.phorum.org/support/read.php?62,123956,139620#msg-139620</link>
            <description><![CDATA[ One can easily add or remove general pages to the Banner Manager Module Settings configuration in modifying the <i>setting_pages.php</i> and the <i>banner_manager.php</i> of the module. I&#039;ve personally added <i>list.php</i> and the <i>addon.php</i> into the list.]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Fri, 31 Jul 2009 17:47:55 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123956,138863#msg-138863</guid>
            <title>Re: Module: Banner Manager</title>
            <link>https://www.phorum.org/support/read.php?62,123956,138863#msg-138863</link>
            <description><![CDATA[ Thx for this update Maurice]]></description>
            <dc:creator>Greg2k9</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Wed, 24 Jun 2009 04:33:02 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123956,138857#msg-138857</guid>
            <title>Re: Module: Banner Manager</title>
            <link>https://www.phorum.org/support/read.php?62,123956,138857#msg-138857</link>
            <description><![CDATA[ Many thanks! On my website it is also running smoothly now.]]></description>
            <dc:creator>flip3</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 23 Jun 2009 18:34:16 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123956,138832#msg-138832</guid>
            <title>Re: Module: Banner Manager</title>
            <link>https://www.phorum.org/support/read.php?62,123956,138832#msg-138832</link>
            <description><![CDATA[ Nice one Maurice! <br />
All working fine now and able to see where the main code goes now, couldn&#039;t see that before because of the timeouts and it was confusing me...<br />
Thanks a lot.<br />
Phil]]></description>
            <dc:creator>Phil</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Mon, 22 Jun 2009 08:48:33 -0500</pubDate>
        </item>
    </channel>
</rss>
