Theme editor

AndyB Thread title manager

| XF 2.3 Add-ons (Free) AndyB Thread title manager 2.1

No permission to download
Language
English
Compatible XF 2.x versions
  1. 2.0
  2. 2.1
  3. 2.2
  4. 2.3
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:
Expand Collapse Copy
<?php

if (substr_count($title, '!') > 0)
{
    $patterns[0] = '/\!/';
    $replacements[0] = '';
    $title = preg_replace($patterns, $replacements, $title);
}
  • AndyB Thread title manager1.webp
    AndyB Thread title manager1.webp
    4.7 KB · Views: 0
AndyB Register Show Message
| XF 2.3 Add-ons (Free) AndyB Register Show Message 1.1
2.1
Version
0
Downloads
8
Views
First release
Last update
20.2 KB
File size
zip
Extension type
0.00 star(s) 0 ratings
Ratings
Uploader
Staraddons
Uploaded
986 Resources.
Available Tags:
  • Tags Tags
    None
  • More resources from Staraddons

    Back
    Top