Theme editor

  • New XenForo Released Full Nulled 2.3.10 is available for download now. -> HERE
    New XenForo Released Upgrade Nulled 2.3.10 is available for download now. -> HERE
    XenForo Enhanced Search (XFES) 2.3.10 is available for download now. -> HERE
    XenForo Resource Manager (XFRM) 2.3.10 is available for download now. -> HERE
    XenForo Media Gallery (XFMG) 2.3.10 is available for download now. -> HERE

AndyB Thread title manager

| XF 2.3 Add-ons (Free) AndyB Thread title manager 2.1

No permission to download
💾 Resources submitted by: Staraddons • 💬 Posts: 1579 • 🏆 Points: 119 • 👍 Likes: 455 • ⬆️ Resources: 986
Language
English
Compatible XF 2.x versions
  1. 2.0
  2. 2.1
  3. 2.2
  4. 2.3
Manages appearance of thread titles.

(Example of Options page)
AndyB Thread title manager


Features:
All phrases start with threadtitlemanager_ for your convenience.

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:
Expand Collapse Copy
<?php

if (substr_count($title, '!') > 0)
{
    $patterns[0] = '/\!/';
    $replacements[0] = '';
    $title = preg_replace($patterns, $replacements, $title);
}
  • AndyB Thread title manager1.webp
    AndyB Thread title manager1.webp
    4.7 KB · Views: 0
AndyB Register Show Message
| XF 2.3 Add-ons (Free) AndyB Register Show Message 1.1
2.1
Version
0
Downloads
5
Views
First release
Last update
20.2 KB
File size
zip
Extension type
0.00 star(s) 0 ratings
Ratings
Uploader
Staraddons
Uploaded
986 Resources.
Available Tags:
  • Tags Tags
    None
  • More resources from Staraddons

    Similar content Most view View more
    Back
    Top