Quick one - I want to make the chattitle text a link to the chat room:
Code:
$chattitle = construct_phrase($chattersdesc,$totalchatters);
(I found that in Members who are using flashchat (5) (global_start)
So I have tried things like:
wrapping the $chattitle in an <a href...></a> but it breaks.
Code:
<a href="misc.php?do=flashchat&room=1>$chattitle</a>
</td>
from Display_Chatters_Addon
I know you wouldn't support this modification (since there is a link from the who is online image to the left of the chatters which works...
BTW I made this clearer for my members by adding the alt text thus:
Code:
<td class="alt2"><a href="$fcpath"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="click to go to flashchat..." border="0" /></a></td>
This seemed to be a good thing.
Any suggestion on how this $chattitle could be made a link would be appreciated but I don't expect support of course.
Great addon - INSTALLED!