The Arcive of vBulletin Modifications Site. |
|
Advertising Ad Global Below Navbar Details »»
|
|||||||||||||||||||||||||||||
|
Advertising Ad Global Below Navbar
Developer Last Online: Jan 2015
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. Code:
<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"> Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
I am looking to limit display to FORUMS only.
|
|
#3
|
|||
|
|||
|
Nice work.
How about adding a border around it? |
|
#4
|
||||
|
||||
|
This works for me... I have removed border HEIGHT and WIDTH parameters.
Code:
<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> |
|
#5
|
||||
|
||||
|
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
|
|
#6
|
|||
|
|||
|
That's really good, superb.
![]() Thank you. |
|
#7
|
||||
|
||||
|
I would like to turn this into thread moderation mod, so we can get away from having to create everything manually.
|
|
#8
|
|||
|
|||
|
any demo...
|
|
#9
|
||||
|
||||
|
not right now... it is easy enough to install, so go for it
|
|
#10
|
||||
|
||||
|
lol
|
![]() |
|
|