The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi,
I'm looking for some help with html for advertising. I have some banners loaded in my files and I'd like them to show. Can someone give me some basic html that would allow the banners to show in advertisements? Thanks, Eric |
#2
|
|||
|
|||
![]()
is it flash or just pics or html?
HTML Code:
<h3 {background-color:#b0c4de;} <center><a href="http://billstile.com/"><img src="images/ads/tile.gif" border="0" alt="Bill's Tile Service"></a> <center/><h3/> --------------- Added [DATE]1299631214[/DATE] at [TIME]1299631214[/TIME] --------------- HTML Code:
<center><img src="images/buttons/flags/Arkansas.gif" style="float:center; margin: 5px;" /> <img src="images/buttons/flags/Oklahoma.gif" style="float:center; margin: 10px;" /> <img src="images/buttons/flags/Other.gif" style="float:center; margin: 15px;" /><img src="images/buttons/flags/Missouri.gif" style="float:center; margin: 10px;" /> <img src="images/buttons/flags/Kansas.gif" style="float:center; margin: 5px;" /><center/> might give you some ideas on what you need! |
#3
|
|||
|
|||
![]()
Thanks for that.
I guess there's no way for advertisements to rotate randomly besides the rotating banners hack? |
#4
|
|||
|
|||
![]()
sure there is you just have to do some work to make it happen I think i have can make some html that will rotate banners in there, but the ads them selves can be made to show only to some users or class, while showing other to some other class to if you learn to use advertising , you can make them show different ads to different people
--------------- Added [DATE]1299641540[/DATE] at [TIME]1299641540[/TIME] --------------- don't you use some code like this in that mod, if so just drop the php script into the images ad directory and use this in the ads html HTML Code:
images/titleimage/logo.php |
#5
|
|||
|
|||
![]()
Hi thanks for the help.
I managed to get a banner to show using Code:
<img src="banners/vibram.jpg"/> Thanks for any further help! |
#6
|
|||
|
|||
![]()
ok so use this hack but change it to show the banners https://vborg.vbsupport.ru/showthrea...ghlight=rotate
"his instructions show to put it in title image but use these directions", note this all loads up your site and uses bandwidth, HTML Code:
1) You need to upload the file logo.php to the directory of your banner image images/banners/. 2) Then upload the banners you want to rotate to "images/banners/" directory. (Delete example images from this folder else they will be used by rotation script) ---Images must be of all same size else the page jumps as the images gets taller or shorter. --- Images can be in jpg, gif and png format. 3) Edit the html in ads to use this path as the pic "images/banners/logo.php". Code:
<h3 {background-color:#b0c4de;} <center><a href="www.yourwebsite.com"><img src="images/banners/logo.php" border="0"></a> <center/><h3/> |
#7
|
|||
|
|||
![]()
Sorry I think I misspoke!
I'm just looking to get a random banner to show each time the page is refreshed. Not actually have the banners rotating. |
#8
|
|||
|
|||
![]()
that will do that it will randomly change banners if you set it up the way i described
it will show any banner it wants in banners as long as they are the same size and of the file type gif jpg or png |
#9
|
|||
|
|||
![]()
Thanks got it working.
Only other thing I'm trying to do with it is to have a separate url for each banner. Would that be something difficult to accomplish? Thanks for your time! |
#10
|
|||
|
|||
![]()
yes not with that setup, you would have to create a directory for each site you want to send it to then set each one up as you did image/banners/ with the logo.php file and all that see it only rotates what in that directory. So the next one would have images/banners2/
Code:
<h3 {background-color:#b0c4de;} <center><a href="www.yourwebsite.com"><img src="images/banners2/logo.php" border="0"></a> <center/><h3/> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|