The Arcive of vBulletin Modifications Site. |
|
UKBL ~ Advertising iFrame on Forum Home Details »»
|
|||||||||||||||||||||||||||||||
|
UKBL ~ Advertising iFrame on Forum Home
Developer Last Online: Feb 2012
UKBL ~ Advertising iFrame on Forum Home Banners and text links are great, But for real results add an iFrame to your Forums Homepage and make more ???? $$$$$ Made this a few weeks ago for another Admin, Now releasing here for all to share. Basically its adding an iFrame to the forum home template, allowing admins to display either their affilate websites or even to promote an external website owned by them, either way its a great way to rake in much needed commision payments ![]() Banners and display ads are great but with this advertising iframe you stick the ad right in their faces, let the website make that sale for you. The Example i'm using makes me ?4 for every member that signs up, so by putting it on main view, i'm certainly going to be increasing mycommision payments by 100% The code is easy to install, and with use of a conditional as an add on you can limit viewing to certain usergroups. To install: Download the iframe.zip and edit the code with your details Remove my details and replace with your own, Thats it To upload to your site, just go to your AdminCP > Styles & Templates > Style Manager > YOUR SITES STYLE > Edit Templates > Forum Home Templates > FORUMHOME Find Code:
$navbar ![]() Code:
<DIV ALIGN=CENTER> <IFRAME name=stbbox src="http://tradebusiness.at/ukbusinesslive" width="100%" height="200"> <p>Your browser doesn't support frames. Click <a href="http://www.ukbusinesslive.co.uk/forum/index.php" target="_blank">here</a> to view the page.</p> </IFRAME> </DIV> Code:
<if condition="is_member_of($vbulletin->userinfo, 1, 2, 3)"> Code:
</if> Thats It, Please Click installed if you use ![]() Download Now
Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
Reserved
|
|
#3
|
|||
|
|||
|
Could be installed in any other forum that forumhome?
|
|
#4
|
|||
|
|||
|
Where would you like to see it?? feel free to experiment if you wanted to you could change the width like this
from this Code:
<DIV ALIGN=CENTER> <IFRAME name=stbbox src="http://tradebusiness.at/ukbusinesslive" width="100%" height="200"> <p>Your browser doesn't support frames. Click <a href="http://www.ukbusinesslive.co.uk/forum/index.php" target="_blank">here</a> to view the page.</p> </IFRAME> </DIV> Code:
<DIV ALIGN=CENTER> <IFRAME name=stbbox src="http://tradebusiness.at/ukbusinesslive" width="200" height="200"> <p>Your browser doesn't support frames. Click <a href="http://www.ukbusinesslive.co.uk/forum/index.php" target="_blank">here</a> to view the page.</p> </IFRAME> </DIV> by just repeating the codeExperiment, and see its such a small code that its easy to play with Where were you thinking of putting it?? |
|
#5
|
|||
|
|||
|
PHP Code:
|
|
#6
|
|||
|
|||
|
Quote:
|
|
#7
|
|||
|
|||
|
hehehe... its just perfect... PERFECT.. you are the man my friend. Just i wnt to know is there any danger with it? Maybe my question is stupid but i want to know..
THANKS |
|
#8
|
|||
|
|||
|
Thanks
|
![]() |
|
|