• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Remove All Images

Started by j9uddin,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

j9uddinTopic starter

How do I remove all images associated with the categories? Thanks.
  •  

Marius P.

Hi!
From which page?
Menu? Own channel page?
Please be specific so we can resolve it with one answer.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

j9uddinTopic starter

From the categories on the homepage.

What I need is for the category thumbnails to not show on the homepage and blog pages only. Also did you notice the subcategory dropdown is not aligned properly to the main categories? Thought you might have missed this.

Thanks.
  •  

PHPVibe A.

We'll look into it.

lib/functions.php

      
$label = '<a href="'.channel_url($cat->id, $cat->name).'" title="'. stripslashes($cat->name).'"><img src="'.thumb_fix($cat->picture, true, 23, 23).'" class="cat-menu-img"/>'. stripslashes($cat->name).'</a>';


you can just remove
<img src="'.thumb_fix($cat->picture, true, 23, 23).'" class="cat-menu-img"/>

Similar topics (7)