[ Video Sharing CMS v4 ] How to upload mp3 from url (remote)

Started by megzz,

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

megzzTopic starter

Hello
i want admins to be able to upload mp3 from url ...
can anyone help me with this ?
  •  

PHPVibe A.

Hi!
Tried Admin -> Media Manage -> Add Media (remote) ?

megzzTopic starter

  •  

PHPVibe A.

Remove this in /moderator/add-video.php

if(!validateRemote(_post('vremote'))){ 
echo '<div class="msg-warning">'._lang("Seems that link it's not valid or link is wrong").'</div>';
die();
}


and it should work, but it will add it as video...hmm, I'll add a ticket now for a page on admin for remote mp3 (or type setting).

megzzTopic starter

  •  

megzzTopic starter

  •  

PHPVibe A.

I can tell you it will be added in the admin as of this upcoming upgrade.

megzzTopic starter

  •  

Marius P.

When it will be done. The community keeps asking for things to add but asks for time...
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!
  •  

Similar topics (7)