• Welcome to WooUSEFUL by PHPVIBE . 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

Hi!
From which page?
Menu? Own channel page?
Please be specific so we can resolve it with one answer.
If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

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)