Customizing SMF > Modifications and Packages
markItUp! for SMF
Lout:
New version hasn't fixed my issue, hope someone can shed some enlightenment :)
Bugo:
@Lout, your $txt['spoiler'] isn't defined in language files. Try this:
--- Code: ---' . (!isset($disabled['spoiler']) ? '{name:"' . $txt['spoiler_tag_text'] . '", openWith:"[spoiler]", closeWith:"[/spoiler]", className:"spoiler"},' : '') . '
--- End code ---
or add this line into your Modification.{your_language}.php:
--- Code: ---$txt['spoiler'] = 'Spoiler';
--- End code ---
Lout:
--- Quote from: Bugo on July 16, 2012, 09:38:11 PM ---@Lout, your $txt['spoiler'] isn't defined in language files. Try this:
--- Code: ---' . (!isset($disabled['spoiler']) ? '{name:"' . $txt['spoiler_tag_text'] . '", openWith:"[spoiler]", closeWith:"[/spoiler]", className:"spoiler"},' : '') . '
--- End code ---
--- End quote ---
Cheers Bugo, that appears to have resolved the issue.
vladok:
This mod work with windows charset? Or "UTF only"?
androgyn3:
Hi bugo,
This mod is do only for the quick reply form ? when i install it, it's OK for quick reply but the markitUp is installed also in normal "reply" and "modify"
I like put this editor for quick reply and keep the old editor SMF for normal reply and modify.
It' possible with this mod ? I can add some action in admin panel as profil (signature) but i can't remove for repy and modify.
Regards,
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version