Just two quick questions. I would like to do two things:
1) increase the lines of chat in the buffer. I read I can do this by editing vbchat.php and changing:
left join ".TABLE_PREFIX."user u on (u.userid = m.s_postby) order by m.s_postime desc limit 0,15");
to
left join ".TABLE_PREFIX."user u on (u.userid = m.s_postby) order by m.s_postime desc limit 0,<some_larger_number>");
This won't screw up the database, will it? Since the buffer is, I assume, stored in the database, I wasn't sure if I had to change any variable properties.
Also,
2) increase the size of the chat window. It's a bit small and I'd like it to fill most of the page. I couldn't figure out how to do that based on this thread. Any tricks?
|