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)

Nacho Vidal 11-07-2011 04:38 PM

1 Attachment(s)
The links work apart from the small button buy the side of the link to take you to the first post.

However, a bigger issues has appeard in that pasted text from other sources now has black diamonds with ? in the middle?

See the attached screenshot!

The diamonds go when the mod is disabled!

Sorry for giving you a headache! :)

nerbert 11-07-2011 05:23 PM

Quote:

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

This is a shot in the dark, but try this:

In "threadnav" template scroll near the bottom and find function setWidth()

find
Code:

                        if(cells[i].childNodes.length<5) {
and change it to this
Code:

                        if(is_ie) {

Erica1977 11-07-2011 05:24 PM

1 Attachment(s)
So my question is how do i change the wide and height on it first pic is same as btech red but style in btech blue see second pic its seamus would like to know how to change the height and weight like in sec pic first picture is what i need to change it look like the second pic.

Attachment 134297

Attachment 134298

Erica1977 11-07-2011 05:29 PM

Quote:

Originally Posted by nerbert (Post 2265421)
This is a shot in the dark, but try this:

In "threadnav" template scroll near the bottom and find function setWidth()

find
Code:

                        if(cells[i].childNodes.length<5) {
and change it to this
Code:

                        if(is_ie) {

Still looks the same didnt change nothing at all.

nerbert 11-07-2011 05:29 PM

Quote:

Originally Posted by Nacho Vidal (Post 2265406)
The links work apart from the small button buy the side of the link to take you to the first post.

However, a bigger issues has appeard in that pasted text from other sources now has black diamonds with ? in the middle?

See the attached screenshot!

The diamonds go when the mod is disabled!

Sorry for giving you a headache! :)

For your "bigger issue" try going to the "ThreadNav Search" plug in and comment out the second line like this:
PHP Code:

//header('Content-type: text/html; charset=UTF-8'); 

That line was suggested to me by another programmer to fix a bug in Internet Explorer (Damned IE!)

As soon as I get all these bugs fixed I'll update the xml file

Erica1977 11-07-2011 05:37 PM

another bug if you click the icon arrow by the text link takes you to invalid page.

Erica1977 11-07-2011 05:39 PM

the arrow that says go to unread thread will take you to invalid page.

RSNF 11-07-2011 05:50 PM

Just curious as the Coder states thanks to those of you that have tested it "NOTE: This product is not compatible with vBSEO
I'll work on it and see what I can do."

Have you all tried to temporarily disable VBSEO and see if the mod works without it? If it does would it not make sense to allow this coder the time needed to fully work on a solution to the issue instead of constantly pointing out more errors associated with the use of VBSEO?.

nerbert 11-07-2011 05:56 PM

Here we go again! Try this 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?t={vb:raw thread.threadid}&amp;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">{vb:rawphrase TN_prev_last}</a>
                        <a href="javascript:prevFirst('{vb:raw thread.threadid}');" style="float:left">{vb:rawphrase TN_prev_first}</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;">{vb:rawphrase TN_prev_last}</a>
                        <a href="javascript:prevFirst('{vb:raw thread.threadid}');" id="prevfirst_{vb:raw thread.threadid}" style="float:left;padding:0px 3px 1px;">{vb:rawphrase TN_prev_first}</a>
                </div>
        </div>
</td>


Erica1977 11-07-2011 06:12 PM

Ok now seems everything is working , so only thing left if your working on a solution is the wide like i posted it about on different style btech. By the way great job so far.:up:


All times are GMT. The time now is 07:33 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.01316 seconds
  • Memory Usage 1,773KB
  • 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
  • (4)bbcode_code_printable
  • (1)bbcode_html_printable
  • (1)bbcode_php_printable
  • (3)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