The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Thread Editing (Images not converting back to [img]code)
I do not like this, while editing the images you have posted via [img] code will remain in view even while editing a post, how can i make it so that i see the [img] code rather than the picture itself in the editing view. pleas help.
|
#2
|
|||
|
|||
You can toggle the editor mode using this button:
|
#3
|
|||
|
|||
great, is there a way to make that the default editing mode?
|
#4
|
||||
|
||||
open js file
./clientscript/ckeditor/plugins/editingblock/plugin.js Find: Code:
CKEDITOR.config.startupMode = 'wysiwyg'; Code:
CKEDITOR.config.startupMode = 'source'; Keep in mind, while in source mode, copying content from somewhere else (such as articles etc) that have images, tables etc, the "extra" content will not copy over. Linked content will not copy over. All that will copy over in source mode is strictly text. You must use WYSIWYG mode for copying over "extra" content, but that is as easy as switching the editor mode, then going back to source mode to edit. Doing the edits above will put all reply, new thread, visitor message boxes default in source mode. |
#5
|
|||
|
|||
ah, I understand. so for new registrants I could make it so they dont start out with wysiwyg but instead the standard editor. does the standard editor has the wysiwyg mode without changing in profile settings if they were to start with standard editor?
|
#6
|
||||
|
||||
apparently this was a bug that I think they fixed in 4.1.5 Beta 1.
http://tracker.vbulletin.com/browse/VBIV-12345 Keep in mind, if you decide to upgrade to the beta, it is not officially supported by vBulletin.com. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|