Quote:
Originally Posted by Mark93x
No, I tested this on a clean vb 4.2.1 installation. Does team ladder works or its just me?
|
Find in ladders.php
PHP Code:
.
$nlcontent .= '<p><a href="ladders.php'.$ladder['url'].'&sh=3" style="color: inherit;">'.$vbphrase['ladder_yourchlls'].'</a></p>';
.
Replace with
PHP Code:
.
$nlcontent .= '<p><a href="'.$ladder['url'].'&sh=3" style="color: inherit;">'.$vbphrase['ladder_yourchlls'].'</a></p>';
.