- Compatible XF 2.x versions
- 2.3
- Additional requirements
- XenForo 2.3.x
PHP 8.0.x (8.2 recommended)
- License
- 1 licence = 1 site
- Updates duration
- 6 Months - US $10 / 1 Year - US $15
- Visible branding
- No
Unicode Title Cleaner is a practical XenForo add-on that standardizes thread titles in your forum. It automatically converts fancy text (bold, italic, gothic, etc.) that some users create to make their threads stand out, into normal text.
Why You Need This Add-on
A common issue in popular forums: Some users use Unicode characters to create fancy text in their thread titles to make them more eye-catching than others. This situation:- Disrupts the overall appearance of the forum
- Creates unfair competition for other users
- Makes these threads constantly appear as "unread" or "new"
- Negatively affects the forum experience
Examples
Fancy Text:- Before: ๐๐ช๐ท๐ฌ๐ ๐ฃ๐ฎ๐๐ฝ ๐๐๐ช๐ถ๐น๐ต๐ฎ
- After: Fancy Text Example
- Before: ๐ญ๐บ๐ท๐ฏ ๐ฟ๐ฐ๐๐ฟ ๐ฐ๐๐ฌ๐ธ๐ป๐ท๐ฐ
- After: BOLD TEXT EXAMPLE
- Before: ๐๐จ๐ฅ๐ ๐๐๐ฑ๐ญ
- After: Bold Text
- Before: Uฬณnฬณdฬณeฬณrฬณlฬณiฬณnฬณeฬณdฬณ and Sฬถtฬถrฬถiฬถkฬถeฬถtฬถhฬถrฬถoฬถuฬถgฬถhฬถ
- After: Underlined and Strikethrough
- Before:
New Game Announcement
- After:
New Game Announcement
Features
- Normalizing Fancy Text: Converts text created using special Unicode characters like ๐๐ช๐ท๐ฌ๐ ๐ฃ๐ฎ๐๐ฝ, ๐ญ๐บ๐ท๐ฏ ๐ฟ๐ฐ๐๐ฟ, ๐๐๐๐ ๐๐๐๐ to standard text.
- Emoji Limitation: Prevents excessive emoji usage by limiting the number of emojis in thread titles.
- Special Symbol Cleaning: Converts attention-grabbing symbols like โ , โ, โฅ, โฆ to standard text.
- Instant Correction: Newly created thread titles are immediately standardized.
- Batch Correction: Old thread titles are also automatically standardized over time thanks to the cron system.
- Statistics Panel: Provides detailed information about the number of standardized threads and process status.
Settings
You can access the add-on settings by following Admin Panel > Options > [XTR] Unicode Title Cleaner. From here, you can configure the following settings:- Clean thread titles: Enables or disables the thread title standardization feature.
- Remove styled/bold text: Converts bold, italic, and other styled text to normal characters.
- Limit number of emojis in titles: Limits the number of emojis that can be used in thread titles.
- Maximum Number of Emojis in Titles: Sets the maximum number of allowed emojis.
- Clear Special Symbols: Converts attention-grabbing symbols to normal text.
Statistics
You can access the statistics panel by following Admin Panel > Tools > Unicode Title Cleaner. This panel shows:- Last Run Time: When the standardization process was last run.
- Next Run Time: When the next automatic standardization process will run.
- Standardized Thread Count: How many thread titles have been standardized in total.
- Last Processed Thread ID: The ID of the most recently processed thread.
Cron System
The add-on uses a cron job to automatically standardize old thread titles. This job runs at 3 AM every day by default. You can change the cron job schedule from
Each time it runs, the cron job processes a batch of thread titles and saves its state. This way, all content can be gradually standardized even for large forums.