Title control

Title control 1.4

Vous n'avez pas l'autorisation de télécharger
Compatibilité XF
  1. 2.2.x
Description courte
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.
Auteur
anne51
Vues
546
Type d’extension
zip
Taille du fichier
16.3 Ko
Première publication
Dernière mise à jour
Évaluations 0.00 étoile(s) 0 évaluations
Link was Broken? Please Envoyer un message à l’équipe NP et nous vous aiderons rapidement !
Soutenez le développeur Si vous êtes satisfait du test ou que votre projet vous a rapporté de l’argent, cliquez sur le bouton « Plus d’informations » pour soutenir le développeur en achetant.

Plus de ressources de anne51

JupiterMeet Pro - Conference Vidéo White Label A
jitsi, classe en direct, réunion en direct, rencontrer, en ligne, en temps réel, enregistrement, partage de l'écran, sfu, appel vidéo
TableTrack - The Complete SaaS Restaurant Management Solution A
tailored to meet the unique branding and operational needs of any dining establishment.

Ressources similaires

[AndyB] Edit conversation title A
Allows editing conversation title even when you are the conversation recipient.
[AndyB] Custom title manager A
Allows viewing and managing custom user titles.
[01] Extend Title Characters A
Are you fed up with the restrictive Xenforo Thread titles limit?
Haut