[AndyB] Thread title manager

[AndyB] Thread title manager 2.1

No permission to download
XF Compatibility
  1. 2.0.x
  2. 2.1.x
  3. 2.2.x
Headline
Manages appearance of thread titles.
Short Description
FREE Download Premium and Nulled [AndyB] Thread title manager 2.1 version from NullPro Community. It is zip Extention type and 19.9 KB File size. From [AndyB] Thread title manager have 1 Description Attachments, 6 discussion, 6 Updates, 291 Views.
Manages appearance of thread titles.
pic001.jpg

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
291
Extention type
zip
File size
19.9 KB
First release
Last update
Rating
0.00 star(s) 0 ratings
Link was Broken? Please  Send Message to NP Team with Ticket, You will get it very quickly!
Support Developer If you are satisfied with your test or project have earn money successfully, Maybe you can click more information button to support with buying.
More resources from anne51

Latest updates

2.1 - changelog
Now allows moderators override the thread title to have lowercase first character even though...
2.0 - changelog
Added Date cutoff and Exclude forums to options page.
1.9 - changelog
Added Maximum characters to options page.
1.8 - 1.8
Added Allowed characters All and Multibyte to options page.
1.7 - 1.7
Added External file to options page.

Similar resources

[AndyB] Approval queue thread date J
Changes approved threads in selected forums to current date and time.
0.00 star(s) 0 ratings
Views
170
Updated
[AndyB] Ban thread A
When a ban is issued, a new thread is automatically created for staff members.
0.00 star(s) 0 ratings
Views
252
Updated
[AndyB] Birthday thread J
Automatically creates birthday threads for your members.
0.00 star(s) 0 ratings
Views
289
Updated
Back
Top