The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
WYSIWYG Post Editor v1.0 Details »» | |||||||||||||||||||||||||
WYSIWYG Post Editor
Description: Lets you have a Microsoft Word/FrontPage-like editing box when you reply to threads, create new threads, and/or edit posts. Features: - Supports BBCode - HTML is converted to BBCode - Gives user a visual layout of what he/she is typing - Supports dynamic bolding/underlining/etc. - Has cool-looking Office XP-styled buttons.:bunny: - Allows users to choose wether to use this editor, or vB's default one. - Makes BBCodes obsolete - And many more...:bunny: Installation Time: About 20-30 minutes. Credits: Toolbar, Original Coding and Design: eiSecure (http://www.eisecure.com) Debugging & HTML to BBCode Conversion: Superman53142 (http://www.aoaforums.com) User Options for WYSIWYG: Velocd (http://www.diffusion4.com) NOTE:UNLIKE PREVIOUS VERSIONS, THIS ONE DOES NOT REQUIRE THAT YOUR FORUM HAS HTML ENABLED IN POSTS! You can view a demo of the hack in action here: http://forums.eisecure.com If you encounter any problems or if anything doesn't work right, or if the instructions aren't correct, then please post them here. If you want to limit this hack to people who are using IE5.5 or above, click here for instructions. Thanks, Alex Show Your Support
|
Comments |
#162
|
|||
|
|||
When doing updates please remember that less is more in regards to size. It's enough that what was less than a 2K page (creating a new thread) is now more than 4K (horrific sizes, I know) - but the script runs slower the bigger it gets.
It would be very cool if your script was modular in the sense that it is easy to suss out what to delete because you don't need it, and it won't wreck the script. For example, I don't use smilies at all in my forums (my users vehemently abhors them!) so I don't need lots of extra code to do them properly - thus that is a part of the script I would delete. |
#163
|
||||
|
||||
Thanks for the updates - works real well.
|
#164
|
|||
|
|||
This is a great hack, but I'd love to see some kind of image handling, not necessarily an upload feature, which is kind of redundant, but maybe something similar to the links button that will let you insert an image already on the web.
Pops up an http://_____________ box, accepts a url and inserts it in a wyswig way. It's the first thing I looked for when I saw your post. sniff Oh well, this is about 100x better than the standard stoneage editor! Regards, Matt |
#165
|
|||
|
|||
Quote:
as per birdie 501, incorp my mod & the user table hack, nake enabling wysiwyg as the default. hence for users who dun want to use it, they need to explicity trun it off: if ( ($enableHTMLEdit == 1) AND ( ($bbuserinfo['enablewysiwyg']) ) ) { eval("dooutput(\"".gettemplate("newthread_wysiwyg" )."\");"); } else { eval("dooutput(\"".gettemplate("newthread")."\");" ); } Quote:
|
#166
|
||||
|
||||
Is there any way to have it check for their browser and if it isn't IE 5.5 or 6.0, not even show the option to turn it on or off?
|
#167
|
||||
|
||||
Quote:
|
#168
|
||||
|
||||
Quote:
Here we go: Add a new template called wysiwyg_modifyoption: Sorry but you have to translate back in english PHP Code:
in template modifyoptions find: PHP Code:
PHP Code:
in member.php find: PHP Code:
PHP Code:
Thats all. It works for me, i just tested with Navigator 6.0 and nothing was shown! |
#169
|
||||
|
||||
I hate to be a pain here, but can somebaody translate this part for me?
PHP Code:
|
#170
|
||||
|
||||
just use this part from the original instruction file
|
#171
|
||||
|
||||
Which section should this go under? I put it under the start modify options section.
Code:
if ($enableHTMLEdit == 1) { if ($bbuserinfo[enablewysiwyg]) { $enablewysiwygchecked="checked"; $enablewysiwygnotchecked=""; } else { $enablewysiwygchecked=""; $enablewysiwygnotchecked="checked"; } eval ("\$wysiwyg_option .= \"".gettemplate("wysiwyg_modifyoption")."\";"); } else { $wysiwyg_option=""; } Code:
if ($bbuserinfo[userid]==0 or $permissions['canmodifyprofile']==0) { show_nopermission(); } Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|