(http://www.smfpacks.com/imagenes/nuevo_logo_mod.png) (http://www.smfpacks.com)
Undo/Redo BBCODES v1.0 - NIBOGO
Add two new bbcodes undo and redo to easily manage what you have done only for the WYSIWYG Editor.
Website (http://www.smfpacks.com) | Donate (http://www.smfpacks.com/donate.php) | My Mods (http://custom.simplemachines.org/mods/index.php?action=search;author=126412) | Link to Mod (http://custom.simplemachines.org/mods/index.php?mod=1236) | PRO Version - Advanced Editor (http://www.smfpacks.com/wysiwyg)
Important Info:
o This Mod was created by SMFPacks.com - The #1 Website for the Customization of your SMF.
SMFPacks.com Provides Other Great Packages:
- Reason for Editing Mod.
- Yet Another Global Announcements Mod.
- SMF Social Groups.
- SMF Links Directory.
- SMF Downloads Directory.
- SMF Dynamic Directory.
- Advanced Topic Prefix Mod.
- Advanced Invitations System.
- Move Topic Notification.
- PM to New Members.
- Permissions Info.
- Next Post Level.
- Karma Buttons.
- SMF Multi Quote.
- Attachments in Topics.
- and much more visit us on SMFPacks.com
Author and Developer:- NIBOGO
Features:
o Adds a new undo bbcode to editor.
o Adds a new redo bbcode to editor.
o Works only WYSIWYG.
Compatibility:
- 2.0 RC3
Changelog:1.0 - 23th July 2010 o Initial Release.
Hi I tried this mod.. It does not seem to be working correctly..
I added come tags on a few words and its just deleting the whole sentace on some bbc codes its doing nothing at all
Even with the standard bbc codes. For instance Bold [ b ] [ /b ]
Is there something wrong with my setup or it is supposed to do this?
Is there a mod to undo changes and redo changes like ctrl z and ctrl y
You still can us ctrl+z/y and mod is working great in all my tests with SMF 2.0 and WYSIWYG enabled, eith the regular editor isn't going to work.
Hi...
Danish translation
<file name="$themedir/languages/Modifications.danish.php">
<operation>
<search position="end" />
<add><![CDATA[
$txt['redo'] = 'Gendan';
$txt['undo'] = 'Fortryd';
]]></add>
</operation>
</file>
<file name="$themedir/languages/Modifications.danish-utf8.php">
<operation>
<search position="end" />
<add><![CDATA[
$txt['redo'] = 'Gendan';
$txt['undo'] = 'Fortryd';
]]></add>
</operation>
</file>