"Powered by" link inconsistent between versions

donishere

Joined: 2003-09-16
Posts: 19
Posted: Tue, 2003-09-16 08:53

I installed version 1.3.4 of Gallery no problems. Then I upgraded to 1.4 then 1.4pl1. My "Powered by" link at the bottom of my Gallery pages span the word "Gallery" and the version number. I have noticed other 1.4 installations on other webservers where the "Powered by" link only spans the word "Gallery".

This may not be a major problem. Just wanted to know what was up.

My gallery is at [url][/url] if you want to see how my "Powered by" is linked. It's different than how it is in the Sample Galleries section of the Gallery web site.

 
joan
joan's picture

Joined: 2002-10-21
Posts: 3473
Posted: Tue, 2003-09-16 09:17

Code was modified in V1.4 to make it easier to translate.

 
donishere

Joined: 2003-09-16
Posts: 19
Posted: Tue, 2003-09-16 09:25

Then how can I change my Powered By link to look like every other Gallery out there?

 
donishere

Joined: 2003-09-16
Posts: 19
Posted: Tue, 2003-09-16 09:38

Ahh... found it. I had to change some of the .footer files that I already modified.

Wherever this was:

Quote:
<?php $gallery->session->offline ? print "Generated" : print "Powered"; ?> by <a href=<?php echo $gallery->url ?>>Gallery v<?php echo $gallery->version ?></a>

I replaced it with this:

Quote:
<?php print poweredBy() ?>

 
joan
joan's picture

Joined: 2002-10-21
Posts: 3473
Posted: Tue, 2003-09-16 09:44

**EDITED**

Apologies. I didn't click the link to your gallery until after you'd fixed it. I thought you wanted to revert to the 1.3.4 message.

I see what you wanted now.