[AndyB] Thread title manager

[AndyB] Thread title manager 2.1

Registrieren Sie sich oder melden Sie sich an für kostenlosen Download
XF-Kompatibilität
  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.
Autor
anne51
Ansichten
582
Erweiterungstyp
zip
Dateigröße
19.9 KB
Erste Veröffentlichung
Letzte Aktualisierung
Bewertungen 0.00 Sterne 0 Bewertungen
Weitere Ressourcen von anne51
Advanced-Anzeigen-Pro
Advanced-Anzeigen-Pro
Der WordPress-Plugin zum Werbeverwaltung
Fixo - Mobiltelefon, Computerausstattung und Elektronikservice WordPress-Thema
Fixo - Mobiltelefon, Computerausstattung und Elektronikservice WordPress-Thema
Fixo ist ein sauberes und moderne WordPress-Thema, das für Mobil- und Computer-Reparaturdienstleister entworfen und entwickelt wurde.
ShopBuilder Pro
ShopBuilder Pro
Bauen Sie High-Performierende WooCommerce-Sites in Minuten, Nicht Monaten

Neueste Aktualisierungen

  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.

Ähnliche Ressourcen

[AndyB] Custom title manager A
Allows viewing and managing custom user titles.
Ansichten
443
Aktualisiert
[AndyB] Forum title manager T
Ansichten
282
Aktualisiert
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.
Ansichten
433
Aktualisiert
Zurück
Oben