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)

ellinofatsa 11-07-2011 02:37 PM

i have isntal it but problem with greek language

doctorsexy 11-07-2011 02:43 PM

Demo please..anyone

nerbert 11-07-2011 03:04 PM

Quote:

Originally Posted by Erica1977 (Post 2265359)
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

Just type it in at the bottom of the template. But if it isn't working there's no point making it look nice.

I think I'm going to have to download and install vbseo to see what's going on. In the mean time just turn ThreadNav off in adminCP.

I have other business to attend to but I'll see if I can get something working soon. Check back later.

Erica1977 11-07-2011 03:17 PM

Quote:

Originally Posted by nerbert (Post 2265375)
Just type it in at the bottom of the template. But if it isn't working there's no point making it look nice.

I think I'm going to have to download and install vbseo to see what's going on. In the mean time just turn ThreadNav off in adminCP.

I have other business to attend to but I'll see if I can get something working soon. Check back later.

Ok Thanks

nerbert 11-07-2011 03:30 PM

Erica1977, do the buttons work and only the link doesn't?

Nacho Vidal 11-07-2011 03:39 PM

Just tried the above code replacement for the threadnav_bit, first link I click on works fine and you're taken to the thread's page but clicking on another link from the thread's page gives me:

No Thread specified. If you followed a valid link, please notify the administrator

nerbert 11-07-2011 03:53 PM

Just thought of something.

This might work as a replacement for "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?t={vb:raw thread.threadid}&amp;<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?t={vb:raw thread.threadid}&amp;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>


nerbert 11-07-2011 03:56 PM

Quote:

Originally Posted by Nacho Vidal (Post 2265386)
Just tried the above code replacement for the threadnav_bit, first link I click on works fine and you're taken to the thread's page but clicking on another link from the thread's page gives me:

No Thread specified. If you followed a valid link, please notify the administrator

Did you refresh the page after the template change?

I think the template I just posted should solve the problem. After the code change you must refresh the page in order to test it.

Nacho Vidal 11-07-2011 04:19 PM

I'll give it a blast, bear with me :)

Erica1977 11-07-2011 04:23 PM

Quote:

Originally Posted by nerbert (Post 2265392)
Just thought of something.

This might work as a replacement for "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?t={vb:raw thread.threadid}&amp;<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?t={vb:raw thread.threadid}&amp;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>


Ok it works now the only problem i am running into is on btech style it dont look right it only looks right on style seamus red and seamus orange and default can you log back on change the style to btechred


All times are GMT. The time now is 01:44 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.01257 seconds
  • Memory Usage 1,795KB
  • 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_html_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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