Theme editor

AndyB Thread title manager

AndyB Thread title manager

AndyB Thread title manager 2.1

XF 2.3 Addons · by Staraddons · StarAddons Verified Vendor
0 Downloads 8 Views 1 Version
Manages appearance of thread titles.
Price
Free
Available
Download

Overview Version (1) Discussion (1)

  • AndyB Thread title manager
    AndyB Thread title manager
    Manages appearance of thread titles.
    About this resource
    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);
    }
  • Version
    2.1 Stable Available Jan 25, 2026 · 0
    File size: 20.5 KB
    SHA-256: 317010f69aa54b14630ab6d3880e21ee4d42552d4526b92270b9358f3eb5f372
    SHA-256 verified Package valid Compatibility checked Last verified:
    Manages appearance of thread titles.

    (Example of Options page)
    View attachment 4058

    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);
    }
  • Discussion

    This resource has a discussion thread on the forum where you can ask questions, report issues, and talk with the author and other users.

    Join the discussion (1)

Resource information
Category XF 2.3 Addons
Author Staraddons
Date Jan 25, 2026
Latest version 2.1
SHA-256 317010f69aa54b14630ab6d3880e21ee4d42552d4526b92270b9358f3eb5f372
Security
File integrity SHA-256 verified
SHA-256
317010f69aa54b14630ab6d3880e21ee4d42552d4526b92270b9358f3eb5f372
How to verify this file
Statistics
Views 8
Downloads 0
Version 1
Developer
Staraddons
Resource author
More resources
Back
Top