Title control

Title control 1.4

No permission to download
XF Compatibility
  1. 2.2.x
Short Description
Andy-TitleControl offers complete thread title control with case change, character removal, and external file options. Install via zip download and admin panel. Customize titles using PHP in External File.
Description:

Provides complete thread title control. Change case, remove certain characters and more.

(Example of Options page)


03202121_04.webp




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:



Code:

<?php

if (substr_count($title, '!') > 0)
{
$patterns[0] = '/\!/';
$replacements[0] = '';
$title = preg_replace($patterns, $replacements, $title);
}

?>

Click the Discussion tab for other examples.
Author
anne51
Views
624
Extension type
zip
File size
16.3 KB
First release
Last update
Ratings 0.00 star(s) 0 ratings
Link was Broken? Send message to the Website Team and we will assist you quickly!
Support Developer If you are satisfied with the test or your project has earned you money, Click the More Information button to support the developer by purchasing.

More resources from anne51

Kirki Pro A
Kirki Pro 6.0.13
Website Builder for WordPress, reimagined.
RSSEO! A
RSSEO! 1.22.0
We all heard of Search Engine Optimization, however getting our site in a form that people can find
Permalink Manager Pro A
Permalink Manager Pro 2.5.3.6 Nulled
A WordPress URL Editor With Game-Changing Versatility

Similar resources

[01] Extend Title Characters A
Are you fed up with the restrictive Xenforo Thread titles limit?
[AndyB] Custom title manager A
Allows viewing and managing custom user titles.
[AndyB] Edit conversation title A
Allows editing conversation title even when you are the conversation recipient.
Back
Top