Under members Album I would like to have the Categories predetermined but I cannot find a way to do this. The only thig I see is where each member can suggest a sub category under their album.
I also cannot find a way to make ALL the images uploded under the albums require validation by the admin. The only images that seem to require validation are the ones that are placed under the added sub category created by member.
How can I access the member album photos/categories from the main page. I'm guessing a toplist but I'm not sure which fields to use. I tried members and attachments but I can't find anything about the album's categories or images
What does "predetermined" mean? How can you predetermine who's going to register?
I also cannot find a way to make ALL the images uploded under the albums require validation by the admin.
Have you set "Auto-approve submissions by moderators to their own category?" to "no"? If it's still yes, then that it requires validation for subcategories is the bug.
How can I access the member album photos/categories from the main page.
When I say predetermined I mean from a list that I create as Admin
Currently when a member goes to add an image to their album that have a choice of categories, by default theres only one there: membername's album. I want to have a list there for them to chose from instead of just that one.
Example, john is a member and he wishes to add photos to his album. When he clicks Add image, the category choices are, Fun,Landscape,Party,Club,Cooking. Those are the only categories he's allow to add photos to. Then somewhere else on my site (john's profile page) I want to be able to display images from the various categories along with the category name.
ok I managed to find the category Member Albums which is hidden. When I go to edit it I get Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /usr/htdocs/em02/docs/ok/classes/database.php on line 108
When I change it from being a hidden category, it still doesnt show up under Subcategory of: when I try to add another category or image.
This is what I want to do, create subcategories under Members Albums
Member albums are for members to create, not for admins to create. I'll consider the possibility of allowing creations in the future, but I don't see the practical value since it's impractical for an admin to spend time associating alumbs with members when the member can simply click to create.
Comments on Validate Images/Cats
Usergroup: Customer
Joined: Jan 13, 2005
Total Topics: 23
Total Comments: 50
Under members Album I would like to have the Categories predetermined but I cannot find a way to do this. The only thig I see is where each member can suggest a sub category under their album.
I also cannot find a way to make ALL the images uploded under the albums require validation by the admin. The only images that seem to require validation are the ones that are placed under the added sub category created by member.
How can I access the member album photos/categories from the main page. I'm guessing a toplist but I'm not sure which fields to use. I tried members and attachments but I can't find anything about the album's categories or images
All usergroup settings are still at default
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
What does "predetermined" mean? How can you predetermine who's going to register?
I also cannot find a way to make ALL the images uploded under the albums require validation by the admin.
Have you set "Auto-approve submissions by moderators to their own category?" to "no"? If it's still yes, then that it requires validation for subcategories is the bug.
How can I access the member album photos/categories from the main page.
For http://gallery.philosophyforums.com/ I just put a redirect in the template to forward it to the albums page. <?php header("Location: http://site.com/albums.php"); ?> A toplist of categories where isalbum=1 could work though.
Usergroup: Customer
Joined: Jan 13, 2005
Total Topics: 23
Total Comments: 50
When I say predetermined I mean from a list that I create as Admin
Currently when a member goes to add an image to their album that have a choice of categories, by default theres only one there: membername's album. I want to have a list there for them to chose from instead of just that one.
Example, john is a member and he wishes to add photos to his album. When he clicks Add image, the category choices are, Fun,Landscape,Party,Club,Cooking. Those are the only categories he's allow to add photos to. Then somewhere else on my site (john's profile page) I want to be able to display images from the various categories along with the category name.
Usergroup: Customer
Joined: Jan 13, 2005
Total Topics: 23
Total Comments: 50
ok I managed to find the category Member Albums which is hidden. When I go to edit it I get Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /usr/htdocs/em02/docs/ok/classes/database.php on line 108
When I change it from being a hidden category, it still doesnt show up under Subcategory of: when I try to add another category or image.
This is what I want to do, create subcategories under Members Albums
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Member albums are for members to create, not for admins to create. I'll consider the possibility of allowing creations in the future, but I don't see the practical value since it's impractical for an admin to spend time associating alumbs with members when the member can simply click to create.
Usergroup: Customer
Joined: Jan 13, 2005
Total Topics: 23
Total Comments: 50
I guess I can wait for it. It would help me organize the site better. Thanks
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Added for the upcoming release. You'll need to overwrite your suggestcat.tpl and albumlist.tpl.