You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
andyb
Tag andyb have a total of 42 Tags,Currently on page 5, On Premium Content Best Download Discussion Community,It is very easy for you to discover and quickly find the content andyb you want through relevant keywords.
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] =...