Вы используете устаревший браузер. Отображение этого и других веб-сайтов может быть некорректным. Рекомендуется обновить браузер или использовать альтернативный браузер.
thread title manager
Просмотр материалов с тегом thread title manager на NullPro GPL Community. Страница 1, всего результатов: 1. Найдите лучшие ресурсы, руководства и обсуждения по теме 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] =...