• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] playlist images

Started by dtiberio,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

dtiberioTopic starter

I don't like the fact that an image is required to create a playlist. we should be able to make playlists without associating any images with them.

thankyou
  •  

PHPVibe A.

line 408 in tpl/main/manager.php

<input type="file" id="play-img" name="play-img" class="styled validate[required]" />


If you remove the class validate[required] the field becomes optional (applies everywhere).

Similar topics (7)