Você está usando um navegador desatualizado. Este ou outros sites podem não ser exibidos corretamente. Recomendamos atualizar seu navegador ou usar um navegador alternativo.
thread title manager
Navegando em itens com a tag thread title manager no NullPro GPL Community. Esta é a página 1 com 1 resultados no total. Encontre os melhores recursos e discussões sobre thread title manager aqui.
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] =...