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)

Erica1977 11-08-2011 07:41 PM

Quote:

Originally Posted by nerbert (Post 2265792)
Still the old ones.

Go through your templates in all styles starting with default and check threadnav.css, threadnav and threadnav_bit. Any one that's red needs to be reverted

Ok this is what i did i unstalled your product now theres no templates of your product then i installed the one you just made for me so there really aint no templates to revert see where i am getting at.

Erica1977 11-08-2011 07:43 PM

Quote:

Originally Posted by Erica1977 (Post 2265794)
Ok this is what i did i unstalled your product now theres no templates of your product then i installed the one you just made for me so there really aint no templates to revert see where i am getting at.

Sorry that your going threw this trouble just for me and i do thank you for still trying to get it to work for those other styles.:up:

nerbert 11-08-2011 11:23 PM

You have it off now so I can't check but after you uploaded the new file I checked and seamus had the unedited old file and btech had the edited version. I don't know what happens to templates when you uninstall -- whether they are actually deleted or just de-listed from the adminCP. Anyway right after you installed the new file the old templates were still there.

When you update you don't need to uninstall the old version just click the button to overwrite files in the upload box and everything should update. Then check templates afterwards and they should all have black titles

nerbert 11-08-2011 11:33 PM

In threadnav template, function setWidth() should look like this in all styles

Code:

        function setWidth() {
                var n=list.innerHTML.match(/<td>|<td class="blank">/gi).length;
                var tableWidth=(width)*n;
                fetch_object('table').style.width=''+tableWidth+'px';
                for(i=0; i<cells.length; i++) {
                        cells[i].style.width=''+(width)+'px'
                }
        }

But there are various other differences as well.

Erica1977 11-08-2011 11:47 PM

Quote:

Originally Posted by nerbert (Post 2265845)
In threadnav template, function setWidth() should look like this in all styles

Code:

        function setWidth() {
                var n=list.innerHTML.match(/<td>|<td class="blank">/gi).length;
                var tableWidth=(width)*n;
                fetch_object('table').style.width=''+tableWidth+'px';
                for(i=0; i<cells.length; i++) {
                        cells[i].style.width=''+(width)+'px'
                }
        }

But there are various other differences as well.

turn it on and override it.

Erica1977 11-08-2011 11:52 PM

with the one you made for me all templates show this code.

Code:

function setWidth() {
                for(i=0; i<cells.length; i++) {
                        if(cells[i].childNodes.length<5) {
                                cells[i].childNodes[0].childNodes[0].style.width=''+width+'px';
                                cells[i].childNodes[0].childNodes[1].style.width=''+width+'px';
                                cells[i].childNodes[1].childNodes[1].style.width=''+width+'px'
                                cells[i].childNodes[2].style.width=''+(width+47)+'px';
                        }
                        else {
                                cells[i].childNodes[1].childNodes[1].style.width=''+width+'px';
                                cells[i].childNodes[1].childNodes[3].style.width=''+width+'px';
                                cells[i].childNodes[3].childNodes[1].style.width=''+width+'px'
                                cells[i].childNodes[5].style.width=''+(width+47)+'px';
                        }
                }
        }

and i overrided it

nerbert 11-09-2011 12:29 AM

1 Attachment(s)
You must have gotten that from the opening post. The one I wanted you to test was in the latter post (#54, I think)

But never mind, here's a version with a few nit-picking details changed.

Erica1977 11-09-2011 12:44 AM

lol ok overrided with this one and all templates have diff codes i think you need to go to my site and please look at each style and watch what happens.

Erica1977 11-09-2011 01:33 AM

Quote:

Originally Posted by Erica1977 (Post 2265855)
lol ok overrided with this one and all templates have diff codes i think you need to go to my site and please look at each style and watch what happens.

ok sorry ill turn back on

Erica1977 11-09-2011 01:34 AM

Quote:

Originally Posted by Erica1977 (Post 2265867)
ok sorry ill turn back on

ok i turn it on go look at all the styles please.


All times are GMT. The time now is 10:48 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.01376 seconds
  • Memory Usage 1,748KB
  • 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
  • (3)bbcode_code_printable
  • (5)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