https://www.icyphoenix.com/viewtopic.php?f=26&t=1290
-----------------------------------
felix968
Sat 10 Mar, 2007 01:00

FAP CUSTOMIZATION - FAP : Disable Comments/vote For Personal Galleries
-----------------------------------
Hallo,
here I am with another one question  :roll: :
can i disable comments and vote for personal galleries and enable for public cathegories (FAP 1.4.1)?
Thanks again


-----------------------------------
Artie
Sat 10 Mar, 2007 01:54

Re: FAP : Disable Comments/vote For Personal Galleries
-----------------------------------
:icy_lol_flag:

Okay, this will disable the ability to comment and rate pics in a Personal Gallery ..... OPEN [b][/b]

OPEN [b]album_showpage.php[/b]
FIND
[codeblock]//---------------------------------
	// Comment Posting Form
	//---------------------------------[/codeblock]
AFTER ADD
[codeblock]$album_config['comment'] = ($album_user_id == ALBUM_PUBLIC_GALLERY) ? $album_config['comment'] : 0 ;[/codeblock]

FIND
[codeblock]	// Rating System[/codeblock]
AFTER ADD
[codeblock]$album_config['rate'] = ($album_user_id == ALBUM_PUBLIC_GALLERY ) ? $album_config['rate'] : 0 ;[/codeblock]


-----------------------------------
felix968
Sat 10 Mar, 2007 09:49

Re: FAP : Disable Comments/vote For Personal Galleries
-----------------------------------
Artie, have I yet said you are wonderful?
No words to thank you ....


-----------------------------------
felix968
Sat 10 Mar, 2007 15:21

Re: FAP : Disable Comments/vote For Personal Galleries
-----------------------------------
i hope as soon as possible i do not post question here.....but I still need you  :oops: 
Is it possible now prevent the insert of images directly into public categories, but only from personal galleries?


-----------------------------------
felix968
Sat 10 Mar, 2007 16:21

Re: FAP : Disable Comments/vote For Personal Galleries
-----------------------------------
[quote user="felix968" post="9851"]i hope as soon as possible i do not post question here.....but I still need you  :oops: 
Is it possible now prevent the insert of images directly into public categories, but only from personal galleries?[/quote]

ehem....ops, excuse me...i've this option in my CP


