Log in

View Full Version : Forum Home Enhancements - Add new Ad Location to ForumHome


vietfancy
11-03-2008, 10:00 PM
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:
'ad_forumhome_afterforums',
add below:
'ad_forumhome_beforeforums',

find:
eval('$ad_location[\'ad_forumhome_afterforums\'] = "' . fetch_template('ad_forumhome_afterforums') . '";');

add below:
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

SEOvB
11-05-2008, 02:41 AM
why would you do file edits for a simple template edit?

You have to edit the template to put your variable in it, so i can't think of a reason why you'd do it like this?

timrox
11-06-2008, 10:23 AM
thanks for the tip.. It is a bit of overkill for the example you gave because (as FRDS mentioned) it only get used once, where you could just modify the template, but it is useful if you use it in more than one place.

Couldn't you make it as a plugin instead of a file edit? (I'm a noob at this vb hacking)

sarahk
12-08-2008, 12:32 AM
How would you add an ad between sections on the homepage?

rabeel
06-02-2012, 03:49 AM
demo is not working.