Hi,
i can't find
Code:
Edit the Members in Flashchat (2) plugin
Find:
$search_text = '<!-- end logged-in users -->';
Change it to:
$search_text = '$navbar';
Save the plugin.
in the Members in Flashchat (2) plugin
There is only
Code:
if ($userinfo['activity'] == 'flashchat')
{
$handled = true;
$userinfo['action'] = $vbphrase['in_flashchat'];
$userinfo['where'] = '<a href="'.$vbulletin->options['bburl'].$vbphrase['flashchat_path'].'">'.$vbulletin->options['bburl'].$vbphrase['flashchat_path'].'</a>';
}
in there.
Can anybody help me, please?