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 SUPPORT - Album Mod Problem 
 
Hi All

My site running albüm mod give my some user if can create personel album message: Not Authorised

Why? Please help me.
 



 
PyronSend 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: Album Mod Problem 
 
All m new user album mod give error message: Not Authorised
 



 
PyronSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Album Mod Problem 
 
please check the settings in ACP -> Album

maybe the users have no permission to create personal galleries
 




____________

Play Games at GamesCampus!
 
KugeLSichASend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Album Mod Problem 
 
I give create album permission my all user Photo Album --> Personal Galleries ---> Group Permissions Control for Users group
 



 
PyronSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Album Mod Problem 
 
How can give my user authorised create personal galleries?
 



 
PyronSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Album Mod Problem 
 
I guess you are using Icy Phoenix 1.0.11.11.

If this is your case then:

OPEN includes/album_mod/album_personal.php
FIND (this or similar code)
Code: [Download] [Hide] [Select]
// ------------------------------------------------------------------------
// Check view permissions
// ------------------------------------------------------------------------

$auth_data = album_get_auth_data(album_get_personal_root_id($album_user_id));
//
// END check permissions
//

REPLACE WITH
Code: [Download] [Hide] [Select]
// ------------------------------------------------------------------------
// Check view permissions
// ------------------------------------------------------------------------

if ( !album_check_permission($auth_data, ALBUM_AUTH_VIEW) )
{
    if (!$userdata['session_logged_in'])
    {
        redirect(append_sid(LOGIN_MG . '?redirect=album.' . $phpEx . '&user_id=' . $album_user_id));
    }
    else
    {
        message_die(GENERAL_MESSAGE, $lang['Not_Authorised']);
    }
}
//
// END check permissions
//

 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Album Mod Problem 
 
Thank You very much but I have ftp two album_mod folder... includes into and outside.
 



 
PyronSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Album Mod Problem 
 
Pyron wrote: [View Post]
Thank You very much but I have ftp two album_mod folder... includes into and outside.

Because you didn't upgrade properly...

As I said... if you are using Icy Phoenix you should modify the files located into the includes one...
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Album Mod Problem 
 
Thank you very much for your free support...  
 



 
PyronSend 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