[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.
  • Нравится
Реакции: bilgilihocam и LittleBig
Автор
anne51
Просмотры
582
Тип расширения
zip
Размер файла
19.9 КБ
Первый выпуск
Последнее обновление
Оценки 0.00 звезды 0 оценок
Больше Ресурсов от anne51
AdvancedAdsPro
AdvancedAdsPro
WordPress Плагин для Управления Размещениями рекламы
Fixo - Mobile Phone, Computer Repair & Electronics Service WordPress Theme
Fixo - Mobile Phone, Computer Repair & Electronics Service WordPress Theme
Fixo is a clean, modern WordPress theme designed and developed for Mobile & Computer Repair Services
ShopBuilder Pro
ShopBuilder Pro
Создайте веб-магазины на WooCommerce с высокой конверсией за минуты, а не за месяцы

Последние обновления

  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
Обновлено
[AndyB] Forum title manager T
Просмотры
282
Обновлено
Назад
Вверх