PDA

View Full Version : Add-On Releases - Advertising Ad Global Below Navbar


wisemasterchief
10-02-2010, 10:00 PM
I am using advertising ad to provide Featured Forum Post thumbnail gallery.

1. create a thumbnail folder on your server.
2. upload thumnail to folder you just created.
3. Go to AdminCP->Advertising->Add New Ad
4. Select 'Below Navbar'
5. Add following code to HTML block.
6. Update code with link to your featured forum thread.
7. Update code with title for your thumbnail.
8. Update code with link to your source thumbnail image
9. Title your ad and activate.
10. Establish criteria for display of your ad, otherwise it will be viewable for all.


<h2 class="blockhead">Featured Threads - Click on thumbnail to go to forum thread</h2>
<a href="link to forum thread goes here"><img width="140" vspace="2" hspace="1" height="80" border="0" style="background-color: #7192A8" title="title for your thumb goes here" src="link to your thumbnail image goes here">


peace

wisemasterchief
10-03-2010, 05:47 PM
I am looking to limit display to FORUMS only.

Veer
10-04-2010, 07:34 AM
Nice work.

How about adding a border around it?

wisemasterchief
10-04-2010, 11:04 AM
This works for me... I have removed border HEIGHT and WIDTH parameters.



<h2 class="blockhead">Featured Threads - Click on thumbnail to go to forum thread</h2>
<div style="border: 1px solid #7192a8; overflow: auto;">

YOUR <a href=".... code goes here...

</div>

wisemasterchief
10-04-2010, 11:14 AM
Basically, this is just one example of how to exploit EXISTING resources in vBulletin without modifying styles nor templates. Modify the html to your liking

Veer
10-04-2010, 03:08 PM
That's really good, superb. :)

Thank you.

wisemasterchief
10-04-2010, 04:36 PM
I would like to turn this into thread moderation mod, so we can get away from having to create everything manually.

cagbaazee
10-04-2010, 05:30 PM
any demo...

wisemasterchief
10-04-2010, 05:46 PM
any demo...

not right now... it is easy enough to install, so go for it

YankForum
10-04-2010, 06:06 PM
lol

wisemasterchief
10-04-2010, 06:13 PM
Hi YankForum,

it works.

have any idea how I can limit display to forums ONLY?

peace

wisemasterchief
10-04-2010, 06:44 PM
not right now... it is easy enough to install, so go for it

or dont...