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.
Note #1: If you have ads in that location then it will be replaced by this mod.
Note #2: The album will show without a design it means no title bar, no border, etc. So you may want to edit your template.
To edit goto to Style Manager then edit your template. Goto Navigation / Breadcrumbs template > navbar. Search for
Code:
{vb:raw ad_location.ad_navbar_below}
then replace with this format:
Code:
START HTML CODE
{vb:raw ad_location.ad_navbar_below}
END HTML CODE
EXAMPLE:
Code:
<div class="mystyle">
{vb:raw ad_location.ad_navbar_below}
</div>
I'm not a vb coder. I just wanted to help

so please be gentle. You are free to try but i will not be responsible whatever happen to your site.
Here's the sample
www.pinoyrepublic.org i placed mine under the shoutbox.