Sie verwenden einen veralteten Browser. Es kann sein, dass diese oder andere Webseiten nicht korrekt angezeigt werden. Sie sollten ein Upgrade durchführen oder einen alternativen Browser verwenden.
thread title manager
Inhalte mit dem Tag thread title manager auf Free Downloads NullPro Community. Dies ist Seite 1 von insgesamt 1 Ergebnissen. Hier finden Sie die besten Ressourcen und Diskussionen zu 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] =...