hi,
What I have to modify on xml (b4 reloading it) to avoid link on main navbar and fit it onto quick links of the same navbar?
I guess this is where
Code:
$vbulletin->templatecache['navbar'] = str_replace($cyb_ttt_srch_game, $cyb_ttt_srch_game.$vbulletin->templatecache['cyb_tictactoe'], $vbulletin->templatecache['navbar']);
$cyb_ttt_srch_link = ('vbphrase[user_cp]</a></td>');
$vbulletin->templatecache['navbar'] = str_replace($cyb_ttt_srch_link, $cyb_ttt_srch_link.$vbulletin->templatecache['cyb_tictactoe_link'], $vbulletin->templatecache['navbar']);
lol but how?
ty very much for help