[AndyB] Thread title manager

[AndyB] Thread title manager 2.1

Vous n'avez pas l'autorisation de télécharger
Compatibilité XF
  1. 2.2.x
Short Description
Manages appearance of thread titles.
Manages appearance of thread titles.
pic001.webp

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:
PHP:
<?php
if (substr_count($title, '!') > 0)
{
$patterns[0] = '/\!/';
$replacements[0] = '';
$title = preg_replace($patterns, $replacements, $title);
}
Questions and answers:

Q: Does this change old thread titles, or only new ones after the add-on is installed?
A: Only new or edited thread titles after the add-on is installed.
Auteur
anne51
Vues
477
Extension type
zip
File size
19.9 Ko
Première publication
Dernière mise à jour
Évaluations 0.00 étoile(s) 0 évaluations
Link was Broken? Please Send Message to NP Team with direct message, 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.

Dernières mises à jour

  1. 2.1 - changelog
    Now allows moderators override the thread title to have lowercase first character even though...
  2. 2.0 - changelog
    Added Date cutoff and Exclude forums to options page.
  3. 1.9 - changelog
    Added Maximum characters to options page.

Plus de ressources de anne51

TableTrack - The Complete SaaS Restaurant Management Solution A
tailored to meet the unique branding and operational needs of any dining establishment.
Off POS - Retail POS and Stock Software A
Revolutionize your retail operations with Off POS, the ultimate Retail POS and Stock Software.

Ressources similaires

Thread Titles Manager A
Thread Titles Manager 1.0.1 Patch Level 2
Thread Title Manager is a tool designed to help an admin to discover and fix organic traffic leaks.
[AndyB] Custom title manager A
Allows viewing and managing custom user titles.
Haut