copyright code

50Cent

Seasoned Veteran
Joined
Sep 19, 2009
Messages
2,656
Reaction score
0
FP$
0
hihi guys...

do you guys help members by providing code they want?

i needed the copyright codes... 🙂
 
I don't understand what you mean, do you mean adding your own copyright?

For example:

"© 2007-2009 ForumPromotion.net"?
 
Nathan said:
I don't understand what you mean, do you mean adding your own copyright?

For example:

"© 2007-2009 ForumPromotion.net"?

Yes..
 
Just go into "/styles/yourstyle/template/overall_footer.html" and add your own code.

Also you could explain yourself better, instead of

"hihi guys...

do you guys help members by providing code they want?

i needed the copyright codes... 🙂"

Those "..." are also rude.
 
Nathan said:
Just go into "/styles/yourstyle/template/overall_footer.html" and add your own code.

Also you could explain yourself better, instead of

"hihi guys...

do you guys help members by providing code they want?

i needed the copyright codes... 🙂"

Those "..." are also rude.

ok i am sorry i know that...

i know that i need to go to overall_footer to add my code..but i am asking where can i get? because i don't know how to make..i learning basic HTML code only
 
In html the code to make the copyright sign is &copy

Not sure if that was what you were trying to get at?
 
Montrose said:
In html the code to make the copyright sign is &copy

Not sure if that was what you were trying to get at?

If Montrose is right and that's what you want, it's actually © 🙂
 
Montrose said:
In html the code to make the copyright sign is &copy

Not sure if that was what you were trying to get at?
that is what i want..i wanted to put is at the bottom of the page...
 
Just open overall_footer.html in /styles/yourstylename/template then find:

Code:
Powered by
<a href="http://phpbb.com">phpBB</a>
&copy; 2000, 2002, 2005, 2007 phpBB Group

Add your code either above or below the code, where ever you want yours to appear.
 
Nathan said:
Just open overall_footer.html in /styles/yourstylename/template then find:

Code:
Powered by
<a href="http://phpbb.com">phpBB</a>
&copy; 2000, 2002, 2005, 2007 phpBB Group

Add your code either above or below the code, where ever you want yours to appear.

thanks so much nathen 🙂 ty..
 
50Cent said:
Nathan said:
Just open overall_footer.html in /styles/yourstylename/template then find:

Code:
Powered by
<a href="http://phpbb.com">phpBB</a>
&copy; 2000, 2002, 2005, 2007 phpBB Group

Add your code either above or below the code, where ever you want yours to appear.

thanks so much nathen 🙂 ty..

why i cannot put in centre?

when i done like this..?

<centre>Powered by
<a href="http://phpbb.com">phpBB</a>
&copy; 2000, 2002, 2005, 2007 phpBB Group</centre>
 
Use

Code:
<center>Powered by
<a href="http://phpbb.com">phpBB</a>
&copy; 2000, 2002, 2005, 2007 phpBB Group</center>
 
Back
Top Bottom