[AndyB] Thread title manager

[AndyB] Thread title manager 2.1

没有下载权限
XF 兼容性
  1. 2.2.x
摘要
Manage thread titles with our add-on. Use PHP files for custom title control, including removing exclamation marks. Only affects new titles post-installation.
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
浏览
574
扩展类型
zip
文件大小
19.9 KB
首次发布
上次更新
评分 0.00 星 0 个评分
链接失效了吗? 发送消息 给 NP 团队,我们会尽快为您处理!
支持开发者 如果您对测试满意或项目已成功盈利,可点击「更多信息」按钮,通过购买来支持开发者!

最新更新

  1. 2.1 - changelog
    Now allows moderators override the thread title to have lowercase first character even though Uppercase first is set in the options page.
  2. 2.0 - changelog
    Added Date cutoff and Exclude forums to options page.
  3. 1.9 - changelog
    Added Maximum characters to options page.

来自 anne51 的更多资源

Evne - 创意作品集 WordPress 主题 A
为敢于创新的创意人士,Evne 让你轻松创建自己的现代创意档案!
Hecxa – Creative Design Agency FSE WordPress Theme A
Hecxa is a modern WordPress theme designed for Design Firm, Design Studio, Graphic Designer etc
Carafity - 竹手作商店 WooCommerce 主题 A
设计帮助你创建一个用于手工竹制品的精美在线商店。

相似的资源

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.
浏览
429
已更新
[AndyB] Custom title manager A
Allows viewing and managing custom user titles.
浏览
436
已更新
返回
顶部