Page 1 of 1

Copyrights

PostPosted: Tue Feb 19, 2008 11:10 am
Author: DjPorkchop
Your phpBB Version: 2.0.23
phpBB Type: phpBB / IMPortal
MODs: Yes
Your knowledge: Advanced Knowledge
Board URL: http://kzob.mweva.com

PHP Version:
MySQL Version:


What was done before the problem appeared?
Installed a new theme and extreme styles


What was done to try to solve the problem?
Nothing yet



De.scription and Message

Well, I guess its better to ask then get busted one day for something I didnt do, <img> I can not for the life of me remember if IM Portal has anything at the bottom of a website like Integra does or not.

I have installed a theme on my IM Portal from phpBBsytles and if you click the copyrights link at the bottom, everything pertinent shows EXCEPT a powered by IM Portal or anything of the such. Should it have? My answer would be yes, to give credit where credit is due, but nothing shows.

Please do feel free to swing by and have a look. It's a clean site designed for flight simulation Air traffic controll.

Re: Copyrights

PostPosted: Tue Feb 19, 2008 12:24 pm
Author: tmotley
Looking at the overall_footer.tpl on an old IMPortal theme...

[code]Powered by <a href="http]

Slight modification to update and you are good to go...

Re: Copyrights

PostPosted: Tue Feb 19, 2008 1:24 pm
Author: Helter
IM Portal does not require copyright info in the footer, unless a pre ported theme includes it. The only Copyright info that is required to stay, is in the overall_footer and does not display due to <comments>

Re: Copyrights

PostPosted: Tue Feb 19, 2008 2:16 pm
Author: DjPorkchop
So here is my code for overall_footer

Im not sure if I remove the comments deal if it will jack the theme up or not. I never used a theme that had a switch in the footer before for copyrights. I just didnt want to go and have a website without giving the proper Kudos. <img>

Code: Select all
 <BEGIN><We><END>{PORTAL_TAIL}<td><img></td></tr></table><div><span><br>{ADMIN_LINK}<br></span><div><span><a>Copyrights</a></span></div><div>     <span>         <do>         <See>         Powered by <a>phpBB</a> &copy; 2001, 2005 phpBB Group<br>         Design by <a>Vjacheslav Trushkin</a> / <a>Easy Tutorials</a> (<a>phpBB Tutorials</a>).<br>         {TRANSLATION_INFO}         </do>     </span></div><script><ShowHide></script></div>         </td>     </tr>     </table>     </td>     <td><img></td></tr></table></body></html>