Ticket #49 (closed enhancement: fixed)
Rework smiley functionality
| Reported by: | WanWizard | ||
|---|---|---|---|
| Priority: | low | Milestone: | 7.2 |
| Component: | ExiteCMS Core | Version: | 7.1 |
| Severity: | Tweak | Keywords: | core functionality forum |
Description
Now smilies are converted wherever they are found in a message. This lead to very strange effects, smileys should be enclosed by whitespace.
note: this might break existing messages, need to fix this?
Change History
Note: See
TracTickets for help on using
tickets.

We've decided to modify the regex, now whitespace before a smiley is required. When using the forum or PM module, and you click on a smiley to insert it in the message, a space will also be placed after the smiley code. This is to prevent unwanted translations in strings that end with p.e. "8)". If you enter the smiley manually, you have to think about this extra space.
Fixed in rev [1423].