URL: http://cruzadoshispania.comze.com/Foro/
Versión phpBB: 3.0.11
Installed MODs: mchat
Style: Wow5thaniversary
Server: linux , free .
Upgrade another version: No
AutoMOD: Si , v 1.0.2
URL del MOD:: https://www.phpbb.com/customise/db/mod/mchat
I see mchat like this >>
[img]http://img69.imageshack.us/img69/7681/capturaekq.jpg[/img]
at first sorry for my poor english ...the fact is when i have installed mchat and force installation on Wow5thaniversary i could see it normal like style but when i go to ACP > Style > and i refresh templates themes and image galery i see it like in atached picture > grey and i dont know how to fix it :S
mchat & Wow5thaniversary style
Forum rules
Please only request support for mods released by phpbbmodders.net found at either https://github.com/phpbbmodders/ or the MODDB at http://www.phpbb.com
Please only request support for mods released by phpbbmodders.net found at either https://github.com/phpbbmodders/ or the MODDB at http://www.phpbb.com
- RMcGirr83
- Past Contributor
- Posts: 6243
- Joined: 30 Nov 2006, 14:23
- Real name: Rich McGirr
Re: mchat & Wow5thaniversary style
That is in the mchat.css file within that styles theme directory and is done via mchatmain if I recall correctly.
-
- New member
- Posts: 6
- Joined: 30 May 2013, 19:30
Re: mchat & Wow5thaniversary style
this?
You do not have the required permissions to view the files attached to this post.
-
- New member
- Posts: 6
- Joined: 30 May 2013, 19:30
Re: mchat & Wow5thaniversary style
i dont know why but erasin mchat.css its look fine!
but when i write the letter overflow dont appear scrollbars when so much letters on box! :S i dont know what to do if i erase mchat.css its look fine but dont work correctly!

-
- New member
- Posts: 44
- Joined: 06 Jul 2011, 06:55
- Location: Devon UK
Re: mchat & Wow5thaniversary style
That grey bit is controlled here
Change the #FFFFFF to #F0DF8F or somthing similar in the mchat.css - refresh - take a shower etc 
Code: Select all
div.mChatBodyFix {
width: 100% !important;
background-color: #FFFFFF !important;

-
- New member
- Posts: 6
- Joined: 30 May 2013, 19:30
Re: mchat & Wow5thaniversary style
thanks for your reply themission , i know where control the color but that is not the proble, the problem is what is written above :S
- RMcGirr83
- Past Contributor
- Posts: 6243
- Joined: 30 Nov 2006, 14:23
- Real name: Rich McGirr
Re: mchat & Wow5thaniversary style
The problem is that you have removed the mchat.css which controls that. You have to adjust the mchat.css file to match that of your style.
-
- New member
- Posts: 6
- Joined: 30 May 2013, 19:30
Re: mchat & Wow5thaniversary style
i´ve no remove the mchat.css you can see on the pictures of my ftp is the original ....
- Sniper_E
- MOD Team
- Posts: 591
- Joined: 13 Jun 2011, 16:53
- Location: Shreveport, LA
Re: mchat & Wow5thaniversary style
All of that grey area above where you make a post is there because you need to fill that box up with some more post. (going by that image above) and the scroll bar will not show until you have more posts than what shows in the chat box. Have you been able to change your colors by editing the mchat.css?
I created a template for that WoW style with Handyman's chat but I may check that style out with mchat.
Keep editing those files, it looks like you have it coming along pretty good.
I created a template for that WoW style with Handyman's chat but I may check that style out with mchat.
Keep editing those files, it looks like you have it coming along pretty good.
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!™
-
- New member
- Posts: 6
- Joined: 30 May 2013, 19:30
Re: mchat & Wow5thaniversary style
[Solved]...i´ve done this and the result is this >> [url]http://cruzadoshispania.comze.com/Foro[/url] i´ve atached the files for someone like me, hardhead! xD
You do not have the required permissions to view the files attached to this post.
- RMcGirr83
- Past Contributor
- Posts: 6243
- Joined: 30 Nov 2006, 14:23
- Real name: Rich McGirr
Re: mchat & Wow5thaniversary style
Uhmm, I am pretty sure that users would not have to rely on your forum to get the images to load
should be
Code: Select all
div.mChatBG1 {
background-color: #;
background-image:url('http://cruzadoshispania.comze.com/Foro/styles/wow5thaniversary/theme/images/table_bg.jpg');
padding: 5px 5px 5px 5px;
border-bottom: 1px dotted #DDDDDD;
overflow: hidden;
}
div.mChatBG2 {
background-color: #;
background-image:url('http://cruzadoshispania.comze.com/Foro/styles/wow5thaniversary/theme/images/table_bg2.jpg');
padding: 5px 5px 5px 5px;
border-bottom: 1px dotted #DDDDDD;
overflow: hidden;
}
should be
Code: Select all
div.mChatBG1 {
background-color: #;
background-image:url("{T_THEME_PATH}/images/table_bg.jpg");
padding: 5px 5px 5px 5px;
border-bottom: 1px dotted #DDDDDD;
overflow: hidden;
}
div.mChatBG2 {
background-color: #;
background-image:url("{T_THEME_PATH}/images/table_bg2.jpg");
padding: 5px 5px 5px 5px;
border-bottom: 1px dotted #DDDDDD;
overflow: hidden;
}
- Sniper_E
- MOD Team
- Posts: 591
- Joined: 13 Jun 2011, 16:53
- Location: Shreveport, LA
Re: mchat & Wow5thaniversary style
I can't open a .rar file so I can't see what you did... but that looks nice. You did good!
I changed a few classes and added some code to the index_body template.
Wow5thaniversary style
mchat.css
index.body.html
And I put the chat link above the faq link like this:
overall_header.html
That would have given you this look... yours is pretty close to what I had.
I changed a few classes and added some code to the index_body template.
Wow5thaniversary style
mchat.css
Code: Select all
div.mChatBG1 {
background-color: #E3C481;
background: #dcb975 url("{T_THEME_PATH}/images/cellbg1.jpg");
padding: 5px 5px 5px 5px;
border-bottom:1px solid #9c542c;
overflow: hidden;
}
div.mChatBG2 {
background-color: #DFBE78;
background: #dcb975 url("{T_THEME_PATH}/images/rowbg.jpg");
padding: 5px 5px 5px 5px;
border-bottom:1px solid #9c542c;
overflow: hidden;
}
.mChatBodyFix {
width: 100% !important;
background-color: #E3C481 !important;
background: #dcb975 url("{T_THEME_PATH}/images/table_bg.jpg");
}
index.body.html
Code: Select all
<!-- IF S_MCHAT_ENABLE and S_MCHAT_ON_INDEX and S_MCHAT_LOCATION --><div id="adorno"></div><br /><!-- INCLUDE mchat_body.html --><!-- ENDIF -->
<!-- INCLUDE forumlist_body.html -->
<!-- IF S_MCHAT_ENABLE and S_MCHAT_ON_INDEX and not S_MCHAT_LOCATION --><br /><div id="adorno"></div><!-- INCLUDE mchat_body.html --><!-- ENDIF -->
And I put the chat link above the faq link like this:
overall_header.html
Code: Select all
<td class="genmed" align="{S_CONTENT_FLOW_END}">
<!-- IF S_MCHAT_ENABLE and U_MCHAT --><a href="{U_MCHAT}#mChat"><img src="{T_THEME_PATH}/images/icon_mini_groups.gif" width="12" height="13" alt="{L_MCHAT_TITLE}" /></a> <a href="{U_MCHAT}#mChat">{L_MCHAT_TITLE}</a> <!-- ENDIF -->
<a href="{U_FAQ}"><img align="absbottom" src="{T_THEME_PATH}/images/icon_mini_faq.gif" width="12" height="13" alt="*" /></a> <a href="{U_FAQ}">{L_FAQ}</a>
That would have given you this look... yours is pretty close to what I had.
You do not have the required permissions to view the files attached to this post.
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!™
-
- New member
- Posts: 1
- Joined: 15 Dec 2014, 14:05
Re: mchat & Wow5thaniversary style
Sorry for upping this old post, but I'm trying actually to insert mchat in this template (wow5thaniversary) and I've made all that i can for this, reading this forum and others without any success.
Does anyone can help me to do this ?
Things i've done :
Install mchat on the default temple (prosilver): it works fine without any bug.
upload files from mchat template prosilver folder to wow5thaniversary template folder and try to modify files in the wow5thaniversary like in prosilver: it doesn't work.
Try to follow this topic to update the files : it doesn't works.
Hope someone here can help me. I've seen it works on the screenshot so it is possible but i'm not an expert in php and css
In the best case, if someone can send me the modified files or at least explain me clearly what to do, I would be very happy.
PS : Sorry for my english.
Does anyone can help me to do this ?
Things i've done :
Install mchat on the default temple (prosilver): it works fine without any bug.
upload files from mchat template prosilver folder to wow5thaniversary template folder and try to modify files in the wow5thaniversary like in prosilver: it doesn't work.
Try to follow this topic to update the files : it doesn't works.
Hope someone here can help me. I've seen it works on the screenshot so it is possible but i'm not an expert in php and css

In the best case, if someone can send me the modified files or at least explain me clearly what to do, I would be very happy.
PS : Sorry for my english.
- Lumpy Burgertushie
- New member
- Posts: 2
- Joined: 08 Oct 2011, 23:30
Re: mchat & Wow5thaniversary style
as in the last post above yours, open the mchat.css file, find the relevant parts of it and change it to what he shows.
open the index_body.html file for your style and make the changes he shows that he made.
you must use ftp to download the files to your computer. you must use a good text editor to open/edit the files.
then you have to upload them back and then you have to refresh your template and theme from the admin panel styles tab.
on the left, click on template, on the right, click on refresh for your style
same for the theme.
robert
open the index_body.html file for your style and make the changes he shows that he made.
you must use ftp to download the files to your computer. you must use a good text editor to open/edit the files.
then you have to upload them back and then you have to refresh your template and theme from the admin panel styles tab.
on the left, click on template, on the right, click on refresh for your style
same for the theme.
robert
Return to “Modders MOD support”
Who is online
Users browsing this forum: Ahrefs [Bot] and 0 guests