mchat copyright

Support for PhpBB3.
Post here to get help with any phpBB3 related issue
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.
If not your topic may be ignored or locked!

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.

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

Re: mchat copyright

Post by span »

Thanks. I just did it and it works great.

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.