Jump to content
DevFuse Forums

Videos System v2.3.0 Update


Michael

Recommended Posts

Question #3 - Michael is it possible to make a Category your favorite instead of the video?

 

Also i was fiddling with the theme im using and checked out the category css options it uses and heres what i accomplished:

t2eQ.jpeg

 

This is something hidden in the CatView Template. There's a Id that says "header hide" just remove the "hide" for this bar to show above the category video list. It's good if you want to remove multiple videos at once since the checkbox in it checks it all.

Link to comment
Share on other sites

Oh and here's another suggestion. Can you add a Genre option to the Videos System, it can help make the search better since there will be videos based on the same thing. (Srry if this is asking for too much, I just want to see if I can take these ideas and change them accordingly before I set out the actual updates on the site).

 

Well it can be genre or a tags system or something. You know like something that can help define the search.

Edited by Chris M.
Link to comment
Share on other sites

  • Management

Question #3 - Michael is it possible to make a Category your favorite instead of the video?

 

The current code is pretty much hard coded for videos only. Would you want to favorite a category to track it easier? If so, I do have plans for follow category support like a forum. (Not in this very next version however.)

Link to comment
Share on other sites

Full editor to Mini editor in comments for Video System 2.3.X

 

Go to: Admin CP> Look &Feel>YourSkin>skin_videos>videoView:

Find:

{parse editor="comment" options="array( 'type' => 'full', 'minimize' => 1, 'height' => 180, 'autoSaveKey' => 'videocomment-' . $video['tid'] )"}

 

change to:

{parse editor="comment" options="array( 'type' => 'mini', 'minimize' => 1, 'height' => 150, 'autoSaveKey' => 'videocomment-' . $video['tid'] )"}

 

You will get the minified version of the full editor:

 

Result:

trOQ.jpeg

Edited by Chris M.
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...