Did you do the SQL?vqt wrote:Table 't-pro.phpbb_mchat' doesn't exist [1146]
I'm not sure which version is in question, but from the install DIY:
Browse to the file mchat_install.php in the root of your forum to make the database changes.
Did you do the SQL?vqt wrote:Table 't-pro.phpbb_mchat' doesn't exist [1146]
Browse to the file mchat_install.php in the root of your forum to make the database changes.
Wrong version of the mchat...there is no mchat_install.php file in this version.muggins wrote:Browse to the file mchat_install.php in the root of your forum to make the database changes.
Edit this file below.ikkeook wrote:
is there a way to change the background collor and the yellow slide over collor??
Just modify the root/mchat/mchat_prosilver.css (in the case you are using that template).jokko wrote:Hi all.
I have installed you excellent mChat!
I would like to know how to make the chat window size large when viewing from mchat.php (ie from the button on my nav bar) and small when using on my forum index.
I have set the size via the CSS and thats fine in the forum index but it also uses this on the mchat.php also?
Also how would I go about changing the style so that messages are single line instead of two lines, I want a more compact version on my forum index but a larger version on mchat.php.
Hope some one can help me out?
Mark
Code: Select all
div.mChatRowLimit {
overflow: auto;
width: 100%;
height: 200px;
}
Code: Select all
div.mChatRowLimit {
overflow: auto;
width: 100%;
height: 400px;
}