Support for PhpBB3.
Post here to get help with any phpBB3 related issue
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
If not your topic may be ignored or locked!
Post
by iheartbreakz » 14 Apr 2010, 21:36
i want to change the color of the text and the header of mchat? how do i do that
Post
by Inner Circle » 14 Apr 2010, 21:43
go to root/mchat/mchat_prosilver.css/mchat_subsilver2.css (depending on your style)
Post
by iheartbreakz » 14 Apr 2010, 21:48
i have 2 styles i want it different for both
Post
by iheartbreakz » 14 Apr 2010, 21:50
and also its using cellpic3.gif background image which is not in the css
Post
by Steve » 14 Apr 2010, 22:01
Create your own css file copy/ reproduce the subsilver2.css file edit to your liking, rename it for eg, mchat_new.css
upload it to the mchat folder
in the overall_header.html for the style subsilver2 based
find:
Code: Select all
<link rel="stylesheet" href="{ROOT_PATH}mchat/mchat_subsilver2.css" type="text/css" />
replace with:
Code: Select all
<link rel="stylesheet" href="{ROOT_PATH}mchat/mchat_new.css" type="text/css" />
refresh template and your web browser for the other subsilver2 based style
Post
by iheartbreakz » 14 Apr 2010, 23:17
problem still not solved dunno how to replace the row image
Post
by Steve » 15 Apr 2010, 10:11
in the subsilver2/template/mchat_body.html
find:
Code: Select all
<td class="cat"><!-- IF MCHAT_ARCHIVE_MODE --><h4>{L_MCHAT_ARCHIVE_PAGE}</h4><!-- ELSE --><h4>{L_MCHAT_TITLE}</h4><!-- ENDIF --></td>
this is the important part:
change it to a differnet class for eg:
or leave it empty:
with out having the style installed its hard to fix
Post
by iheartbreakz » 15 Apr 2010, 20:41
It worked! Thanks
But ONE last problem
i want the border to be rounded of the mchat like the forum categories how can i do that
right now it looks like this
this is the code used in category
Code: Select all
<td><img src="{T_THEME_PATH}/images/cellpic4_l.png" width="17" height="28" alt="" /></td>
<td background="{T_THEME_PATH}/images/cellpic4_m.png" width="100%" height="28"><!-- IF MCHAT_ARCHIVE_MODE --><h4>{L_MCHAT_ARCHIVE_PAGE}</h4><!-- ELSE --><h4>{L_MCHAT_TITLE}</h4><!-- ENDIF --></td>
<td><img src="{T_THEME_PATH}/images/cellpic4_r.png" width="16" height="28" alt="" /></td>
Post
by cisco007 » 16 Apr 2010, 04:09
try to use the code tags when posting code!
Post
by Steve » 16 Apr 2010, 08:25
link to style download please....