View Full Version : Misplacement of bottom "make new thread" button
c0rpz0r
08-14-2010, 12:01 PM
Hi all,
I was wonderering, when new users (not logged in) come to the forum they always get this strange placement of the bottom one "make new thread" button.. (logged in users dont have it as far as i know)..
1. Is this the style? or vbulletin 4.0.6pl1 itself?
2. Maybe anyone knows how to fix this?
Thanks in advance!
http://www.ultimatefightingchampionship.nl/FC/bug.jpg
Lynne
08-14-2010, 01:23 PM
Create a new style with no parent:
Styles & Templates > Style Manager > Add New Style
Parent Style: No Parent Style
Title: Default vBulletin
Allow User Selection: Yes
Save
Then browse the site using that totally default vbulletin style - do you still have the same problem?
c0rpz0r
08-14-2010, 02:48 PM
Hi Lynne,
Did what you asked and the problem still remains..
Info: The forum is only1,5 weeks old and was fresh installed with 4.0.5..
Greets
c0rpz0r
08-17-2010, 02:05 PM
lynne any suggestions??
Lynne
08-17-2010, 02:13 PM
There is a bug report regarding this and I posted a fix in it, so do a search in the bug tracker.
c0rpz0r
08-17-2010, 02:26 PM
Wow, there are like 20+ reports about this..
When i search for your name it doesn't show up -> bug fix like...
Maybe you could point it out :D
Lynne
08-17-2010, 08:37 PM
This is what I have in my notes.
Open the FORUMDISPLAY template and find this near the bottom of the template:
<div id="below_threadlist" class="below_threadlist">
<vb:if condition="$show['newthreadlink'] AND $show['threadslist']">
<a href="newthread.php?{vb:raw session.sessionurl}do=newthread&f={vb:raw foruminfo.forumid}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_bottom"><span>+</span> {vb:rawphrase post_new_thread}</a>
</vb:if>
<div class="threadpagenav">
{vb:raw pagenav}
{vb:raw forumjump}
</div>
</div>
Change it to this:
<div id="below_threadlist" class="below_threadlist">
<vb:if condition="$show['newthreadlink'] AND $show['threadslist']">
<a href="newthread.php?{vb:raw session.sessionurl}do=newthread&f={vb:raw foruminfo.forumid}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_bottom"><span>+</span> {vb:rawphrase post_new_thread}</a>
</vb:if>
<div class="threadpagenav">
<vb:if condition="!$pagenav AND !$forumjump">
<span class="pagination"> </span>
<vb:else />
{vb:raw pagenav}
{vb:raw forumjump}
</vb:if>
</div>
</div>
c0rpz0r
08-18-2010, 02:34 AM
Wow, okay this seems to work!
Thanks!!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.