Search found 9 matches

by opi
27 Apr 2010, 20:25
Forum: PhpBB3 Support
Topic: Mchat tiny mod
Replies: 4
Views: 2978

Re: Mchat tiny mod

no, thats just theory.
by opi
27 Apr 2010, 19:35
Forum: PhpBB3 Support
Topic: Mchat tiny mod
Replies: 4
Views: 2978

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 :D
by opi
14 Apr 2010, 12:33
Forum: PhpBB3 Support
Topic: mChat display problem
Replies: 9
Views: 7594

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 ...
by opi
14 Apr 2010, 01:13
Forum: PhpBB3 Support
Topic: mChat display problem
Replies: 9
Views: 7594

Re: mChat display problem

I got it, after hours of fumble with the css. :dance:
by opi
13 Apr 2010, 13:01
Forum: PhpBB3 Support
Topic: mChat display problem
Replies: 9
Views: 7594

Re: mChat display problem

Steve© » 13 Apr 2010, 00:37 wrote:Just tryed this on localhost and got

Code: 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
It looks like a issue with your php memory configuration to me.
by opi
12 Apr 2010, 20:06
Forum: PhpBB3 Support
Topic: mChat display problem
Replies: 9
Views: 7594

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 ...
by opi
11 Apr 2010, 17:59
Forum: PhpBB3 Support
Topic: mChat display problem
Replies: 9
Views: 7594

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.
by opi
11 Apr 2010, 17:05
Forum: PhpBB3 Support
Topic: mchat problem :(
Replies: 3
Views: 3266

Re: mchat problem :(

According to the install.xml that must be so.
by opi
11 Apr 2010, 16:32
Forum: PhpBB3 Support
Topic: mChat display problem
Replies: 9
Views: 7594

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 ...