News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

[Question]Footer MOD

Started by Unlce Tony, May 27, 2006, 10:25:16 PM

Previous topic - Next topic

Unlce Tony

First – I'm not sure if this is the right board for this, so let me apologize up front.
Second – I would like to say that SMF rules! It's so much easier than any other board I have used before. Updates are so simple it's silly.
I do have a question though.
I would like to add a url to my home page on the footer where the copywrite info is. What file(s) do I need to modify?
Thanks,
UT Sends

uberjon

i was actualy wondering the same thing.

i want to add something like this

<iframe width='100%' height='200' src='URL'></iframe>

in my footer mannnn dont try to add that to board names... like u do ur redirect boards. its not nice. u end up having to remove it manualy via the database!

consider this a free bump as well ^_^

anyone know how do do this O.o??

Unlce Tony

I figured it out. Amazing what you can do by taking the time to use the search feature on this board.
Anyway, here is what I did.
Edit – [languages]index.english.php

Find this entry

$forum_copyright = $context['forum_name'] . ' | Powered by <a href="http://www.simplemachines.org/" title="Simple Machines Forum" target="_blank">' . $forum_version . '</a>.<br />
&copy; 2001-2005, <a href="http://www.lewismedia.com/" target="_blank">Lewis Media</a>. All Rights Reserved.';


Edit to look like this...

$forum_copyright = $context['forum_name'] . ' | Powered by <a href="http://www.simplemachines.org/" title="Simple Machines Forum" target="_blank">' . $forum_version . '</a>.<br />
&copy; 2001-2005, <a href="http://www.lewismedia.com/" target="_blank">Lewis Media</a>. All Rights Reserved. <br/>Brought to you by <a href="http://mywebsite.com/"target="_blank">My Web Site</a>. All Rights Reserved.';


I was reading about SMF and LM copyright issues. And I understand that we/I are/am under agreement not to remove or modify copyright info. I certainly don't want to "step" on anyone's toes. I think everyone should get credit where credit is due. But I think this is a safe alternative... Comments?
UT
UT Sends

Advertisement: