[AndyB] Thread title manager

XF2 Addons [AndyB] Thread title manager 1.8
Manages appearance of thread titles.

Compatible versions
2.0, 2.1, 2.2
Premium upgrade:

This XF2 add-on along with the entire collection can be purchased for $35.00 USD. Your Premium upgrade will allow you to download as many XF2 add-ons as you like for one year.

Description:

Manages appearance of thread titles.

(Example of Options page)

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

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.
FateKid
Author FateKid
Level
10
1.8 Version
0 Downloads
162 Views
0.00 star(s) 0 ratings Average Rating (0)
Last Update

More files from FateKid

Similar resources

[AndyB] Edit thread title FateKid
Edit thread title with various options.
0.00 star(s) 0 ratings
Downloads
0
Andyb Delete thread redirects FateKid
0.00 star(s) 0 ratings
Downloads
0
Andyb Edit thread options FateKid
Adds additional options to the Edit thread overlay.
0.00 star(s) 0 ratings
Downloads
0
AndyB Export thread FateKid
Allows exporting contents of a thread.
0.00 star(s) 0 ratings
Downloads
2
[AndyB] Approval queue thread manager FateKid
Changes approval queue to physically delete threads.
0.00 star(s) 0 ratings
Downloads
0
Top Bottom