Page 1 of 1

Hide Categories Numlinks To Public Users

Posted: 08 Mar 2011, 04:28
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.

Re: Hide Categories Numlinks To Public Users

Posted: 14 Mar 2011, 16:33
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