Está utilizando un navegador obsoleto. Es posible que no se muestre este sitio web ni otros correctamente. Debería actualizarlo o usar un navegador alternativo.
thread title manager
Explorando contenidos con la etiqueta thread title manager en NullPro GPL Community. Esta es la página 1 con 1 resultados. Descubre los mejores recursos y debates de la comunidad sobre 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] =...