FAP SUPPORT - Move Pics From OTF
»
Show posts from
to
Icy Phoenix
Archived phpBB Topics (Styles, Mods, Support) - FAP SUPPORT - Move Pics From OTF
jmcmanus51
[ Wed 16 May, 2007 01:34 ]
Post subject:
FAP SUPPORT - Move Pics From OTF
no button to move pics from OTF to picture gallery
Mighty Gorgon
[ Sun 20 May, 2007 13:41 ]
Post subject:
Re: Move Pics From OTF
jmcmanus51 wrote: [
View Post
]
no button to move pics from OTF to picture gallery
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 ]
Post subject:
Re: Move Pics From OTF
how can i set permissions to a specific user?
FOUND!
OPEN
album_otf.php
FIND
Code: [
Hide
] [
Select
]
Code: [
Show
]
if($userdata['user_level'] == ADMIN)
REPLACE WITH
Code: [
Hide
] [
Select
]
Code: [
Show
]
if($userdata['user_level'] == ADMIN || $userdata['user_id'] == ***)
where *** is user_id of a specific user 8)
Powered by
Icy Phoenix