Helpful Information
 
 
Category: vBulletin 3.8 Template Modifications
Forum Home Enhancements - UKBL ~ Advertising iFrame on Forum Home

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

https://www.vbulletin.org/forum/external/2009/02/98.png

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

$navbar

and below it add the 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>



to add a conditional just add

<if condition="is_member_of($vbulletin->userinfo, 1, 2, 3)">

to the front and


</if>


at the end, remember to change the 1, 2, 3 for the number of the usergroup you want to use.

Thats It, Please Click installed if you use ;)

:) Reserved ;)

Could be installed in any other forum that forumhome?

Could be installed in any other forum that forumhome?

Where would you like to see it?? feel free to experiment if you wanted to you could change the width like this

from this

<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>

to this

<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>

and have 3 iframes accross the page ;) by just repeating the code

Experiment, and see its such a small code that its easy to play with

Where were you thinking of putting it??

Where were you thinking of putting it??


In one of the four category the forum have.

Where were you thinking of putting it??


In one of the four category the forum have.

Great idea, Let me know how you got on ;)

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

Thanks










privacy (GDPR)