Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Edit copyright

Locked Asked Modified Viewed 13,699 times
P
Paul
P
Paul 10
  • Newbie, joined since
  • Contributed 1 post on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

Hi,

For my website I want to edit the copyright. I don't want to loose my visotors, so I want to open the link to PHPFusionin a new window. Is this possible? I looked around the code, but I can't find the lines. So it is not for removal of the copyrights, but I don't like that the link has got the same window as target.

Regards,
Paul
0 replies

14 posts

B
Billy_Macan
B
Brad Nicholas

PHP Fusion Staff Member

www.userbars.com/i/514856.png

www.userbars.com/i/458524.png
  • Junior Member, joined since
  • Contributed 35 posts on the community forums.
  • Started 8 threads in the forums
answered
Junior Member

Unless you pay for a removal of copyright as far as I'm aware, Admin's correct me if I'm wrong but that's editing the copyright. Which is against the GNU ( or what ever it is ).
Edited by Billy_Macan on 18-06-2010 17:42,
0 replies
C
Creatium
C
  • Member, joined since
  • Contributed 93 posts on the community forums.
  • Started 9 threads in the forums
answered
Member

Such a type of editing a copyright should be allowed. And if I'm right, you can edit copyright in administration.
0 replies
W
WEC
W
WEC 10
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 5 threads in the forums
answered
Veteran Member

In includes\theme_functions_include.php find:

$res = "Powered by <a href='http://www.php-fusion.co.uk'".$link_class.">PHPFusion</a> copyright &copy; 2002 - ".date("Y")." by Nick Jones.<br />\n";


Replace with:

$res = "Powered by <a target='_blank' href='http://www.php-fusion.co.uk'".$link_class.">PHPFusion</a> copyright &copy; 2002 - ".date("Y")." by Nick Jones.<br />\n";
0 replies
B
Billy_Macan
B
Brad Nicholas

PHP Fusion Staff Member

www.userbars.com/i/514856.png

www.userbars.com/i/458524.png
  • Junior Member, joined since
  • Contributed 35 posts on the community forums.
  • Started 8 threads in the forums
answered
Junior Member

Nope, Its violates the GNPU / GNU. You must keep all copyrights in place.
" I don't want to loose my visotors, so I want to open the link to PHPFusionin a new window. Is this possible? I looked around the code, but I can't find the lines. "

That there is violating it. Its called Un Authorized editing,
0 replies
C
Creatium
C
  • Member, joined since
  • Contributed 93 posts on the community forums.
  • Started 9 threads in the forums
answered
Member

But by the idea you violate the GNU license by removing or somehow making the copyright invisible.
Edited by Creatium on 18-06-2010 18:06,
0 replies
W
WEC
W
WEC 10
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 5 threads in the forums
answered
Veteran Member

Do some reading:

Quote

This means that the copyright footer of PHPFusion may not be altered in such a way that it doesn't display our copyright notice in a way that isn't "convenient and prominently visible", meaning that no popups linked to graphic images, no tooltip-like solutions linked to images etc, are allowed.

With adherence to that, the Copyright Footer must contain the following:

• "Powered by PHPFusion" is optional but is requested for clarity purposes;
• Copyright PHPFusion 2002-2010 Nick Jones
- with "PHPFusion" linking to http://php-fusion.co.uk;
• Released as free software without warranties;
• Link to the Affero GPL version 3 license;
- http://www.fsf.org/licensing/licenses/agpl-3.0.html.


http://www.php-fusion.co.uk/viewpage....?page_id=6

Opening http://www.php-fusion.co.uk in a new window has nothing to do with removal of copyright.

0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Feel free to change to the solution WEC posted in post #4 there is not violation there, all your doing is adding target='_blank'.

Have a nice day!
0 replies
K
Kamillo
K
------------------------------
PHP-Fusion PL Crew | Spam Cop | My Site
  • Senior Member, joined since
  • Contributed 244 posts on the community forums.
  • Started 23 threads in the forums
answered
Senior Member

How about this one:

http://eertynn.vot.pl it's clicable but not from the beginnimg. Uses some tricks. In that case not sure to answer...


??
Edited by Kamillo on 18-06-2010 19:23,
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Nope that is no good, I can not click the link and when hover it's gone.

The Footer notice must be prominently visible.

0 replies
K
Kamillo
K
------------------------------
PHP-Fusion PL Crew | Spam Cop | My Site
  • Senior Member, joined since
  • Contributed 244 posts on the community forums.
  • Started 23 threads in the forums
answered
Senior Member

That is right, but users always try to modify and than ask if it's within the copyritgh licence agreement, which is not always clear.
Edited by Kamillo on 18-06-2010 19:38,
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Sure that is why we are writing the new license page, so that it will cover questions like yours and many others.

What I can suggest is easy, Do not alter the Copyright on the footer notice and there will be no problem.
It's only some text not the end of the world is it?
Edited by Craig on 18-06-2010 19:41,
0 replies
P
Peter00
P
[commercial links removed - see CoC]
  • Newbie, joined since
  • Contributed 1 post on the community forums.
answered
Newbie

An end solution could be not editing the copyright information at all so it doesn't go against GNU, but such a type of editing in copyright should be allowed. You can also try editing copyright in administration.
0 replies
H
Homdax
H
Homdax 10
  • Fusioneer, joined since
  • Contributed 2,246 posts on the community forums.
  • Started 108 threads in the forums
answered
Fusioneer

1. Its not GNU its AGPL.
2. Open link in new window, sure why not, go ahead.
3. As long as the link and text is there, we are ok.

End of discussion.
0 replies
K
KEFF
K
KEFF 10
Member of Executive Committee. No sites running.
  • Veteran Member, joined since
  • Contributed 797 posts on the community forums.
  • Started 32 threads in the forums
answered
Veteran Member

Also, the copyright footer must be available on all pages of your sites.
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 14 posts
  • Votes 0 votes
  • Topic users 9 members

9 participants

P
P
Paul 10
  • Newbie, joined since
  • Contributed 1 post on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
K
K
KEFF 10
Member of Executive Committee. No sites running.
  • Veteran Member, joined since
  • Contributed 797 posts on the community forums.
  • Started 32 threads in the forums
H
H
Homdax 10
  • Fusioneer, joined since
  • Contributed 2,246 posts on the community forums.
  • Started 108 threads in the forums
C
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
W
W
WEC 10
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 5 threads in the forums
K
K
------------------------------
PHP-Fusion PL Crew | Spam Cop | My Site
  • Senior Member, joined since
  • Contributed 244 posts on the community forums.
  • Started 23 threads in the forums
B
B
Brad Nicholas

PHP Fusion Staff Member

www.userbars.com/i/514856.png

www.userbars.com/i/458524.png
  • Junior Member, joined since
  • Contributed 35 posts on the community forums.
  • Started 8 threads in the forums
C
C
  • Member, joined since
  • Contributed 93 posts on the community forums.
  • Started 9 threads in the forums
P
P
[commercial links removed - see CoC]
  • Newbie, joined since
  • Contributed 1 post on the community forums.

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet