#1 2003-09-19 18:12:11

Khãlsã
Member
2003-09-19
8

How To Remove Favourites Folder?

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

 

#2 2003-09-19 21:03:10

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
14049

Re: How To Remove Favourites Folder?

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

Code:

446         if ( $page['cat'] != 'fav' && $user['pseudo'] != 'visiteur' )

by

Code:

if ( false )

2. removing the link to the favorite category on the main page

in ./include/function.php (release 1.2.x), replace

Code:

562                 if ( $user['pseudo'] != "visiteur" )

by

Code:

if ( false )

Offline

 

#3 2003-09-19 22:22:34

Khãlsã
Member
2003-09-19
8

Re: How To Remove Favourites Folder?

Thanks for the quick response!! :D 

Offline

 

Board footer

Powered by FluxBB

github linkedin newsletter Piwigo.org © 2002-2026 · Contact