The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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! ![]() |
#2
|
||||
|
||||
![]()
Create a new style with no parent:
|
#3
|
|||
|
|||
![]()
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 |
#4
|
|||
|
|||
![]()
lynne any suggestions??
|
#5
|
||||
|
||||
![]()
There is a bug report regarding this and I posted a fix in it, so do a search in the bug tracker.
|
#6
|
|||
|
|||
![]()
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 ![]() |
#7
|
||||
|
||||
![]()
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> |
#8
|
|||
|
|||
![]()
Wow, okay this seems to work!
Thanks!! |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|