Force the install if you use automod and manually do these edits missed in index_body and overall_header
Open acidtech/template/index_body.html
Find
Code: Select all
<!-- IF S_DISPLAY_ONLINE_LIST -->
Code: Select all
<!-- INCLUDE mchat_stats.html -->
Open acidtech/template/overall_header.html
Find
Code: Select all
<!-- IF S_DISPLAY_MEMBERLIST --> • <a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a><!-- ENDIF -->
<!-- ENDIF -->
Code: Select all
<!-- IF S_MCHAT_ENABLE and U_MCHAT --> • <a href="{U_MCHAT}#mChat" title="{L_MCHAT_TITLE}">{L_MCHAT_TITLE}</a><!-- ENDIF -->
Open acidtech/template/mchat_body.html
Find
Code: Select all
<table class="tablebg" width="100%" cellspacing="1" style="table-layout: fixed;">
<tr>
<td class="cat"><a name="mChat"></a><!-- IF MCHAT_ARCHIVE_MODE --><h4>{L_MCHAT_ARCHIVE_PAGE}</h4><!-- ELSE --><h4>{L_MCHAT_TITLE}</h4><!-- ENDIF --></td>
</tr>
Code: Select all
{$CA_BLOCK_START}
{$CA_CAP2_START}<a name="mChat"></a><!-- IF MCHAT_ARCHIVE_MODE --><h4>{L_MCHAT_ARCHIVE_PAGE}</h4><!-- ELSE --><h4>{L_MCHAT_TITLE}</h4><!-- ENDIF -->{$CA_CAP2_END}
<table class="tablebg" cellspacing="{$CA_SPACING}" width="100%">
Code: Select all
<div style="text-align:center;">{L_MCHAT_COPYRIGHT}</div>
</td>
</tr>
</table>
Code: Select all
{$CA_BLOCK_END}
Open acidtech/template/mchat_avatars.html and acidtech/template/mchat_no_avatars.html
Find
Code: Select all
<div id="mess{mchatrow.MCHAT_MESSAGE_ID}" class="mChatBG{mchatrow.MCHAT_CLASS} mChatHover">
Code: Select all
<div id="mess{mchatrow.MCHAT_MESSAGE_ID}" class="row{mchatrow.MCHAT_CLASS} mChatHover">
Open theme/mchat.css
Find
Code: Select all
.mChatBodyFix {
width: 100% !important;
background-color: #DEE3E7 !important;
Code: Select all
.mChatBodyFix {
width: 100% !important;
background-color: #2C2C2C !important;
Refresh templates and theme in ACP