How can you get copyright on your forum ? Also how can you .

master412160

Seasoned Veteran
Joined
Dec 5, 2009
Messages
3,718
Reaction score
4
FP$
1,428
make topic title's longer ? And how can you get copyright like this:
Copyright © 2009 - 2010 Promotion-Source.com

I just took Promoting source because its the only forum I know that has it like that so far I can remember.

And also is there any way you can change the name of "The Team" + adding a extra section in it ?

Like now you have for admins and mods one but would it be possible to add an other one ?


thanks for your help
 
nah I don't mean like that I want it to appear at the bottom of my forum. How do I do that ?

+ my other question how to you make topic titles longer on a phpBB3 forum ?
 
In phpbb3 go to:
Styles=>=>templates=>your style=> edit => overall_footer.html
 
<div class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; 2000, 2002, 2005, 2007 phpBB Group
<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
<!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF -->
<!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF -->
</div>


I have this where to I add the copyright ?

Also do you know where I can edit the option of "The Team" ?
 
Code:
<div class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; 2000, 2002, 2005, 2007 phpBB Group<br />
&copy; Yoursite.com 2010 | All Rights Reserved.
<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
<!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF -->
<!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF -->
</div>
 
I did what you told but it still like this no matter what I do.

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Karma functions powered by Karma MOD © 2007, 2009 m157y


You sure its the right place to edit ?
 
Code:
<div class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; 2000, 2002, 2005, 2007 phpBB Group<br />

<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
<!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF -->
<!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF -->
<br />&copy; Yoursite.com 2010 | All Rights Reserved.
</div>
 
Hey, I'm a phpBB3 styler, copy and paste your whole overall_footer.html file in code tags in a reply to this post.

Just an FYI to everyone else, it's &copy; not &copy: 😉

I'll help you get your own copyright in there but I wont remove other copyrights that are in place.
 
The edits you've done were correct, but after you've done a Style Edit you will have to "Purge the Cache" in the ACP for it to show up. Untill you've done that, it will not show up.
 
thanks it works from yesterday thanks to P4ND3M1C.

But does anyone else know how to in wich file in your directory you can make topic titles longer ?
 
Back
Top Bottom