Albums vs. Categories Albums vs. Categories
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Albums vs. Categories

Started by vegascoug, February 09, 2006, 11:21:16 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

vegascoug

I haven't messed around with this a lot, but a customer of mine that is using Coppermine is having a terrible time trying to figure out Albums and uploads.

Is it possilbe just to set up categories and upload pics into that category and do away with albums, or do you HAVE to have albums?

Seems that I have seen Coppermine galleries with just categories, and no albums.  She basically wants to set up a category for users to post to and when she does that with an album, she always forgets that she has to approve the uploads as an admin.  Isn't there a way just to allow users to post pics to a category and not have to go through all that?

I haven't found anything in the docs on this, so your help would be GREATLY appreciated.  I get about 2 emails per day complaining about how "hard" it is to use Coppermine.

Mike

Nibbler

Pictures have to be albums, it's impossible to have it any other way. Albums do not however need to be categories. If you put the albums into no category then they will work as you want. Upload approval is fully configurable on the groups page.

vegascoug

Okay

I understand this completely.  What's throwing them off is when they browse for a file, and upload it, and are told 1 file successfully uploaded.  They don't read the rest of the instructions to choose an album for it to go into.  They then click Home and don't see their picture anyw where, so they are all frustrated!

So I want to change the Approval setting for Public Albums to "No" right?

Nibbler

Quote from: vegascoug on February 09, 2006, 11:30:28 PM
So I want to change the Approval setting for Public Albums to "No" right?

Correct.

You can change the message to be more descriptive in the language file, or try using single file upload mode.

vegascoug

Where do I change the single file upload?

What does that look like?

Nibbler

To enable single file uploads only, set File upload boxes to "1", URI upload boxes to "0" and No. of boxes to "fixed"

vegascoug

Great, thanks!

I am not a HUGE PHP guy, is there a way in the language section (English) to mark the text BOLD

Nibbler

Just edit include/functions.inc.php, replace

$return.=  '<option value="' . $language  . '" >'

with

$return.=  '<option value="' . $language  . '"'. ($language == 'english' ? ' style="font-weight:bold"' : '') .'>';

Please try to respect the one question per thread policy in the future.