Title control

Title control 1.4

没有下载权限
XF 兼容性
  1. 2.2.x
摘要
Provides complete thread title control. Change case, remove certain characters and more.
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
浏览
546
扩展类型
zip
文件大小
16.3 KB
首次发布
上次更新
评分 0.00 星 0 个评分
Link was Broken? Please 发送消息 给 NP 团队,我们会尽快为您处理!
支持开发者 如果您对测试满意或项目已成功盈利,可点击「更多信息」按钮,通过购买来支持开发者!

来自 anne51 的更多资源

JupiterMeet Pro - 白标视频会议 A
jit.si,在线课堂,视频会议,meet,在线,实时,录制,屏幕共享,SFU,视频通话
QrexOrder - SaaS QR多餐厅/WhatsApp在线订购/预订系统 A
基于SaaS的多餐厅点餐及预订系统,支持支付网关。
浏览
1,049
已更新
TableTrack - The Complete SaaS Restaurant Management Solution A
tailored to meet the unique branding and operational needs of any dining establishment.

相似的资源

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