MyBB Community Forums

Full Version: Reorder "Insert a video" dropdown list
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
98% of my users ALWAYS insert a youtube video yet it is one step away from being at the bottom of the "Video Type:" dropdown list.

Secondly how can I remove the "http://" default, even if for just Youtube? It's a pointless/irksome default when using the SHARE link from Youtube.
1] related file : ~/jscripts/bbcodes_sceditor.js ; line 536
'<option value="youtube">' + editor._('Youtube') + '</option>' +
it can be moved to top of the options listing
i.e. in a new line after line 529
'<select id="videotype">' +


2] see this reply
Edited. Now Works.

Thanks for your help.