Simple Machines Community Forum

SMF Support => SMF 1.1.x Support => Topic started by: anantgupta on September 16, 2010, 02:27:01 PM

Title: WYSIWYG Editor
Post by: anantgupta on September 16, 2010, 02:27:01 PM
Is there any mod so that if we post image link then it shows images automatically.

It is called WYSIWYG Editor in other forum types.
Title: Re: WYSIWYG Editor
Post by: Oya on September 16, 2010, 02:27:45 PM
no but its built into smf2
Title: Re: WYSIWYG Editor
Post by: xenovanis on September 16, 2010, 02:50:47 PM
Unbelievably old, but it installs okay on 1.1.11:

Image Popup (http://custom.simplemachines.org/mods/index.php?mod=781)
Title: Re: WYSIWYG Editor
Post by: Oya on September 16, 2010, 04:59:57 PM
that isnt a wysiwyg editor it doesnt show the image actually in the post editor

it just means when u hit the img button it pops up a box to put teh url in
Title: Re: WYSIWYG Editor
Post by: JimM on October 09, 2010, 03:11:24 PM
I'm not aware of a mod for 1.1.11, however as was previously stated it is a default feature of 2.0.
Title: Re: WYSIWYG Editor
Post by: anantgupta on October 17, 2010, 03:36:12 PM
so it cant be made too ??
Title: Re: WYSIWYG Editor
Post by: Oya on October 17, 2010, 04:07:47 PM
no its a really huge amount of code
Title: Re: WYSIWYG Editor
Post by: JimM on October 23, 2010, 07:28:22 PM
Marking this as solved.  You might want to post a topic in the Mod Requests (http://www.simplemachines.org/community/index.php?board=79.0) board but I don't imagine anyone would undertake this.
Title: Re: WYSIWYG Editor
Post by: MrPhil on October 24, 2010, 04:03:21 PM
Quote from: anantgupta on September 16, 2010, 02:27:01 PM
It is called WYSIWYG Editor in other forum types.
Incorrect usage of the term "WYSIWYG". Immediate display of images might be part of some WYSIWYG editors, but real WYSIWYG editing is being able to select a mode (e.g., italics) and having what you type in immediately display in italics as you type, without your ever seeing any "tags" that switch you in and out of various modes.

WYSIWYG is a lot harder than it looks to implement; switching back and forth reversibly between "display" and "code" (show tags) mode is difficult; and in all, it's generally not worth the hassle when you can "Preview" your entry with a single button click.