Add new Ad Location to ForumHome
This modification is in the archives.
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', Code:
'ad_forumhome_beforeforums', Code:
eval('$ad_location[\'ad_forumhome_afterforums\'] = "' . fetch_template('ad_forumhome_afterforums') . '";'); Code:
eval('$ad_location[\'ad_forumhome_beforeforums\'] = "' . fetch_template('ad_forumhome_beforeforums') . '";'); 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 |