View Full Version : Thread Editing (Images not converting back to [img]code)
LA-Aquarium
07-14-2011, 02:13 PM
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.
You can toggle the editor mode using this button: https://vborg.vbsupport.ru/external/2011/07/26.gif
LA-Aquarium
07-14-2011, 03:12 PM
great, is there a way to make that the default editing mode?
LifesGreatestGift
07-14-2011, 04:09 PM
open js file
./clientscript/ckeditor/plugins/editingblock/plugin.js
Find:
CKEDITOR.config.startupMode = 'wysiwyg';
Replace with:
CKEDITOR.config.startupMode = 'source';
Enjoy.
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.
LA-Aquarium
07-14-2011, 04:21 PM
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?
LifesGreatestGift
07-15-2011, 02:46 PM
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.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.