Log in

View Full Version : Forum Display Enhancements - +post new thread button covered - uncover


AURFSCAN
11-08-2010, 10:00 PM
Installed 4.08 recently and noticed the bottom +post new thread button was partially covered by the thread display options.

I dont know if its a bug or what is but it was giving my the sh1ts....

Find in forumdisplay template

{vb:raw ad_location.forum_below_threadlist}

add a <br /> after it

before and after pics attached

:)

gagan007
11-09-2010, 03:24 AM
strangely I did not have this issue!
well, good for those who encountered this...

mitch84
11-09-2010, 03:54 AM
strangely I did not have this issue!

me too; perhaps hou have a custom style?

AURFSCAN
11-09-2010, 05:16 AM
dont know guys... no custom stlyes and no mods that could cause it. I did read it was a bug in one of the versions. No template mods before hand. Just putting it out there incase someone else has this problem.

cheers

YankForum
11-09-2010, 05:57 AM
this happens even in default style , but only for non members AND using chrome i guess.

my123world
11-12-2010, 03:24 AM
Well Guys, Here Is An Update By Me....

Add A Double -

<br />

after

{vb:raw ad_location.forum_below_threadlist}

The Button Would Arise In Its Correct Place Then... and Mates This Happens With All The CompleteVB Themes as I Have Noticed!

COL NIL SATIS
11-13-2010, 04:32 PM
cool..will try this now !!! my new thread button at the bottom has virtually vanished :eek:

COL NIL SATIS
11-13-2010, 04:53 PM
Didnt work on 4.0.6..Gahh

YankForum
11-13-2010, 05:00 PM
why it didn't work ? what's wrong with it ? it's a simple line break

del Drago
03-17-2011, 11:55 PM
Hmmm... this solution works with some browsers, but not others. It's not a complete fix, I suppose.

Eq4bits
03-21-2011, 04:10 AM
It was covering my pagination up somewhat too, I did the following:
FIND:
<div class="threadpagenav">
{vb:raw pagenav}
{vb:raw forumjump}
</div>
</div>
CHANGE TO:
<div class="threadpagenav">
{vb:raw pagenav}
{vb:raw forumjump}
</div>
</div>&hellip;

Eq4bits
03-21-2011, 04:13 AM
above works for IE, Firefox, and Chrome