Title control

Title control 1.4

No permission to download
Author anne51
Creation date
XF Compatibility
  1. 2.0.x
  2. 2.1.x
  3. 2.2.x
Headline
Provides complete thread title control. Change case, remove certain characters and more.
Short Description
FREE Download Premium and Nulled Title control 1.4 version from NullPro Community. It is zip Extention type and 16.3 KB File size. From Title control have 1 Description Attachments, 316 Views.
Description:

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

(Example of Options page)


03202121_04.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
anne51
Views
316
Extention type
zip
File size
16.3 KB
First release
Last update
Rating
0.00 star(s) 0 ratings
Link was Broken? Please  Send Message to NP Team with Ticket, You will get it very quickly!
Support Developer If you are satisfied with your test or project have earn money successfully, Maybe you can click more information button to support with buying.
More resources from anne51

Similar resources

[AndyB] Custom title manager J
Allows viewing and managing custom user titles.
0.00 star(s) 0 ratings
Views
95
Updated
[AndyB] Edit conversation title J
Allows editing conversation title even when you are the conversation recipient.
0.00 star(s) 0 ratings
Views
156
Updated
[AndyB] Forum title J
Adds forum title to <title> tag.
0.00 star(s) 0 ratings
Views
68
Updated
Back
Top