🌍
English
Hello,
First of all just wanna say great script!!! The work you guys put into it, really shows!! :cool:
Ok, since I have one big category, and all pics fall under that category, I was wondering how I could remove the favorite section altogether? Thanks in advance!!!!
Offline
favorite section is personnal to each user. If you want to remove it, you have to make 2 things :
1. removing the possibility to add a picture to your favorites
in photo.php (release 1.2.x), replace
446 if ( $page['cat'] != 'fav' && $user['pseudo'] != 'visiteur' )
by
if ( false )
2. removing the link to the favorite category on the main page
in ./include/function.php (release 1.2.x), replace
562 if ( $user['pseudo'] != "visiteur" )
by
if ( false )
Offline
Thanks for the quick response!! :D
Offline