Log in

View Full Version : Mini Mods - ADS In Corners ( Angular Advertisement )


VBIran
12-11-2010, 10:00 PM
Hi ,
See example first :
https://vborg.vbsupport.ru/external/2010/12/43.png
This is one of the easiest way to show your ad in corner.
You can set settings for it too.
Don forget to put Mark as installed (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=255090) if you like my mod .
First go to AdminCP --> Advertising Tab --> Add New Ad
Click on Header 1.
Put this code in HTML :
<div style="position:fixed;right:7px;bottom:7px;z-index:1000">
<a href="http://www.vbulletin.com" target="_blank" title="The Official vBulletin Modifications Site">
<img src="https://vborg.vbsupport.ru/images/cstyle/blue/vblogo.gif" border="0" />
</a>
</div>
You must change your link with : http://www.vbulletin.com
Change your title with : The Official vBulletin Modifications Site
Change you picture ( that shows in corner ) with : https://vborg.vbsupport.ru/images/cstyle/blue/vblogo.gif
You can change the position too .
See this code :
<div style="position:fixed;right:7px;bottom:7px;z-index:1000">
You can change it to left .
You can use 2 code too ! One in left One in right .
You can save now ! But if you have VIP Group you can show this ad just for members and guest for example .
You must choose your settings .
---
If you wanna something like this :
https://vborg.vbsupport.ru/external/2011/02/34.png
<div style="position:fixed;right:0px;bottom:0px;z-index:1000">
<a href="http://www.vbulletin.com" target="_blank" title="The Official vBulletin Modifications Site">
<img src="https://vborg.vbsupport.ru/images/cstyle/blue/vblogo.gif" border="0" />
</a>
</div>
Use This Code
---
I attach 4 psd . You can use it to make your corner ads .
Be successful

MatiasCandy
12-13-2010, 05:22 PM
can you use rotating banner ads for this?

Mobo
12-15-2010, 06:48 AM
Not a bad idea, but it covers up any text you have in the lower corners... like the Style drop down menu if you have more then one or the links to Admin/Mod/Top etc.

joeychgo
12-17-2010, 04:19 PM
need screenshot

LeventX
12-17-2010, 07:42 PM
ScreenShot pLS.

emath
01-17-2011, 12:10 PM
please add an option to remove the ad !!

bond010007
01-20-2011, 04:31 AM
installed you can see Demo here http://www.ghawyy.com/forum
i use it to invite People to Register ;)

Winter Sonata
01-20-2011, 09:37 AM
looks like it keeps appearing to the site users if they already visited ? I guess a close button should be added to this to work properly .. Thanks

Tagged

S3Ponline
01-20-2011, 10:13 AM
Looks good. :D I’ll try it out soon.

zulfiqar.halari
01-25-2011, 04:15 AM
Hi.
Can it be modified to move according to the scroll movement.
It should not be fixed.
Can there be option to close the ad with clear icon of closing the ad.
Thanks.

VBIran
02-04-2011, 10:22 AM
---
If you wanna something like this :
https://vborg.vbsupport.ru/external/2011/02/34.png
<div style="position:fixed;right:0px;bottom:0px;z-index:1000">
<a href="http://www.vbulletin.com" target="_blank" title="The Official vBulletin Modifications Site">
<img src="https://vborg.vbsupport.ru/images/cstyle/blue/vblogo.gif" border="0" />
</a>
</div>
Use This Code
---

VBIran
02-04-2011, 10:24 AM
I Put 4 PSD'S In First Post . Check It ;)

q3chap
02-07-2011, 02:36 PM
thank you very much for this. I am looking after that for a long time and didnt know how to make it. Maybe I should read the vb4 docs :) ...

A tip for people like me, who want to place the ad outside of vb4 on top right.



<div style="position:fixed;right:7px;top:0px;left:1207px;z-index:1000">



"left:1207px;" is like padding-left and the number of px bigger than your vb4.


I still have a question: what does this "z-index:1000" means?????

Hoan

***Edit: I clicked on "Mark as installed", but it always open a new browser window ... and it doesnt show that I have installed the mod.

VBIran
02-17-2011, 09:22 AM
z-index is a CSS property that sets the stack order of specific elements. An element with greater stack order is always in front of another element with lower stack order.

emath
02-18-2011, 05:10 PM
z-index is a CSS property that sets the stack order of specific elements. An element with greater stack order is always in front of another element with lower stack order.

are u planning to add an option to close the ad ?