FAP CUSTOMIZATION - FAP : Disable Comments/vote For Personal Galleries


Subject: 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

Profile PM  
Subject: 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

OPEN album_showpage.php
FIND
Code: [Download] [Hide] [Select]
//---------------------------------
// Comment Posting Form
//---------------------------------

AFTER ADD
Code: [Download] [Hide] [Select]
$album_config['comment'] = ($album_user_id == ALBUM_PUBLIC_GALLERY) ? $album_config['comment'] : 0 ;


FIND
Code: [Download] [Hide] [Select]
// Rating System

AFTER ADD
Code: [Download] [Hide] [Select]
$album_config['rate'] = ($album_user_id == ALBUM_PUBLIC_GALLERY ) ? $album_config['rate'] : 0 ;

Profile PM  
Subject: Re: FAP : Disable Comments/vote For Personal Galleries
Artie, have I yet said you are wonderful?
No words to thank you ....

Profile PM  
Subject: 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?

Profile PM  
Subject: Re: FAP : Disable Comments/vote For Personal Galleries
felix968 wrote: [View Post]
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?


ehem....ops, excuse me...i've this option in my CP

Profile PM  

Page 1 of 1


  
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

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.1045s (PHP: 16% SQL: 84%)
SQL queries: 10 - Debug Off - GZIP Enabled