Customizing SMF > Modifications and Packages
WYSIWYG Quick Reply
PaulpBaker:
WYSIWYG Quick Reply v2.3
~{By PaulpBaker}~
(Based on Karl Benson's code)
Link to Mod | My Mods | Support Topic
Compatibility
SMF 2.0
Description
Allows for a WYSIWYG quick reply (tieing into per-user options so they can decide whether they want with/without bbcodes and smilies.)
Have some suggestions to make this mod better? Please let me know in the support topic.
Features
- Puts SMF 2.x WYSIWYG onto quick reply
- 6 Modes to select your preferred from
- WYSIWYG (with bbc buttons and smilies)
- WYSIWYG (with smilies only) (see note)
- WYSIWYG Only
- Non-WYSIWYG (with bbc buttons and smilies)
- Non-WYSIWYG (with smilies only) (see note)
- Non-WYSIWYG (standard)
- Per user configurable option (set via Profile > Look and Layout)
- Forum-Wide default settable (set via Admin > Current Theme > Member Options)
- For both these links;
> Configure guest and new user options for this theme
> Change current options for all members using this theme
- If user nor admin has set the option, it will default to showing the WYSIWYG with bbc buttons and smilies
- Quick reply must be enabled for it to show. [SMF Default setting]
- Supports Languages
- English/English-utf8
- English_British/English_British-utf8
- Brazilian/Brazilian-utf8 support (Thanks to Joomlamz)
- Portuguese/Portuguese-utf8 support (Thanks to Joomlamz)
- Polish/Polish-utf8 support (Thanks to ccbtimewiz)
- Turkish/Turkish-utf8 support (Thanks to [Burak])
- Russian/Russian-utf8 support (Thanks to Bugo)
Installation
Any previous versions of this mod MUST be uninstalled BEFORE installing this version.
Install the package on the SMF Default 'Curve' Theme ONLY. Other themes will need manual edits.
Useful Links
SMF Package Parser
Manual Installation Of Mods
How Do I Modify Files?
Support
Please use the modification thread for support with this modification.
(Please don't ask me to do the edits for you)
Changelog
v2.3 - 25th February 2011: Fixed the quick reply bug again for rc4/rc5 thanks to Bugo
v2.1 - 26th March 2010: Fixed the 'oEditorHandle' bug (Quote not working on quick reply)
v2.0 - 15th March 2010: Fixed for RC3
BuЯЯЯЯaK:
Very nice karl
Thx
Turkish Translation
--- Code: (Turkish) ---$txt['wysiwyg_quick_reply'] = 'Hızlı cevap tipini seç';
$txt['wysiwyg_quick_reply0'] = 'WYSIWYG (Smiley ve BBC butonlarını kullan)';
$txt['wysiwyg_quick_reply1'] = 'WYSIWYG (Sadece BBC butonlarını kullan)';
$txt['wysiwyg_quick_reply2'] = 'WYSIWYG (Sadece smiley kullan)';
$txt['wysiwyg_quick_reply3'] = 'WYSIWYG Only';
$txt['wysiwyg_quick_reply4'] = 'WYSIWYG-Olmadan (Smiley ve BBC butonlarını kullan)';
$txt['wysiwyg_quick_reply5'] = 'WYSIWYG-Olmadan (Sadece BBC butonlarını kullan)';
$txt['wysiwyg_quick_reply6'] = 'WYSIWYG-Olmadan (Sadece smiley kullan)';
$txt['wysiwyg_quick_reply7'] = 'WYSIWYG-Olmadan (standard)';
--- End code ---
ccbtimewiz:
Nice modification. Here's the polish translation.
--- Code: ---$txt['wysiwyg_quick_reply'] = 'Wybierz tryb szybkiej odpowiedzi';
$txt['wysiwyg_quick_reply0'] = 'WYSIWYG (Uzyj klawiszy bbc i emotów)';
$txt['wysiwyg_quick_reply1'] = 'WYSIWYG (Uzyj wylacznie klawisze bbc)';
$txt['wysiwyg_quick_reply2'] = 'WYSIWYG (Uzyj tylko emoty)';
$txt['wysiwyg_quick_reply3'] = 'WYSIWYG Tylko';
$txt['wysiwyg_quick_reply4'] = 'Non-WYSIWYG (Uzyj klawiszy bbc i emotów)';
$txt['wysiwyg_quick_reply5'] = 'Non-WYSIWYG (Uzyj wylacznie klawisze bbc)';
$txt['wysiwyg_quick_reply6'] = 'Non-WYSIWYG (Uzyj tylko emoty)';
$txt['wysiwyg_quick_reply7'] = 'Non-WYSIWYG (Standardowy)';
--- End code ---
Joomlamz:
Nice work
Update mod
--- Code: ---<file name="$languagedir/Modifications.portuguese-utf8.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
$txt['wysiwyg_quick_reply'] = 'Escolher tipo de resposta rápida';
$txt['wysiwyg_quick_reply0'] = 'WYSIWYG (BBC com botões e smilies)';
$txt['wysiwyg_quick_reply1'] = 'WYSIWYG (BBC apenas com botões)';
$txt['wysiwyg_quick_reply2'] = 'WYSIWYG (apenas com smilies)';
$txt['wysiwyg_quick_reply3'] = 'WYSIWYG Somente';
$txt['wysiwyg_quick_reply4'] = 'Non-WYSIWYG (BBC com botões e smilies)';
$txt['wysiwyg_quick_reply5'] = 'Non-WYSIWYG (BBC apenas com botões)';
$txt['wysiwyg_quick_reply6'] = 'Non-WYSIWYG (apenas com smilies)';
$txt['wysiwyg_quick_reply7'] = 'Non-WYSIWYG (padrão)';
]]></add>
</operation>
</file>
<file name="$languagedir/Modifications.brazilian-utf8.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
$txt['wysiwyg_quick_reply'] = 'Escolher tipo de resposta rápida';
$txt['wysiwyg_quick_reply0'] = 'WYSIWYG (BBC com botões e smilies)';
$txt['wysiwyg_quick_reply1'] = 'WYSIWYG (BBC apenas com botões)';
$txt['wysiwyg_quick_reply2'] = 'WYSIWYG (apenas com smilies)';
$txt['wysiwyg_quick_reply3'] = 'WYSIWYG Somente';
$txt['wysiwyg_quick_reply4'] = 'Non-WYSIWYG (BBC com botões e smilies)';
$txt['wysiwyg_quick_reply5'] = 'Non-WYSIWYG (BBC apenas com botões)';
$txt['wysiwyg_quick_reply6'] = 'Non-WYSIWYG (apenas com smilies)';
$txt['wysiwyg_quick_reply7'] = 'Non-WYSIWYG (padrão)';
]]></add>
</operation>
</file>
--- End code ---
.
--- Code: ---file name="$languagedir/Modifications.portuguese.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
$txt['wysiwyg_quick_reply'] = 'Escolher tipo de resposta rápida';
$txt['wysiwyg_quick_reply0'] = 'WYSIWYG (BBC com botões e smilies)';
$txt['wysiwyg_quick_reply1'] = 'WYSIWYG (BBC apenas com botões)';
$txt['wysiwyg_quick_reply2'] = 'WYSIWYG (apenas com smilies)';
$txt['wysiwyg_quick_reply3'] = 'WYSIWYG Somente';
$txt['wysiwyg_quick_reply4'] = 'Non-WYSIWYG (BBC com botões e smilies)';
$txt['wysiwyg_quick_reply5'] = 'Non-WYSIWYG (BBC apenas com botões)';
$txt['wysiwyg_quick_reply6'] = 'Non-WYSIWYG (apenas com smilies)';
$txt['wysiwyg_quick_reply7'] = 'Non-WYSIWYG (padrão)';
]]></add>
</operation>
</file>
<file name="$languagedir/Modifications.brazilian.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
$txt['wysiwyg_quick_reply'] = 'Escolher tipo de resposta rápida';
$txt['wysiwyg_quick_reply0'] = 'WYSIWYG (BBC com botões e smilies)';
$txt['wysiwyg_quick_reply1'] = 'WYSIWYG (BBC apenas com botões)';
$txt['wysiwyg_quick_reply2'] = 'WYSIWYG (apenas com smilies)';
$txt['wysiwyg_quick_reply3'] = 'WYSIWYG Somente';
$txt['wysiwyg_quick_reply4'] = 'Non-WYSIWYG (BBC com botões e smilies)';
$txt['wysiwyg_quick_reply5'] = 'Non-WYSIWYG (BBC apenas com botões)';
$txt['wysiwyg_quick_reply6'] = 'Non-WYSIWYG (apenas com smilies)';
$txt['wysiwyg_quick_reply7'] = 'Non-WYSIWYG (padrão)';
]]></add>
</operation>
</file>
--- End code ---
Nathaniel:
Another very nice and simple mod karlbenson.
Thank you.
Navigation
[0] Message Index
[#] Next page
Go to full version