Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 50
1 members and 49 guests
goe9dkfq42here
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > General > Open topics

Reply
 
LinkBack Thread Tools Display Modes
Copyrights
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 84
Join Date: Nov 2005
Copyrights - 02-12-2006, 08:43 PM

I know that we shouldn't take out the copyrights at the bottom of the page, but I have a page that is a part of my "content" and at the bottom of the content box it has

Copyright © by tinaturner.mobstop.com All Right Reserved.

Published on: 2006-02

But I don't really want the content copyrighted.... is there a way to get it off?


http://www.tinaturner.mobstop.com/mo...ame=TinaTurner
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: Copyrights
Old
  (#2 (permalink))
Junior Member
 
Status: Offline
Posts: 6
Join Date: May 2006
Re: Copyrights - 05-22-2006, 10:27 AM

Quote:
Originally Posted by ultimitetinafan
I know that we shouldn't take out the copyrights at the bottom of the page, but I have a page that is a part of my "content" and at the bottom of the content box it has

Copyright © by tinaturner.mobstop.com All Right Reserved.

Published on: 2006-02

But I don't really want the content copyrighted.... is there a way to get it off?


http://www.tinaturner.mobstop.com/mo...ame=TinaTurner
The script is a property of phpnuke.org. All phpnuke logos and trademarks in your site are property of their respective owners. The comments are property of their posters. All the rest are your property.

Add copyright note in footer part. You can do that by loginto admin/preferences.


Experience the freedom of traveling without luggage.
http://www.esrilankans.com/welcome.do
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: Copyrights
Old
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 6
Join Date: May 2006
Re: Copyrights - 05-22-2006, 10:38 AM

Also you can remove the phpnuke default copyright note by replacing
Code:
	if ($commercial_license == 1) {
		echo "$total_time
\n</font>\n";
	} else {
		echo "$copyright
$total_time
\n</font>\n";
	}
}
with
Code:
	if ($commercial_license == 0) {
		echo "$total_time
\n</font>\n";
	} else {
		echo "$copyright
$total_time
\n</font>\n";
	}
}
in root\footer.php line 43.
But to do this you MUST(I repeat, YOU MUST) get the written permission of script author.


Experience the freedom of traveling without luggage.
http://www.esrilankans.com/welcome.do
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Copyrights Recercare Other "stuff" 1 05-31-2005 04:10 PM
question involving copyrights ShRapNeR Open topics 15 07-31-2003 02:49 PM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31