Add-on Title control 1.3

Discussion dans 'Add-ons 2.x' créé par Sι∂яα∂ι, 14 Septembre 2018.

Tags:
  1. Sι∂яα∂ι

    Sι∂яα∂ι Administrateur

    Inscrit:
    25 Juin 2014
    Messages:
    31 955
    J'aime reçus:
    121 107
    Points:
    13 043
    Provides complete thread title control. Change case, remove certain characters and more.

    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:

    PHP:
    <?php

    if (substr_count($title'!') > 0)
    {
       
    $patterns[0] = '/\!/';
       
    $replacements[0] = '';
       
    $title preg_replace($patterns$replacements$title);
    }

    ?>
     

    Fichiers jointes:

    murrtex apprécie ceci.
  2. murrtex

    murrtex Membre

    Inscrit:
    14 Septembre 2016
    Messages:
    14
    J'aime reçus:
    1
    Points:
    1 283
    you are the best thank you guys
     
    Shobuz apprécie ceci.
  3. Shobuz

    Shobuz Membre

    Inscrit:
    26 Novembre 2018
    Messages:
    19
    J'aime reçus:
    0
    Points:
    21
    you are magnificent and appreciative and so on.
     

Partager cette page

  1. Ce site utilise des cookies. En continuant à utiliser ce site, vous acceptez l'utilisation des cookies.
    Rejeter la notice