mChat Acidtech style

Support for mods released by phpbbmodders.net found at either https://github.com/phpbbmodders/ or the MODDB at http://www.phpbb.com
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
User avatar
Sniper_E
MOD Team
MOD Team
Posts: 591
Joined: 13 Jun 2011, 16:53
Location: Shreveport, LA

mChat Acidtech style

Postby Sniper_E » 25 Jun 2014, 23:41

After successfully installing mChat in your acidtech style... the subsilver 2 version,
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 -->
Before add

Code: Select all

<!-- INCLUDE mchat_stats.html -->

Open acidtech/template/overall_header.html
Find

Code: Select all

         <!-- IF S_DISPLAY_MEMBERLIST --> &#8226; <a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a><!-- ENDIF -->
      <!-- ENDIF -->
After add

Code: Select all

      <!-- IF S_MCHAT_ENABLE and U_MCHAT --> &#8226; <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>
Replace with

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%">
Find

Code: Select all

         <div style="text-align:center;">{L_MCHAT_COPYRIGHT}</div>
      </td>
   </tr>
</table>
After add

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">
Replace with

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;
Replace with

Code: Select all

.mChatBodyFix {
   width: 100% !important;
   background-color: #2C2C2C !important;

Refresh templates and theme in ACP
You do not have the required permissions to view the files attached to this post.
Last edited by Sniper_E on 13 Jan 2015, 00:06, edited 4 times in total.
Reason: remove trailing unopened li tag
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!

User avatar
RMcGirr83
Past Contributor
Past Contributor
Posts: 6243
Joined: 30 Nov 2006, 14:23
Real name: Rich McGirr

Re: mChat Acidtech style

Postby RMcGirr83 » 26 Jun 2014, 01:59

Thanks Ed :thumbup:


Return to “Modders MOD support”

Who is online

Users browsing this forum: CommonCrawl [Bot] and 0 guests