[AndyB] Thread title manager

[AndyB] Thread title manager 2.1

No permission to download
XF Compatibility
  1. 2.2.x
Short Description
Manage thread titles with our add-on. Use PHP files for custom title control, including removing exclamation marks. Only affects new titles post-installation.
Manages appearance of thread titles.
pic001.webp

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:
<?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.
Author
anne51
Views
564
Extension type
zip
File size
19.9 KB
First release
Last update
Ratings 0.00 star(s) 0 ratings
Link was Broken? Send message to the Website Team and we will assist you quickly!
Support Developer If you are satisfied with the test or your project has earned you money, Click the More Information button to support the developer by purchasing.

Latest updates

  1. 2.1 - changelog
    Now allows moderators override the thread title to have lowercase first character even though Uppercase first is set in the options page.
  2. 2.0 - changelog
    Added Date cutoff and Exclude forums to options page.
  3. 1.9 - changelog
    Added Maximum characters to options page.

More resources from anne51

RSSEO! A
RSSEO! 1.22.0
We all heard of Search Engine Optimization, however getting our site in a form that people can find
Permalink Manager Pro A
Permalink Manager Pro 2.5.3.6 Nulled
A WordPress URL Editor With Game-Changing Versatility
Report Improvements by Xon A
Screenshots are still to be added, XF1 version has similar functionality and the screenshots

Similar resources

[AndyB] Custom title manager A
Allows viewing and managing custom user titles.
Thread Titles Manager A
Thread Titles Manager 1.0.1 Patch Level 2
Thread Title Manager is a tool designed to help an admin to discover and fix organic traffic leaks.
Back
Top