Title control

Title control 1.4

没有下载权限
XF 兼容性
  1. 2.2.x
摘要
Andy-TitleControl offers complete thread title control with case change, character removal, and external file options. Install via zip download and admin panel. Customize titles using PHP in External File.
Description:

Provides complete thread title control. Change case, remove certain characters and more.

(Example of Options page)


03202121_04.webp




Installation:

  1. Download Andy-TitleControl-1.3.zip and unzip it.
  2. Copy the src/addons/Andy/TitleControl directory to your server.
  3. From the Admin Control Panel Install the add-on.
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:



Code:

<?php

if (substr_count($title, '!') > 0)
{
$patterns[0] = '/\!/';
$replacements[0] = '';
$title = preg_replace($patterns, $replacements, $title);
}

?>

Click the Discussion tab for other examples.
作者
anne51
浏览
631
扩展类型
zip
文件大小
16.3 KB
首次发布
上次更新
评分 0.00 星 0 个评分
链接失效了吗? 发送消息 给 NP 团队,我们会尽快为您处理!
支持开发者 如果您对测试满意或项目已成功盈利,可点击「更多信息」按钮,通过购买来支持开发者!

来自 anne51 的更多资源

Kirki Pro A
Kirki Pro 6.2.1 Nulled
WordPress网站构建器,重新想象。
浏览
159
已更新
Startli - Elementor Business Consulting WordPress Theme + RTL A
Startli is a modern and professional WordPress Consulting theme
Evne - 创意作品集 WordPress 主题 A
为敢于创新的创意人士,Evne 让你轻松创建自己的现代创意档案!

相似的资源

 延长标题字符 A
你对Xenforo帖子标题的限制感到厌倦了吗?
浏览
337
已更新
[AndyB] Custom title manager A
Allows viewing and managing custom user titles.
浏览
436
已更新
[AndyB] Edit conversation title A
Allows editing conversation title even when you are the conversation recipient.
浏览
458
已更新
返回
顶部