Hello,
Recently I was asked how to add a quick link to upload videos in the admin_area. The former is useful when you have to be constantly managing the website and uploading videos at the same time. Works for v2.
1. Open ./admin_area/styles/cbv2/layout/header.html
2. Find
<li><a href="{$baseurl}">Website Home</a></li>
and right after, add:
<li><a href="{$baseurl}/upload.php">Upload Videos</a></li>
3. Save & Upload.
There you go! Pretty easy, right? Should you have any questions about this or would like a specific topic to be covered in an article, feel free to leave a comment down in the comments section and I’ll do my best to have it published as soon as possible.
Best Regards,
Richi
Hi,
I would like to include the link Add To Editor Pick’s (& Remove From Editor Pick’s) that is on Videos Manager to edit_video below the link Delete This Video on admin_area/styles/cbv2/layout/edit_video
Thanks