mchat copyright

Support for PhpBB3. Post here to get help with any phpBB3 related issue here
There is no support here! Only Read Access!
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!
Locked
span
BBCoder I
BBCoder I
Posts: 2
Joined: 28 Aug 2010, 23:32

mchat copyright

Post 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.
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: mchat copyright

Post 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">
Board rules! No PM support
span
BBCoder I
BBCoder I
Posts: 2
Joined: 28 Aug 2010, 23:32

Re: mchat copyright

Post by span »

Thanks. I just did it and it works great.
oscarg
BBCoder II
BBCoder II
Posts: 6
Joined: 03 Sep 2010, 01:20

Re: mchat copyright

Post 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.
Locked