[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.
  • Нравится
Реакции: bilgilihocam и LittleBig
Автор
anne51
Просмотры
556
Тип расширения
zip
Размер файла
19.9 КБ
Первый выпуск
Последнее обновление
Оценки 0.00 звезды 0 оценок
Ссылка не работает? Отправить сообщение команде NP, и мы поможем вам очень быстро!
Поддержите разработчика Если вы довольны тестом или ваш проект приносит доход, нажмите кнопку «Больше информации», чтобы поддержать разработчика покупкой.

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

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

Больше Ресурсов от anne51

Novamira Pro A
Novamira Pro 1.4.1
Ваш агент робота строится внутри вашего WordPress.
Просмотры
161
Обновлено
WP Bookingsystem A
WP Bookingsystem 5.12.8.1
Пowerful онлайн-плагин для бронирования для вашей бизнеса по租赁
Просмотры
219
Обновлено
AcyMailing Enterprise A
Лучший бесплатный плагин для рассылки и маркетинга для WordPress и Joomla!
Просмотры
1,773
Обновлено

Похожие ресурсы

[AndyB] Custom title manager A
Allows viewing and managing custom user titles.
Просмотры
421
Обновлено
[AndyB] Forum title manager T
Просмотры
258
Обновлено
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.
Просмотры
416
Обновлено
Вверх