
09-27-2012, 09:50 AM
|
|
|
Join Date: May 2006
Location: Texas, USA
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by DragonByte Tech
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;
|
Awesome, Thank you  Works great!
|