Vous utilisez un navigateur obsolète. Il se peut qu'il n'affiche pas correctement ce site web ou d'autres. Nous vous recommandons de le mettre à jour ou d'utiliser un autre navigateur.
thread title manager
Consultation des éléments tagués avec thread title manager sur GPLDO Community. Page 1 avec 1 résultats au total. Trouvez les meilleures ressources et discussions de la communauté sur thread title manager.
Manages appearance of thread titles.
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] =...