Quote:
Originally Posted by Megareus Rex
Here's a screenshot of the chat.
Oh, and I forgot to mention it earlier, but the problem of the "who's online in chat" box displaying primary display group markup is still there. As I mentioned, we use glows in those groups, so its annoying (not to mention aesthetically unappealing), to have it display those markups. Is there any way to change the codign of it so it displays primary usergroup markup instead?
|
Hmm, weird. Do you have any other skins on your forum? Because it's possible that it's that skin causing the problem, perhaps, in anycase make this template modification to make the chat larger, it should then not cut off the bottom half of the last message.
Find this in "chat_main":
Code:
<td class='alt2' align='center' width='80%' height='300' rowspan='2' valign='top'>
Change that to:
Code:
<td class='alt2' align='center' width='80%' height='350' rowspan='2' valign='top'>
If it's still cutting off a minor bit, change "350" to "380", however i doubt you will need to.
As for the forumhome bit, open index.php, find:
Code:
{$invbc['musername']}
Replace With:
Code:
{$invbc['username']}
Save index.php and upload
- Zero Tolerance