How come VB5 has no BBCode editing to embed images, youtube videos, bold words, etc?
Seems like it's lacking A LOT and really affects vb5.
Seems like it's lacking A LOT and really affects vb5.
Welcome to the vBulletin support forums! In our community forums you can receive professional support and assistance with any issues you might have with your vBulletin Products.
Useful Links for Guests:
If you are having problems posting in the relevant areas for your software, please see this topic.
<script> (function() { var loadAdvancedEditor = function() { var editorToolbar = document.querySelector('.b-toolbar__item[data-panel="b-content-entry-panel__content--toggle-editor"]:not(.b-toolbar__item--active)'); editorToolbar && editorToolbar.click(); }; if (window.addEventListener) { window.addEventListener('load', loadAdvancedEditor, false); } else if (window.attachEvent) { window.attachEvent('onload', loadAdvancedEditor); } })(); </script>
<script> (function() { var loadAdvancedEditor = function() { var editorToolbar = document.querySelector('.b-toolbar__item[data-panel="b-content-entry-panel__content--toggle-editor"]:not(.b-toolbar__item--active)'); editorToolbar && editorToolbar.click(); }; if (window.addEventListener) { window.addEventListener('load', loadAdvancedEditor, false); } else if (window.attachEvent) { window.attachEvent('onload', loadAdvancedEditor); } })(); </script>
<script> (function() { // for create new topic only if (document.querySelector('.new-content-widget')) { var loadAdvancedEditor = function() { var editorToolbar = document.querySelector('.b-toolbar__item[data-panel="b-content-entry-panel__content--toggle-editor"]:not(.b-toolbar__item--active)'); editorToolbar && editorToolbar.click(); }; if (window.addEventListener) { window.addEventListener('load', loadAdvancedEditor, false); } else if (window.attachEvent) { window.attachEvent('onload', loadAdvancedEditor); } } })(); </script>
Comment