Hi,
I have just installed a chatroom on my site, which is being called with a javascript link that includes the logged in persons username, avatar, etc.
To get the link/url in my navbar, all I had to do, was to add this code: $chatLink
$chatLink is defined in global.php
Here's my problem. I want to have a forum title opening the chatroom as well, so
I have created a forum, and as title I added this:
Code:
<a href="$chatLink">Chatroom</a>
But $chatLink is not parsed at all.
I tried with the Forum Description as well with the same result.
The last thing I tried was to add the link to my forum in the
forumhome_forumbit_columncell
with an if statement...but still no go...$chatLink will not get parsed what so ever
I have tried to add the variable many places, fx. functions_forumlist.php, but without luck.
Can you please help me in the right direction, or is this mission impossible ?
If this is a more advanced than I think, I will paypal as well.
Thanks,
Bpn