vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Show Thread Enhancements - ThreadNav: scrolling New Posts navigation bar for Showthread (https://vborg.vbsupport.ru/showthread.php?t=273500)

nerbert 11-07-2011 12:25 PM

Quote:

Originally Posted by Erica1977 (Post 2265219)
Hmm made some more test and seems that having vbseo 3.6.0 it will not work when you click on the thread you see on first picture with arrow and doing that will take you to the second picture see the arrow on the second picture so not sure why its not letting me go to the thread.

Would any of you with vBSEO post a link to one of your threads? if I can see the structure of the link I may be able to figure this out and I can post a modified template or something..

I don't have vBSEO and don't want but I will try to get this working.

nerbert 11-07-2011 12:27 PM

Quote:

Originally Posted by sticky (Post 2265264)
Installed and a cool mod but the preview first post / last post window doesn't really stay open. Also, any way to add a space so it doesn't appear right under banners?

It will close as soon as your mouse exits it. That's the only way to close it, otherwise it would take a button or something

sticky 11-07-2011 12:37 PM

Quote:

Originally Posted by nerbert (Post 2265320)
It will close as soon as your mouse exits it. That's the only way to close it, otherwise it would take a button or something

It closes even when my mouse is still on it.

Erica1977 11-07-2011 12:48 PM

Quote:

Originally Posted by nerbert (Post 2265318)
Would any of you with vBSEO post a link to one of your threads? if I can see the structure of the link I may be able to figure this out and I can post a modified template or something..

I don't have vBSEO and don't want but I will try to get this working.

Here's my site: http://uorevolution.net/forums/ username= test2011 password= test1965

synseal 11-07-2011 12:48 PM

Quote:

Originally Posted by nerbert (Post 2265318)
Would any of you with vBSEO post a link to one of your threads? if I can see the structure of the link I may be able to figure this out and I can post a modified template or something..

I don't have vBSEO and don't want but I will try to get this working.

This is a link to a thread on my forum with vbseo

Code:

http://www.techkings.org/general-chat/30227-pc-tv.html

nerbert 11-07-2011 01:07 PM

Quote:

Originally Posted by sticky (Post 2265324)
It closes even when my mouse is still on it.

Does it close immediately after you open it or does it stay open a while?

nerbert 11-07-2011 01:54 PM

For the vbseo problem would one of you try this?

Copy this and replace the "threadnav_bit" template:

HTML Code:

<td style="overflow:normal;" cellspacing="0px">
        <div id="cont_{vb:raw thread.threadid}" class="container">
                <div id="title" class="title">
                        <vb:if condition="$vbulletin->userinfo['tn_control']==1">
                        <a href="showthread.php?goto=newpost">
                                <img class="gotonewpost" src="{vb:stylevar imgdir_button}/firstnew.png" alt="{vb:rawphrase TN_first_post}" />
                        </a>
                        </vb:if>
                        <a href="showthread.php?<vb:if condition="$vbulletin->userinfo['tn_control']==1">x<vb:else />p</vb:if>={vb:raw thread.lastpostid}<vb:if condition="$vbulletin->userinfo['tn_control']==2">#post{vb:raw thread.lastpostid}</vb:if>">
                          {vb:raw thread.title}</a>
                </div>
       
                <div id="name_{vb:raw thread.threadid}" class="name"
                        onmouseover="delay('info','{vb:raw thread.threadid}');"
                        onmouseout="hideInfo(event, '{vb:raw thread.threadid}');">

                        <a href="showthread.php?p={vb:raw thread.lastpostid}#post{vb:raw thread.lastpostid}">
                                <img class="gotolastpost" src="{vb:stylevar imgdir_button}/lastpost-{vb:stylevar right}.png" alt="{vb:rawphrase TN_last_post}" />
                        </a>
                        {vb:rawphrase TN_by} {vb:raw thread.lastposter}
                </div>
        </div>
       
        <div id="info_{vb:raw thread.threadid}" class="info"
                onmouseout="hideInfo(event, '{vb:raw thread.threadid}');">

                <div class="infotext">
                        {vb:raw thread.posttime}                                <br>
                        {vb:rawphrase TN_forum} {vb:raw thread.forumname}        <br>
                        {vb:rawphrase TN_starter} {vb:raw thread.postusername}        <br>
                        {vb:rawphrase TN_views}  {vb:raw thread.views}                <br>
                        {vb:rawphrase TN_replies} {vb:raw thread.replycount}
                </div>
       
                <div class="buttons1">
                        <a href="javascript:prevLast ('{vb:raw thread.threadid}');" style="float:right">Preview Last Post</a>
                        <a href="javascript:prevFirst('{vb:raw thread.threadid}');" style="float:left">Preview First Post</a>
                </div>
        </div>

        <div id="prev_{vb:raw thread.threadid}" class="prev"
                onmouseout="hidePrev(event, '{vb:raw thread.threadid}');">

                <div id="prevfirsttext_{vb:raw thread.threadid}" class="prevtext">
                        {vb:raw thread.firstprev}
                </div>
               
                <div id="prevlasttext_{vb:raw thread.threadid}" class="prevtext">
                        {vb:raw thread.lastprev}
                </div>
       
                <div class="buttons2">
                        <a href="javascript:prevLast ('{vb:raw thread.threadid}');" id="prevlast_{vb:raw thread.threadid}" style="float:right;padding:0px 3px 1px;">Preview Last Post</a>
                        <a href="javascript:prevFirst('{vb:raw thread.threadid}');" id="prevfirst_{vb:raw thread.threadid}" style="float:left;padding:0px 3px 1px;">Preview First Post</a>
                </div>
        </div>
</td>

@ Erica1977, Try putting a <br> at the end of the "threadnav" template to put some space below it.

If everything works here I will upload a modified xml file and you can re-install.

RSNF 11-07-2011 02:03 PM

Quote:

Originally Posted by RSNF (Post 2265208)
Would be great if this worked for earlier versions than 4.1.6.............Nice work though.

Working fine now nice Mod great work!

Erica1977 11-07-2011 02:20 PM

Quote:

Originally Posted by nerbert (Post 2265350)
For the vbseo problem would one of you try this?

Copy this and replace the "threadnav_bit" template:

HTML Code:

<td style="overflow:normal;" cellspacing="0px">
        <div id="cont_{vb:raw thread.threadid}" class="container">
                <div id="title" class="title">
                        <vb:if condition="$vbulletin->userinfo['tn_control']==1">
                        <a href="showthread.php?goto=newpost">
                                <img class="gotonewpost" src="{vb:stylevar imgdir_button}/firstnew.png" alt="{vb:rawphrase TN_first_post}" />
                        </a>
                        </vb:if>
                        <a href="showthread.php?<vb:if condition="$vbulletin->userinfo['tn_control']==1">x<vb:else />p</vb:if>={vb:raw thread.lastpostid}<vb:if condition="$vbulletin->userinfo['tn_control']==2">#post{vb:raw thread.lastpostid}</vb:if>">
                          {vb:raw thread.title}</a>
                </div>
       
                <div id="name_{vb:raw thread.threadid}" class="name"
                        onmouseover="delay('info','{vb:raw thread.threadid}');"
                        onmouseout="hideInfo(event, '{vb:raw thread.threadid}');">

                        <a href="showthread.php?p={vb:raw thread.lastpostid}#post{vb:raw thread.lastpostid}">
                                <img class="gotolastpost" src="{vb:stylevar imgdir_button}/lastpost-{vb:stylevar right}.png" alt="{vb:rawphrase TN_last_post}" />
                        </a>
                        {vb:rawphrase TN_by} {vb:raw thread.lastposter}
                </div>
        </div>
       
        <div id="info_{vb:raw thread.threadid}" class="info"
                onmouseout="hideInfo(event, '{vb:raw thread.threadid}');">

                <div class="infotext">
                        {vb:raw thread.posttime}                                <br>
                        {vb:rawphrase TN_forum} {vb:raw thread.forumname}        <br>
                        {vb:rawphrase TN_starter} {vb:raw thread.postusername}        <br>
                        {vb:rawphrase TN_views}  {vb:raw thread.views}                <br>
                        {vb:rawphrase TN_replies} {vb:raw thread.replycount}
                </div>
       
                <div class="buttons1">
                        <a href="javascript:prevLast ('{vb:raw thread.threadid}');" style="float:right">Preview Last Post</a>
                        <a href="javascript:prevFirst('{vb:raw thread.threadid}');" style="float:left">Preview First Post</a>
                </div>
        </div>

        <div id="prev_{vb:raw thread.threadid}" class="prev"
                onmouseout="hidePrev(event, '{vb:raw thread.threadid}');">

                <div id="prevfirsttext_{vb:raw thread.threadid}" class="prevtext">
                        {vb:raw thread.firstprev}
                </div>
               
                <div id="prevlasttext_{vb:raw thread.threadid}" class="prevtext">
                        {vb:raw thread.lastprev}
                </div>
       
                <div class="buttons2">
                        <a href="javascript:prevLast ('{vb:raw thread.threadid}');" id="prevlast_{vb:raw thread.threadid}" style="float:right;padding:0px 3px 1px;">Preview Last Post</a>
                        <a href="javascript:prevFirst('{vb:raw thread.threadid}');" id="prevfirst_{vb:raw thread.threadid}" style="float:left;padding:0px 3px 1px;">Preview First Post</a>
                </div>
        </div>
</td>

@ Erica1977, Try putting a <br> at the end of the "threadnav" template to put some space below it.

If everything works here I will upload a modified xml file and you can re-install.

i copy and paste the code you put here replaced it still nothing same issue and not sure exactly where your telling me to put <br> at

Erica1977 11-07-2011 02:28 PM

Quote:

Originally Posted by Erica1977 (Post 2265329)
Here's my site: http://uorevolution.net/forums/ username= test2011 password= test1965

Did you try going to my site and go to any thread.


All times are GMT. The time now is 01:49 PM.

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.02050 seconds
  • Memory Usage 1,791KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_html_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete