• The default language of any content posted is English.
  • Information: Safety & Support
    Resources here are generally safe, but false positives may occur on Virustotal due to certain coding techniques. Exercise caution and test before use.
    Consider buying licenses to support developers. Your security is our priority.
AndyB Thread title manager

Xenforo AndyB Thread title manager 1.9

License Information
Compatible XF 2.x versions 2.0 2.1 2.2
Developer
AndyB
Manages appearance of thread titles.

(Example of Options page)
AndyB Thread title manager


Features:
All phrases start with threadtitlemanager_ for your convenience.

External file:
The External File option allows the use of a PHP file that can control the final outcome of the thread title. Here's an example that will remove the exclamation character:

PHP:
<?php

if (substr_count($title, '!') > 0)
{
    $patterns[0] = '/\!/';
    $replacements[0] = '';
    $title = preg_replace($patterns, $replacements, $title);
}

Questions and answers:

Q: Does this change old thread titles, or only new ones after the add-on is installed?
A: Only new or edited thread titles after the add-on is installed.
  • AndyB Thread title manager2.jpg
    AndyB Thread title manager2.jpg
    16.7 KB · Views: 17
  • Like
Reactions: raz0r
1.9Version
14 Downloads
425 Views
0.00 star(s) 0 ratings
Last update

More resources from trollet

Similar resources

AndyB Open Graph Thread trollet
Uses first attachment in threads for open graph.
0.00 star(s) 0 ratings
Downloads
15
Updated
AndyB Warn thread trollet
When a warning is issued, a new thread is automatically created for staff members.
0.00 star(s) 0 ratings
Downloads
17
Updated
AndyB - Block IP emon
Blocks VPN, Proxy, Tor and Relay users from log in and register pages.
0.00 star(s) 0 ratings
Downloads
12
Updated
AndyB - Login Log emon
Shows a list of latest logins.
0.00 star(s) 0 ratings
Downloads
8
Updated
AndyB Approval queue email trollet
Sends an email to staff member about existing approval queue entries.
0.00 star(s) 0 ratings
Downloads
13
Updated
Top