[AndyB] Thread title manager

[AndyB] Thread title manager 2.1

免费下载需要注册或登录
XF 兼容性
  1. 2.2.x
Manages appearance of thread titles.
pic001.webp

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:
<?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.
作者
anne51
浏览
582
扩展类型
zip
文件大小
19.9 KB
首次发布
上次更新
评分 0.00 星 0 个评分
来自 anne51 的更多资源
Barn2 Media WooCommerce 产品筛选器
Barn2 Media WooCommerce 产品筛选器
用强大的移动友好筛选器提升你的商店。
高级广告专业版
高级广告专业版
WordPress 插件管理广告
Fixo - 手机、电脑维修及电子服务 WordPress 主题
Fixo - 手机、电脑维修及电子服务 WordPress 主题
Fixo 是一款干净、现代的 WordPress 主题,专为维修服务设计和开发,适用于移动设备和平板电脑。

最新更新

  1. changelog

    Now allows moderators override the thread title to have lowercase first character even though...
  2. changelog

    Added Date cutoff and Exclude forums to options page.
  3. changelog

    Added Maximum characters to options page.

相似的资源

Thread Titles Manager A
Thread Titles Manager 1.0.1 Patch Level 2
Thread Title Manager is a tool designed to help an admin to discover and fix organic traffic leaks.
浏览
433
已更新
[AndyB] Custom title manager A
Allows viewing and managing custom user titles.
浏览
443
已更新
返回
顶部