PDA


View Full Version : Please visit our sponsors Module


sunnycher
04-19-2005, 03:21 AM
Is there a module/coding around to put the advertising banner to the top right. such as the one above?

TIA!!!

LEAD_WEIGHT
04-19-2005, 03:57 AM
I am playing around with something like that at my site but it scrolls instead :D Click Me (http://www.theundergroundsource.com/?styleid=4)

mholtum
04-19-2005, 07:52 AM
Is there a module/coding around to do this on the front page?
such as www.pro4um.com, to the right, they have the side bar for advertisers.

TIA!!!

Here you go..



<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<thead>
<tr>
<td class="tcat smallfont" style="font-weight: bold;"><a style="float: $stylevar[right]" href="#" onclick="return toggle_collapse('forumhome_$mods[filename]')"><img id="collapseimg_forumhome_$mods[filename]" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_forumhome_randomtopic].gif" width="15" height="15" border="0" alt="Collapse/Expand" /></a>$vba_options[portal_blockbullet] $mods[title]</td>
</tr>
</thead>
<tfoot style="display: none;"><tr><td></td></tr></tfoot>
<tbody id="collapseobj_forumhome_$mods[filename]">
<tr style="$vbcollapse[collapseobj_forumhome_randomtopic]">
<td class="$getbgrow">
<img border="0" src="/watermark/watermark.png" width="200" height="39"><br>
<img border="0" src="/watermark/watermark.png" width="200" height="39"><br>
<img border="0" src="/watermark/watermark.png" width="200" height="39"><br>
<img border="0" src="/watermark/watermark.png" width="200" height="39"><br>
<img border="0" src="/watermark/watermark.png" width="200" height="39">
<p>&nbsp;</p>
</td>
</tr>
</tbody>
</table>
<br />

sunnycher
04-19-2005, 10:27 AM
Hey Mikey! Thank you!! No instructions with this? LOL!!! please ;0)

LEAD_WEIGHT
04-20-2005, 09:04 PM
Add link after <br> I guess

In your Admincp - Styles & Templates - Style Manager - Add a new template called "adv_portal_place something suitable". ex. adv_portal_advertiser

Save the template!

Still in your Admincp - vBa CMPS - Add Module

- Module Title - Gold Sponsors! or Please Visit Our Sponsors or what u like
- Module Identifier - Leave blank
- OR Template to Include - place something suitable or advertiser
- Activate and select the column you want it in.
- Save and you are done.

TbChampions
07-11-2005, 11:29 PM
Will this work with the newest version of the script? I'd much like something like this but am VERY new to the program.

fortnox
08-20-2005, 10:43 AM
Hi!

First thanks for this Modul and sorry for my grazy english. :D

Can my anobody say, how take i the place under the last pic away? This place is too big.

Very thanks. :)

bigcurt
08-22-2005, 11:04 PM
Try removing the <br /> after the code.



~Curt