vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   above_threadlist to function as one line (https://vborg.vbsupport.ru/showthread.php?t=246299)

wonderfulwat 07-11-2010 12:26 AM

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
https://vborg.vbsupport.ru/external/2010/07/48.jpg

https://vborg.vbsupport.ru/external/2010/07/49.jpg
above_postlist
https://vborg.vbsupport.ru/external/2010/07/50.jpg
Code:

<div id="above_threadlist" class="above_threadlist">
        <vb:if condition="$show['newthreadlink']">
                <a href="newthread.php?{vb:raw session.sessionurl}do=newthread&amp;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}&amp;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.


All times are GMT. The time now is 08:31 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01195 seconds
  • Memory Usage 1,716KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (1)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete