Page 1 of 1

mchat copyright

Posted: 28 Aug 2010, 23:34
by span
Anyway to move it down where the other copyrights would go at bottom of page? its kinda odd to have it smack in the middle of my screen if I load the mchat to the top of forums.

Re: mchat copyright

Posted: 31 Aug 2010, 07:16
by Stoker
Yes, you can move it from the mchat_body.html to the overall_footer.html

Take this from the mchat_body.html:

Code: Select all

<div style="text-align:center;">{L_MCHAT_COPYRIGHT}</div>
and put it in before this in overall_footer.html:

Code: Select all

<div class="copyright">

Re: mchat copyright

Posted: 02 Sep 2010, 20:41
by span
Thanks. I just did it and it works great.

Re: mchat copyright

Posted: 03 Sep 2010, 01:26
by oscarg
...or if you have a custom theme or a theme that doesn't work well with centering just put '{L_MCHAT_COPYRIGHT}' inside the coding where it will fit.