Tag Archives: Vb

vBulletin: adsense module for vBAdvanced [SOLVED]

vBulletin users usually purchase vBAdvanced to increase their forums potential. It is a great tool for doing things like:

Creating google adsense module

For my adsense ads in my right column I just created a simple template with the Adsense script inside of a <center> tag.

Follow this steps:

1 AdminCP > vBa CMPS > Add Module > Template Module
2I called mine adv_portal_publicidad but you can call yours anything you want after the “adv_portal_” part. Copy & past the code below into the template. Change the parts inside of the “script” tags to be your own code that the Google Adsense page generated for you. Save the template.

<center>
<script type="text/javascript"><!--
google_ad_client = "pub-8302299911530853";
google_ad_width = 120;
google_ad_height = 240;
google_ad_format = "120x240_as";
google_ad_channel ="6330441493";
google_color_border = "B4D0DC";
google_color_bg = "ECF8FF";
google_color_link = "0000CC";
google_color_url = "008000";
google_color_text = "6F6F6F";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center>

3Edit your “homepage” page in vBa panel and include the adv_portal_publicidad module in the right column.

That’s all, folks!