Quote:
Originally Posted by HotnHoly
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?
|
What version of
FlashChat - Who is in the chat by Paul M do you have installed? if you have v 4.18 then you will find the correct place to change, if it is an earlier version then this will not work.
You can also look at Members in Flashchat (1) plugin and see if it is there, but I am sure it is Members in Flashchat (2) plugin.
Also click
Install if you want support for this modification.