Quote:
Originally posted by Christophe_O
Thank you, Jake, this looks do-able.
A minute ago, I also happened to notice there are 2 references to a "nav_joiner"----and of course there are 2 ">" joiners in the navbar-----so I was thinking, maybe just remove most of the section above the first reference to a "nav_joiner".....
.......well, guess that won't do..... heh....
|
notice i completely commented out the original instance of:
PHP Code:
if (strlen($code)>0) {
$code.=gettemplate("nav_joiner",0);
}
make sure you comment out that one and add the one within the if statement. if the makenavbits function hasn't changed between 2.2.5 and 2.2.6 then you can just copy and paste my whole function and put in your own forumids in the if statement.