Hide Categories Numlinks To Public Users

Phoca Gallery - image gallery extension
jones
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 08 Mar 2011, 04:06

Hide Categories Numlinks To Public Users

Post by jones »

Hi there,

Is there a way to show the following "only" when the specified user is logged in?

Located in: components\com_phocagallery\views\categories\tmpl\default.php

Code: Select all

<span class="small">('.$this->categories[$i]->numlinks.')</span>
Thank you.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Hide Categories Numlinks To Public Users

Post by Jan »

Hi, then you need to customize it in the code, add some if clause (detect if user is logged in - registered user and if yes, then display this)

Jan
If you find Phoca extensions useful, please support the project
Post Reply