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.
The above code means that instead of showing the album under whats going on it will now be shown under the position of the advertisement position below the navigation bar. 
|
Thanks, this works great on 4.0.8 PL2