[Solved]: Album titles without User name listed [Solved]: Album titles without User name listed
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

[Solved]: Album titles without User name listed

Started by RenesCopper, May 25, 2008, 05:17:54 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

RenesCopper

On the information display below the individual image I want to display just the album title but without the name of the user who uploaded it (since I will be the only one uploading pics to public/any albums.) I have studied the documentation and searched the forums. Or can I change the name to a nickname? It is my admin name and do not want it displayed anywhere on the site for the public or for even registered users.
example: Album name:   USER / Annunciation Street
I found an older post on this topic. but there was no answer/solution.

I am not easy with manual upgrades and am still running version 1.4.16. Am ready to try, but... need this solved first.

Thanks.
Mac OSX 10.3.9, CopperMine 1.4.18, not bridged.

Hein Traag

You need to upgrade first to 1.4.18 asap.

RenesCopper

Oh? Will that solve it? I hesitate to do a manual upgrade, cuz I've always used my Fantastico for upgrades. and the new version is not available yet.
Mac OSX 10.3.9, CopperMine 1.4.18, not bridged.

Hein Traag

A word of advice: Do not use auto-installers such as Fantastico to install and upgrade coppermine. They generally tend to mess up coppermine. If you follow the instructions written in the manuall on upgrading you should be able to do it yourself. As easy as tying your shoelaces ;). Does not solve your question but you need to be at 1.4.18 before expecting support on questions concerning coppermine.

François Keller

after your upgrade, edit the displayimage.php file
find
if ($CURRENT_PIC_DATA['owner_id'] && $CURRENT_PIC_DATA['owner_name']) {
        $owner_link = '<a href ="profile.php?uid=' . $CURRENT_PIC_DATA['owner_id'] . '">' . $CURRENT_PIC_DATA['owner_name'] . '</a> ';
    } else {
        $owner_link = '';
    }

and comment it
/*if ($CURRENT_PIC_DATA['owner_id'] && $CURRENT_PIC_DATA['owner_name']) {
        $owner_link = '<a href ="profile.php?uid=' . $CURRENT_PIC_DATA['owner_id'] . '">' . $CURRENT_PIC_DATA['owner_name'] . '</a> ';
    } else {
        $owner_link = '';
    }*/
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

RenesCopper

Oh, cool beans! Thank you so much, Francois!
I will work on the upgrade with a lot of trepidation. Have not had a lot of success in doing my own upgrades. Butn I have started the process.
René
Mac OSX 10.3.9, CopperMine 1.4.18, not bridged.

Hein Traag

Make sure to backup your database before you begin.. there is a very handy plugin by Francois which can do this for you. Good luck.

RenesCopper

Well, I tried it. Used FTPeel, and had so many problems. files all over the place, and refusal to upload so many.

Tried to find a better ftp app. finally got Yummy FTP. Got it finished. Now I have files all over the place. not where they are supposed to be. :'(
I told you I would have problems. This is why I like the Fantastico upgrade. It is usually good on the siteground.com host, though they are usually weeks behind in upgrades.

Is there any where I can find a list of what should be (only be) in my coppermine installation? So I can delete the ones in the wrong place. (Don't worry will get rid of FTPeel.) Or should I delete all the files and folders and start over? Or...?
Mac OSX 10.3.9, CopperMine 1.4.18, not bridged.

Hein Traag

If you downloaded the 1.4.18 package you already know what should be in a regular manually installed cpg. The files you see right there in that folder.

François Keller

you can delete all files exept the "albums" folder, your customised theme (if you have one), the anycontent.php file if you use it and the include/config.inc.php file and after upload the new files.
Filezilla is a very good FTP app recommended by the coppermine team
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog