MyBB Community Forums

Full Version: MyAdvertisement.. Help Please
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On my forum (near the footer) I have a advertisement block.
my forum: http://vtgn.net

But how do I add more than one advertisement instead of having the same one repeat?
For example.. like this: http://www.generalchat.org/
(Look at the advertisements at the footer)
Can you post code of your footer template? I guess you just have to change image Smile
(2012-12-16, 05:04 PM)JovanJ. Wrote: [ -> ]Can you post code of your footer template? I guess you just have to change image Smile

<table width="100%">
<tr>
<td>{myadvertisements[zone_2]}</td>
<td>{myadvertisements[zone_2]}</td>
<td>{myadvertisements[zone_2]}</td>
<td>{myadvertisements[zone_2]}</td>
<td>{myadvertisements[zone_2]}</td>
<td>{myadvertisements[zone_2]}</td>
<td>{myadvertisements[zone_2]}</td>
<td>{myadvertisements[zone_2]}</td>
</tr>
</table>

</div>
		<div id="footer">
			<div class="bottommenu">
				<div class="float_right">{$lang_select}</div>
				<div>
					<span class="smalltext"><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a><a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a><a href="#top">{$lang->bottomlinks_returntop}</a><a href="#content">{$lang->bottomlinks_returncontent}</a><a href="<archive_url>">{$lang->bottomlinks_litemode}</a><a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></span>
				</div>
			</div>
		<hr class="hidden" />
		<div id="copyright">
			<div id="debug"><debugstuff></div>
			<!-- MyBB is free software developed and maintained by a volunteer community. 
				 It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact, 
				 to show your support for MyBB.  If you choose to remove or modify the copyright below, 
				 you may be refused support on the MyBB Community Forums.
				 
				 This is free software, support us and we'll support you. -->
<div class="powered_by">{$lang->powered_by} <a href="http://mybb.com/" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://mybb.com/" target="_blank">MyBB Group</a>.</div>
			<!-- End powered by --><cfb>
<div class="designed_by">Theme by Ryan McGrane of <a href="http://audentio.com">Audentio Design</a></div>
		</div>
<br class="clear" />
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}
	</div>


Zone 2 = Footer
bump!