Quote:
Originally Posted by hoof
Hey Dylan,
Can you tell me the variable name for the vbnom stats? I am loving the addition but would like to move it to after forums.
R/
Hoof
|
If you want to move it below the forums
Open dbtech/vbnominate/hooks/forumhome_complete.php
At the bottom find
PHP Code:
$ad_location['global_below_navbar'] = $ad_location['global_below_navbar'] . $vbnomnom_info_panel;
replace it with
PHP Code:
$template_hook['forumhome_below_forums'] = '<br /><br />' . $template_hook['forumhome_below_forums'] . $vbnomnom_info_panel;