The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
above_threadlist to function as one line
Hello,
I would like the above_threadlist to function as one line the same way the above_postlist works. This might even be a bug in the forum software? Visual Examples: above_threadlist above_postlist Code:
<div id="above_threadlist" class="above_threadlist"> <vb:if condition="$show['newthreadlink']"> <a href="newthread.php?{vb:raw session.sessionurl}do=newthread&f={vb:raw foruminfo.forumid}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top"><span>+</span> {vb:rawphrase post_new_thread}</a> </vb:if> <vb:if condition="$show['threadslist']"> <div class="threadpagenav"> {vb:raw pagenav} <div id="threadpagestats" class="threadpagestats">{vb:rawphrase showing_threads_x_to_y_of_z, {vb:raw limitlower}, {vb:raw limitupper}, {vb:raw totalthreads}}</div> </div> </vb:if> </div> Should look and feel more like this: Code:
<div id="above_postlist" class="above_postlist"> <vb:if condition="$show['largereplybutton']"> <a href="newreply.php?{vb:raw session.sessionurl}p={vb:raw LASTPOSTID}&noquote=1" class="newcontent_textcontrol" id="newreplylink_top"><vb:if condition="$show['closethread']"><span>+</span> {vb:rawphrase reply_to_thread}<vb:else />{vb:rawphrase closed_thread}</vb:if></a> <img style="display:none" id="progress_newreplylink_top" src="{vb:stylevar imgdir_misc}/progress.gif" alt="" /> </vb:if> <div id="pagination_top" class="pagination_top"> <vb:if condition="$pagenav"> {vb:raw pagenav} </vb:if> <div id="postpagestats_above" class="postpagestats"> {vb:rawphrase showing_results_x_to_y_of_z, {vb:raw pagenumbers.first}, {vb:raw pagenumbers.last}, {vb:raw totalposts}} </div> </div> </div> Thanks! For reference my site is www.wonderfulwaterloo.com and I'm running 4.0.1 (although I've seen the same issue in the later updates). Those screenshots are being inspected by Chrome browser. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|