Don't display album views Don't display album views
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Don't display album views

Started by Morgy, October 29, 2012, 10:40:20 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Morgy

Hello everyone,

I would like to show no picture views and no album views in a 1.5 album. I have found the option to disable picture views in settings. But how can I disable album views? I am using the theme "curve".

Thanks

Αndré

Open index.php, find
            $alb_list[$alb_idx]['alb_hits'] = sprintf($lang_list_albums['alb_hits'], $alb_hits);
and replace with
            $alb_list[$alb_idx]['alb_hits'] = '';
(twice)


find
            $alb_list[$aid]['alb_hits'] = sprintf($lang_list_albums['alb_hits'], $album['alb_hits']);
and replace with
            $alb_list[$aid]['alb_hits'] = '';
(twice).

Morgy

Thanks a lot. Works perfectly!  ;D

Αndré

Then please
Quote from: Joachim Müller on September 28, 2008, 12:46:26 PM
tag your answer as "solved" by clicking on the "Topic Solved" button on the bar at the left hand side at the bottom of your thread.