mchat display
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.
Else your topic may be ignored or locked!
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.
Else your topic may be ignored or locked!
-
- BBCoder II
- Posts: 21
- Joined: 11 Apr 2010, 16:58
mchat display
i want to change the color of the text and the header of mchat? how do i do that
- Inner Circle
- BBCoder III
- Posts: 107
- Joined: 20 Mar 2010, 20:25
- Location: Germany
- Contact:
Re: mchat display
go to root/mchat/mchat_prosilver.css/mchat_subsilver2.css (depending on your style)
-
- BBCoder II
- Posts: 21
- Joined: 11 Apr 2010, 16:58
Re: mchat display
i have 2 styles i want it different for both
-
- BBCoder II
- Posts: 21
- Joined: 11 Apr 2010, 16:58
Re: mchat display
and also its using cellpic3.gif background image which is not in the css
- Steve
- BBCoder VI
- Posts: 847
- Joined: 05 Mar 2010, 01:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers
Re: mchat display
Create your own css file copy/ reproduce the subsilver2.css file edit to your liking, rename it for eg, mchat_new.cssiheartbreakz » 14 Apr 2010, 23:48 wrote:i have 2 styles i want it different for both
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" />
Code: Select all
<link rel="stylesheet" href="{ROOT_PATH}mchat/mchat_new.css" type="text/css" />
-
- BBCoder II
- Posts: 21
- Joined: 11 Apr 2010, 16:58
Re: mchat display
problem still not solved dunno how to replace the row image
- Steve
- BBCoder VI
- Posts: 847
- Joined: 05 Mar 2010, 01:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers
Re: mchat display
in the subsilver2/template/mchat_body.html
find:
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
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>
Code: Select all
<td class="cat">
Code: Select all
<td class="row1"
Code: Select all
<td>
-
- BBCoder II
- Posts: 21
- Joined: 11 Apr 2010, 16:58
Re: mchat display
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
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>
Re: mchat display
try to use the code tags when posting code!