• 本站招聘各个版块版主共同发展,有意可私聊站长
资源图标

Thread title manager 2.1

没有下载权限

庆祝国庆中秋本站暂时关闭邀请码注册 https://t.me/tearcc

Description:

Manages appearance of thread titles.





1674915810296-png.4000





1674915827653-png.4001





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] = '/\!/';
$replacements[0] = '';
$title = preg_replace($patterns, $replacements, $title);
}

Questions and answers:

Q: Does this change old thread titles, or only new ones after the add-on is installed?

A: Only new or edited thread titles after the add-on is installed.
作者
无名
下载
0
查看
4
首次发布
最后更新

Ratings

0.00 星 0 星

来自无名的更多资源

后退
顶部