Search found 9 matches
- 27 Apr 2010, 20:25
- Forum: PhpBB3 Support
- Topic: Mchat tiny mod
- Replies: 4
- Views: 3008
Re: Mchat tiny mod
no, thats just theory.
- 27 Apr 2010, 19:35
- Forum: PhpBB3 Support
- Topic: Mchat tiny mod
- Replies: 4
- Views: 3008
Re: Mchat tiny mod
Edit the mchat_body.html for your style, for example /styles/prosilver/template/mchat_body.html
[edit]Removed! un-tested.Instructions/edits were a theory![/edit]
That should do the trick
[edit]Removed! un-tested.Instructions/edits were a theory![/edit]
That should do the trick
- 14 Apr 2010, 12:33
- Forum: PhpBB3 Support
- Topic: mChat display problem
- Replies: 9
- Views: 7637
Re: mChat display problem
here are the relevant parts of the mchat_prosilver.css div.mChatBG1 { background-color: #222222; padding: 5px 5px 5px 15px; border-bottom: 1px dotted #DDDDDD; overflow: visible; left:5px; top:10px; height:auto; position:relative; } div.mChatBG2 { background-color: #111111; padding: 5px 5px 5px 15px ...
- 14 Apr 2010, 01:13
- Forum: PhpBB3 Support
- Topic: mChat display problem
- Replies: 9
- Views: 7637
Re: mChat display problem
I got it, after hours of fumble with the css.
- 13 Apr 2010, 13:01
- Forum: PhpBB3 Support
- Topic: mChat display problem
- Replies: 9
- Views: 7637
Re: mChat display problem
It looks like a issue with your php memory configuration to me.Steve© » 13 Apr 2010, 00:37 wrote:Just tryed this on localhost and gotCode: Select all
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 10607 bytes) in C:\xampp\htdocs\xxxxxxxx\phpBB3\includes\functions_template.php on line 103
- 12 Apr 2010, 20:06
- Forum: PhpBB3 Support
- Topic: mChat display problem
- Replies: 9
- Views: 7637
Re: mChat display problem
The whole thing is still in my dev environment. I temporarily published it here: http://opi.kicks-ass.net/phpBB3 Note that mChat is only visible for registerd users. If you don't recive your registration email, post it here, I will activate your user account manually. My style can be downloaded here ...
- 11 Apr 2010, 17:59
- Forum: PhpBB3 Support
- Topic: mChat display problem
- Replies: 9
- Views: 7637
Re: mChat display problem
Thanks for your answer.
But the mChatRowLimit width does not seem to be the main problem. The left end of the row remain displaced to the right. With the fix row width I only blow up my site's design.
But the mChatRowLimit width does not seem to be the main problem. The left end of the row remain displaced to the right. With the fix row width I only blow up my site's design.
- 11 Apr 2010, 17:05
- Forum: PhpBB3 Support
- Topic: mchat problem :(
- Replies: 3
- Views: 3292
Re: mchat problem :(
According to the install.xml that must be so.
- 11 Apr 2010, 16:32
- Forum: PhpBB3 Support
- Topic: mChat display problem
- Replies: 9
- Views: 7637
mChat display problem
Hi, I'am running a phpBB3 forum with phpBB3 Portal installed. Now I had just installed MChat and I managed to add the chat box to the right navigation bar. The mChatBodyFix with the textbox and the buttons are fitting fine to the 360px width nav bar. But the text rows are displaced to the right ...