TinyPortal
Development => Support => Topic started by: mariusfv on April 13, 2011, 08:11:54 PM
Hi,
I know must of all will say use Search!
Believe me first I use Search for minutes but I didn't find to move the copyright in that way.
So I want the copyright to be something like this:
Powered by SMF | SMF © 2006â€"2011, Simple Machines LLC | Extended by TinyPortal ofcourse TP will be linked to here(not smf mod site:P)
SMF 2.0 RC5 default theme!
Please tell me, is ugly to have 3 lines of copyright: mine(is too long TO BE ON THAT LINE:P), smf, tp.
10X IN ADVANCE!
TPSubs.php around line 3021
$string = '<a target="_blank" href="http://custom.simplemachines.org/mods/index.php?mod=97" title="TinyPortal">TinyPortal 1.0 RC1</a> | <a href="http://www.blocweb.net" target="_blank"> © 2005-2010 BlocWeb</a>';
Just below that is where $string is added to the SMF copyright. You can remove the < br /> tag and replace with what you need.
$replace = array(
', Simple Machines LLC</a><br />' . $string,
'class="copywrite" style="line-height: 1;"',
);