I run a closed board for about 30 members.
Just recently installed FAP, and it looks really good. :)
Having one small problem though. I'd like all members to be able to edit picture information in the public galleries,
and even though I have the Edit permissions set to "REG" in the ACP, the "Edit | Delete | Lock | Move" links
only show on the thumbnail page for Moderators or Admins, not for regular users.
Any suggestions on how to fix this would be appreciated. :)
A
FAP CUSTOMIZATION - FAP - No Reg Edit Permissions?
Subject: Re: FAP - No Reg Edit Permissions?
See if this works...
OPEN album_mod/album_hierarchy_sql.php
FIND
REPLACE WITH
Topic moved to - FAP General Discussions And Customizations
OPEN album_mod/album_hierarchy_sql.php
FIND
$edit_rights = ( ( $auth_data['edit'] && ($picrow[$j]['pic_user_id'] == $userdata['user_id']) ) || ($auth_data['moderator'] && ($AH_thiscat['cat_edit_level'] != ALBUM_ADMIN) ) || ($userdata['user_level'] == ADMIN) ) ? true : false;
REPLACE WITH
//$edit_rights = ( ( $auth_data['edit'] && ($picrow[$j]['pic_user_id'] == $userdata['user_id']) ) || ($auth_data['moderator'] && ($AH_thiscat['cat_edit_level'] != ALBUM_ADMIN) ) || ($userdata['user_level'] == ADMIN) ) ? true : false;
$edit_rights = ( $userdata['session_logged_in'] ) ? true : false;
$edit_rights = ( $userdata['session_logged_in'] ) ? true : false;
Topic moved to - FAP General Discussions And Customizations
Page 1 of 1
You cannot post new topicsYou cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 3.2906s (PHP: 1% SQL: 99%)
SQL queries: 10 - Debug Off - GZIP Enabled