Title control

Title control 1.4

No permission to download
XF Compatibility
  1. 2.2.x
Short Description
Provides complete thread title control. Change case, remove certain characters and more.
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
546
Extension type
zip
File size
16.3 KB
First release
Last update
Ratings 0.00 star(s) 0 ratings
Link was Broken? Please 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

JupiterMeet Pro - White Label Video Conference A
jitsi, live class, live meeting, meet, online, realtime, recording, screen share, sfu, video calling
QrexOrder - SaaS QR Multiple Restaurants / WhatsApp Online ordering / Reservation system A
a SaaS-based multi-restaurant food ordering & reservation system with payment gateways.
TableTrack - The Complete SaaS Restaurant Management Solution A
tailored to meet the unique branding and operational needs of any dining establishment.

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.
Top