Quote:
Originally Posted by xt660.com.br
Hello colleagues, I need a help!
The blocks of the forum are superimposed on the thumbnails of this plugin.
I like to put the right blocks on the side of the forums block, as shown in red line.
Can anyone help me do this? The layout is drastically compromised.
|
Goto your forumhome template and search for this:
Code:
<div id="pagetitle">
<h1>{vb:raw vboptions.bbtitle}</h1>
<p id="welcomemessage" class="description">{vb:rawphrase welcome_to_the_x, {vb:raw vboptions.bbtitle}}</p>
</div>
Underneath that, put this:
Code:
{vb:raw template_hook.forumhome_above_forumsandsidebar}
Now goto your plugins manager. Look for
New Album Picture Forum Home Forumhome_start
Click edit, and look near the bottom of the php code for:
Code:
forumhome_above_forums
Change it to:
Code:
forumhome_above_forumsandsidebar
That should work.
I think its about time this was re written with options in ACP. Not seen the original author around here though.
NNJJ
I would need to see your forumhome template code to see what the problem with your skin is.