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

来自 anne51 的更多资源

Kirki Pro A
Kirki Pro 6.0.13
WordPress网站构建器,重新想象。
RSSEO! A
RSSEO! 1.22.0
我们都听说过搜索引擎优化,然而要把我们的网站调整到人们能发现的形式
permalink manager pro A
permalink manager pro 2.5.3.6 Nulled
WordPress的一个具有变革性多样性的URL编辑器

相似的资源

[AndyB] Edit conversation title A
Allows editing conversation title even when you are the conversation recipient.
浏览
441
已更新
[AndyB] Custom title manager A
Allows viewing and managing custom user titles.
浏览
422
已更新
[01] Extend Title Characters A
Are you fed up with the restrictive Xenforo Thread titles limit?
浏览
325
已更新
返回
顶部