https://www.icyphoenix.com/viewtopic.php?f=26&t=1947
-----------------------------------
jmcmanus51
Wed 16 May, 2007 01:34

FAP SUPPORT - Move Pics From OTF
-----------------------------------
no button to move pics from OTF to picture gallery


-----------------------------------
Mighty Gorgon
Sun 20 May, 2007 13:41

Re: Move Pics From OTF
-----------------------------------
[quote user="jmcmanus51" post="14081"]no button to move pics from OTF to picture gallery[/quote]
You need admin privileges for being able to do this.

Post a screenshoot when you are logged as admin.


-----------------------------------
Gianni PB
Fri 26 Dec, 2008 12:26

Re: Move Pics From OTF
-----------------------------------
how can i set permissions to a specific user?


FOUND!

OPEN [b]album_otf.php[/b]
FIND
[codeblock]if($userdata['user_level'] == ADMIN)[/codeblock]
REPLACE WITH
[codeblock]if($userdata['user_level'] == ADMIN || $userdata['user_id'] == ***)[/codeblock]


where *** is user_id of a specific user 8)


