mchat copyright
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!
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!
mchat copyright
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.
- Stoker
- Site Admin
- Posts: 3540
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: mchat copyright
Yes, you can move it from the mchat_body.html to the overall_footer.html
Take this from the mchat_body.html:
and put it in before this in overall_footer.html:
Take this from the mchat_body.html:
Code: Select all
<div style="text-align:center;">{L_MCHAT_COPYRIGHT}</div>
Code: Select all
<div class="copyright">
Board rules! No PM support
Re: mchat copyright
Thanks. I just did it and it works great.
Re: mchat copyright
...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.