OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Remove videos count from categories folders list (0 viewing) 

MediaLibary Component Support

Go to bottom Favoured: 0

Remove videos count from categories folders list

imendes (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Remove videos count from categories folders list 10 Years, 11 Months ago
Karma: 0  
Hi, is there any configuration to hide the number of videos in the categories folders list?

If not, can I do that by editing the code?

Thank you.
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Remove videos count from categories folders list 10 Years, 11 Months ago
Karma: 101  
Hello,

You need edit file:

{your site}/components/com_medialibrary/medialibrary.html.php
function: showInsertSubCategory


there are find and remove code:
Code:

<td  align="left" width="10%">
<?php if ($cat_all[$i]->medias == '') echo "0";else echo $cat_all[$i]->medias;?>
</td>



Please backup that file first;

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»