adding a copyright

Started by MarkS, December 23, 2007, 06:24:04 AM

Previous topic - Next topic

MarkS

hi i want to add a extra copy right to my forum, i dont want to change the one i have as i no this is not aloud i just want to add one for my forum

could some one tell me how this is done

PhotoToggers © 2007-2008

like so
thanks mark

Rumbaar

Alter that part of your themes Index.template.php, search for Copyright should get you the correct section of the file.  HTML code can be put in there.
"An important reward for a job well done is a personal sense of worthwhile achievement."

[ Themes ]

MarkS

thanks m8 i heve found it but as my coding skills are not so good i not sure what to do

Rumbaar

<br />PhotoToggers © 2007-2008 after the SMF copyright code should do the trick.
"An important reward for a job well done is a personal sense of worthwhile achievement."

[ Themes ]

MarkS

#4
hmmm

i have gone to the theme directry and found Index.template.php
with in there i found copyright like so

echo '</tr></table>
    </div>
<div id="footer">
          ', theme_copyright(), '
          <br />', tportal_version() , ' | Theme by <a href="http://www.dzinerstudio.com">DzinerStudio</a>';


if i add it to there it crashes the forum, so i guest i am doing it rong sorry

Dragooon

Try this
echo '</tr></table>
    </div>
   <div id="footer">
          ', theme_copyright(), '
          <br />', tportal_version() , ' | Theme by <a href="http://www.dzinerstudio.com">DzinerStudio</a><br />PhotoToggers © 2007-2008';

MarkS

#6
thank you dragooon if i new a bit more i would have known to put the '; at the end but i did this

<br />', tportal_version() , ' | Theme by <a href="http://www.dzinerstudio.com">DzinerStudio</a>';<br />PhotoToggers © 2007-2008

cos i fick lol......

any how thank you dregooon and  Rumbaar sorted it now,
i still have a lot to learn about coding well pritty much all of it...


thanks mark

Dragooon


Advertisement: