Quote:
Originally Posted by GnG_ShoOk
it said, the my 404 page cannot be found. I noticed in the install guide that is says find:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
^^ My Vbulletin didn't have this, so what should i do?
|
You must have a custom style, you have to choose somewhere to put the Chatbox link in the style, or not use one at all. The box Chatbox goes has a link.
Quote:
Originally Posted by MelH
Can someone please tell me how to change the height of the chatbox?
Thanks...
|
Find this in FORUMHOME template
<div class="smallfont" align="center"><iframe src="chatbox.php?nofocus=1" width="100%" style="border: 0px" frameborder="0"></iframe>
And replace with this
<div class="smallfont" align="center"><iframe src="chatbox.php?nofocus=1" width="100%" style="border: 0px, height: XX" frameborder="0"></iframe>
Where XX is the height you want. That should do it, *I think*. If not let me know and I'll look into it again.