- 2023-10-25
- 2,642
- 38
无名 提交新资源:
Thread title manager - Thread title manager
阅读关于此资源更多信息...
Thread title manager - Thread title manager
Description:
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] = '/\!/'...
阅读关于此资源更多信息...