How to use the Editor View in vBulletin

Joined
Dec 5, 2022
Messages
51,004
Reaction score
6
How to use the Editor View in vBulletin


This is the button you want to look for in your browser

Editor_View_005.jpg



When you click on it - it toggles the view of your message box from WYSIWYG or what you see is what you get to Editor View which allows you to see the BB Code behind WYSIWYG.


If none of this makes sense to you then you'll want to do some research into HTML coding which you can find all over the net.


Here's an example of how coding looks in the WYSIWYG mode.

This is in BOLD TEXT using Arial font size 4


In the Editor View, here's what the above sentence looks like,

Editor_View_003.jpg


The above picture is a screenshot because the browser code generating engine in the browswer converts the code to show the formatting. Thus there's no way to show the coding in WYSIWYG mode except via a screenshot.


Knowing how to use the Editor View is neccassary in order to insert a YouTube video so that your reader sees a YouTube Screen Shot from the video instead of just a line of code, like this,


Correct code for inserting YouTube into vBulletin 3.8.8

https://www.youtube.com/watch?v=ZnBKqGQSc3I



Here's what the code looks like for the above YouTube URL

Editor_View_004.jpg



Here's the code to correctly insert a YouTube video on this forum which at this time is running vBulletin 3.8.8

[video=youtube_share;ZnBKqGQSc3I"]Dennis Gage interviews Mike Phillips[/video]


And here's the code for inserting a YouTube video minus the actual gobbledygook that tells your browser the address for the video

YouTubeCode.jpg



Where you see the word CODE that's where you would insert the letters and numbers in the YouTube URL address that you find after the = sign.


Also note that YouTube messes with their code by putting a . between the u and the b in the word youtube so it looks like this in the string of code. You need to retype the code so it looks like the pictures

youtu.be

https://youtu.be/ZnBKqGQSc3I


Below you can see I've retyped the code to look like this code in a screenshot.

(If I don't show you a screenshot the engine browser engine will convert it to a video)

Editor_View_006.jpg



This will change soon and then it will be easier to insert a YouTube video.


Hope that helps...


If it still doesn't help then just insert the link... :D


:D
 
Note...

The above is all done in IE version 8

I know everyone loves Firefox and Chrome but neither Firefox or Chrome off the use of all the features found in vBulletin and I'm a vBulletin power user so I need all the tools. Thus for forum work I use IE.

Pick your poison and go with it.


:D
 
Test

[video=youtube_share;h9KEorf7lgk"]Time Lapse - 2015 Acura TLX[/video]

*edit - Wow. thanks Mike! You truly are the best of the best! It seems to definitely be a Firefox problem. Thank you again for your help! :dblthumb2:
 
Back
Top