[AndyB] Title Control

[AndyB] Title Control v1.3

No permission to download
  • Welcome to Babiato Forum! All Resources are 100% clean and Safe to Use

Download Free [AndyB] Title Control Xenforo 2 Addon Premium Nulled
Provides complete thread title control. Change case, remove certain characters and more.
Installation:
  1. Download Andy-TitleControl-1.3.zip and unzip it.
  2. Copy the src/addons/Andy/TitleControl directory to your server.
  3. From the Admin Control Panel Install the add-on.
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);
}
  • pic001.jpg
    pic001.jpg
    48.9 KB · Views: 358
  • Like
Reactions: YuSuF02
Author
tanierlyons
Downloads
46
Views
2,784
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from tanierlyons

About us

  • Babiato Forum - The webmaster community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day, updating Daily resource to make sure our community is one of the best.

Quick Navigation

User Menu