Quote:
Originally Posted by VBDev
Hum, I see ! You don't have links in your navbar ! This is the reason of the bug.
You should not apply the modification to the navbar template described in the readme file.
How do you add links to the different elements in your forum ?
You should do the same for the chatbox by adding those two links :
Code:
<a href="mgc_chatbox.php?$session[sessionurl]do=view_chatbox" rel="nofollow">$vbphrase[mgc_cb_voir]</a>
<a href="mgc_chatbox.php?$session[sessionurl]do=view_archive" rel="nofollow">$vbphrase[mgc_cb_voir_archives]</a>
|
Hoorah! We are getting somewhere.
I am currently using the chestnut style for my forum, so I didn't know about it not having links (although I can click on the buttons, but that might be something else?) If I ever need to link something, such as the arcade, I simply create a forum and use it as a link. Do I need to do that in this case for the chatbox to work? In other words, if I do not include those two codes somewhere, will it affect the chatbox?
I'm learning!