Quote:
Originally Posted by Revan
[high]* Revan installs 
[/high]
I severely need this for RPG Integration Hack, because it is adding a number of option groups equal to a fair portion of the native vB 
Also, to fix the bug with it duplicating:
In includes/adminfunctions_navpanel, find
PHP Code:
$options[] = "\t\t<div class=\"navlink-normal\" onclick=\"nav_goto('$url$sessionlink');\" onmouseover=\"this.className='navlink-hover';\" onmouseout=\"this.className='navlink-normal'\"><a href=\"$url$sessionlink\"$bubblefix target=\"nav\">$title</a>$_extra</div>\n";
Replace with
PHP Code:
$options[] = "\t\t<div class=\"navlink-normal\" onclick=\"location='$url$sessionlink';\" onmouseover=\"this.className='navlink-hover';\" onmouseout=\"this.className='navlink-normal'\"><a href=\"$url$sessionlink\"$bubblefix target=\"nav\">$title</a>$_extra</div>\n";
- works for me 
|
Thnx, it's works for me too :squareeyed: