Quote:
Originally Posted by PinoyRepublic
i manage to move it on different location (any location you prefer). Here's how:
1. Goto to plugin manager then search for "New Album Picture Forum Home" there are two result select the one under "forumhome_start" hook.
2. Scroll down thru the php code and find this line
PHP Code:
$template_hook['forumhome_wgo_pos1'] .= $templater->render();
then replace it with this
PHP Code:
//$template_hook['forumhome_wgo_pos1'] .= $templater->render(); $ad_location['ad_navbar_below'] .= $templater->render();
then save it.
|
Hey, can you guide me how to move this to the header. I want to move this to the right of the logo. I thought maybe "ad_global_header" should work as a template hook. Is there any hook specified in the header. Obviously I am missing a lot of things here.