Page 1 of 1
removing the Categories text in Categories view
Posted: 12 Apr 2010, 21:41
by yabelson
i defined several categories as Categories View, but i want only the Image of the category to appear - no Text (no description, no path, nothing).
i can't find how to do it - can you please advise?
URL :
http://www.uzigraphics.com
SOLVED: removing the Categories text in Categories view
Posted: 12 Apr 2010, 22:46
by yabelson
i found the right code place to do it.
in categories->tmpl->default.php
i changed this part:
Code: Select all
/*echo '<td><a href="'.$this->categories[$i]->link.'" class="category'.$this->params->get( 'pageclass_sfx' ).'">'.$this->categories[$i]->title.'</a> ';
/* remove the text from Categories view - Yair */
if ($this->categories[$i]->numlinks > 0) {/*echo '<span class="small">('.$this->categories[$i]->numlinks.')</span>';*/}
works fine for me

Re: removing the Categories text in Categories view
Posted: 15 Apr 2010, 18:51
by Jan
Ok