Hey,
Just installed the new version on 3.8.2 and so far everything is fine except the few questions I have.
1- Everytime I get an error or other message from the chatbox, I can't see it untill I highlight it.
And here is after highlight...
So how do i change the text color so its black or something.
2- I wanted a custom location to put the chat on the forumhome so I did the following change:
From:
Code:
$find = '$forumhome_markread_script';
$brb = ' <br />';
$bra = ' ';
TO:
Code:
$find = '<!-- End top category table setup -->';
I deleted $brb = ' <br />'; AND $bra = ' '; because I figured the "$brb = ' <br />';" is what gave me the extra space above the chatbox and "$bra = ' ';" removed the 5% spacer I had on my fluid template and made it full screen. I don't know why or what it was supposed to do in the first place. So is it ok that i removed those 2 lines?
Also, is it ok i changed the plugin instead of just pasting the custom code in any location i wanted to? Does this mean it will add an extra query to the database since this new location its looking for is not cached?
3- In the top row of the chatbox, it shows the chatbox name centered. How can I make it so its aligned to the left?
4- The page loads really quick, as usual, but when it reaches the place with the chatbox location, it kinda stops to think for a few seconds. i also noticed this on Forumcoding site as well. Is this normal, will there be a way to reduce that load time, Or is that just the way it is?
BTW, I own the BF version, if that makes any difference in the changes i would need to make for above changes.
Thanks