Title control

xF2 Add-on Title control 1.4

No permission to download
Compatible XF Versions
  1. 2.0
  2. 2.1
  3. 2.2
Description:

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

(Example of Options page)

xenforo_com_community_attachments_pic001_jpg_162331__.jpg



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
Admin
Size
16.3 KB
Extension
zip
Downloads
4
Views
1,033
First release
Last update

More resources from Admin

Latest updates

  1. Title control v1.4 changes:

    Thread title control is now applied to editing the first post title.

Similar resources

Custom title manager Admin
Allows viewing and managing custom user titles.
0.00 star(s) 0 ratings
Downloads
3
Updated
Edit conversation title Admin
Allows staff to edit any conversation title.
0.00 star(s) 0 ratings
Downloads
2
Updated
Edit thread title Admin
Edit thread title with various options.
0.00 star(s) 0 ratings
Downloads
2
Updated
Forum title Admin
Adds forum title to <title> tag.
0.00 star(s) 0 ratings
Downloads
3
Updated
Meta title Admin
Allows adding a descriptive meta title for your main page.
0.00 star(s) 0 ratings
Downloads
3
Updated