
Re: SOLVED - Standard Unrelated Gallery In Personal Gallerys
Moved and Merged with existing topic
... I was wondering is there any way to make the view private automatically as it is set to reg by default...
Try this for making the created sub-cat private
In this section of the mod's code
// Here we insert a new row into the db
$sql = "INSERT INTO ". ALBUM_CAT_TABLE ." (cat_title, cat_desc, cat_order, cat_view_level, cat_upload_level, cat_rate_level, cat_comment_level, cat_edit_level, cat_delete_level, cat_approval, cat_parent, cat_user_id)
VALUES ('". AUTO_CREATE_SUB_CAT_TITLE ."', '". AUTO_CREATE_SUB_CAT_DESCRIPTION ."', '$cat_order', '$view_level', '$upload_level', '0', '0', '" . ALBUM_PRIVATE . "', '" . ALBUM_PRIVATE . "', '0', '$cat_parent', '$user_id')";
FIND
AND REPLACE IT WITH