How can I move the modules copyright to another place??

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   How can I move the modules copyright to another place??
Goldberg
CZ Newbie
Goldberg has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Feb 09, 2004
0.00 posts per day
Posts: 6
Points: 1,620
   
On each module there is a copyright beneath the module frame. How can I relocate this to, say for example in the forums footer where the phpBB copyright bar is icon_question.gif

I've been looking for the show_copyright function but can't find it. I'm NOT planning on removing them, just relocating them.

My main goal is to remove the copyright from its original place and add it in the module.



The "Private Messages"in the picture has to come on the place where it says: powered by phpbb..



Back to top Reply with quote
#2   re: How can I move the modules copyright to another place??
Taut
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
usa.gif california.gif
Occupation: Entrepreneur
Gender: Female
Fav. Sports Team: SF Giants
Status: Offline
Joined: May 27, 2003
0.71 posts per day
Posts: 5530
Points: 481,695
   
removal of copyrights is an iffy subject even if you claim your just placing them in another spot. I suggest you contact the creator of the various mods you want this done to and ask for their permission, that's the proper way it should be done. They can probably shed some light on how to "relocate" each and every copyright there is for the individual mods



Back to top Reply with quote
#3   re: How can I move the modules copyright to another place??
Goldberg
CZ Newbie
Goldberg has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Feb 09, 2004
0.00 posts per day
Posts: 6
Points: 1,620
   
I know. I've been thinking about this. I don't like the place and font of it.



Back to top Reply with quote
#4   
Telli
Site Admin
Occupation: Self Employed
Age: 46
Gender: Male
Fav. Sports Team: Detroit Red Wings
Website:
Status: Offline
Joined: May 26, 2003
1.04 posts per day
Posts: 8089
Points: 494,430
   
Or grab the credits module and list them:
[ Register or login to view links on this board. ]




_________________
The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men. Blessed is he, who in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17
Back to top Reply with quote
#5   
Goldberg
CZ Newbie
Goldberg has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Feb 09, 2004
0.00 posts per day
Posts: 6
Points: 1,620
   


Originally posted by Telli @ Tue Oct 19, 2004 6:09 pm:

Or grab the credits module and list them:
[ Register or login to view links on this board. ]

Already got it icon_biggrin.gif , still need to install it but I'm taking up one modification at the time. I started out with v7.5 with chatserv 2.6 patch, redesigned the layout and still working on the "standard" modules. Next thing is working in other modules, Site Credits includded.

As for the relocating of the copright, I changed the code in the footer to:
    if ($module == 1 AND file_exists("modules/$name/copyright.php")) {
   $cpname = ereg_replace("_", " ", $name);
   echo "<div align=\"right\"><a href=\"javascript:openwindow()\"><font class=\"copyright\">copyright &copy; 2004-2005 ;; ;; ;; ;;</font></a></div>";
    } else {
    if ($module == 1 ){
   $cpname = ereg_replace("_", " ", $name);
   echo "<div align=\"right\"><font class=\"copyright\">copyright &copy; 2004-2005 ;; ;; ;; ;;</font></div>";

Now the module name is gone but the copyright note is available in all modules, even when there is no copyright.php in the module. This why the view is always the same. It looks a lot better now.


Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum