Back to vBulletin 3.7 Template Modifications

Add new Ad Location to ForumHome
Mod Version: 1.00, by vietfancy

This modification is in the archives.
vB Version: 3.7.x Rating: (1 vote - 4.00 average) Installs: 4
Released: 04 Nov 2008 Last Update: Never Downloads: 0
Not Supported Template Edits  

If you noticed, by default in "ad_location_template" group; we only have "ad_forumhome_afterforums" but not "ad_forumhome_beforeforums".

If you need to add "ad_forumhome_beforeforums" to your forum homepage then here is what you need to do:

1. Create a new template as ad_forumhome_beforeforums
2. In index.php

find:
Code:
    'ad_forumhome_afterforums',
add below:
Code:
    'ad_forumhome_beforeforums',
find:
Code:
eval('$ad_location[\'ad_forumhome_afterforums\'] = "' . fetch_template('ad_forumhome_afterforums') . '";');
add below:
Code:
eval('$ad_location[\'ad_forumhome_beforeforums\'] = "' . fetch_template('ad_forumhome_beforeforums') . '";');
3. Open ForumHome template, and add $ad_location[ad_forumhome_beforeforums] right after $navbar

demo: http://lacloi.com

Download

No files for download.

Similar Mods

Split ForumHome page - Custom ForumHome Design vBulletin 3.5 Template Modifications
ZH - WOL location for vBa vBulletin 3.5 Add-ons
Remove Location display if author has no location vBulletin 2.x Full Releases

vblts.ru supports vBulletin®, 2022-2024