Icy Phoenix

     
 


This forum is locked: you cannot post, reply or edit topics.  This topic is locked: you cannot edit posts or make replies. 
Page 1 of 1
 
 
Reply with quote Download Post 
Post FAP CUSTOMIZATION - FAP - No Reg Edit Permissions? 
 
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
 



 
asthalonSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: FAP - No Reg Edit Permissions? 
 
See if this works...

OPEN album_mod/album_hierarchy_sql.php
FIND
Code: [Download] [Hide] [Select]
$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
Code: [Download] [Hide] [Select]
//$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;


Topic moved to - FAP General Discussions And Customizations
 



 
ArtieSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: FAP - No Reg Edit Permissions? 
 
Worked like a charm. Cheers.
 



 
asthalonSend private message  
Back to topPage bottom
This forum is locked: you cannot post, reply or edit topics.  This topic is locked: you cannot edit posts or make replies.  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You 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


  

 

  cron