• Your Files, Your Rules – Upgrade Today! Exciting news! With our new ownership, you’re no longer limited—upload files from here to any website without getting Banned. 🚀 Why wait? Upgrade your account now
AndyB - Thread Title Manager

Premium AndyB - Thread Title Manager 2.1

Description:

Manages appearance of thread titles.


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:
<?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.

Q: Can moderators change the thread title to a lowercase first character even the Uppercase first is enabled?
A: Yes.
  • pic001.webp
    pic001.webp
    34.7 KB · Views: 96
  • pic002.webp
    pic002.webp
    4.6 KB · Views: 88
  • Like
Reactions: Mariner
Author
XFdownloadStore
Downloads
1
Views
234
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from XFdownloadStore

Latest updates

  1. 2.1

    Now allows moderators override the thread title to have lowercase first character even though...
Similar resources Most view View more
Back
Top