Title control

Title control 1.4

No tiene permiso para descargar
Compatibilidad con XF
  1. 2.2.x
Descripción breve
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.
Autor
anne51
Vistas
631
Tipo de extensión
zip
Tamaño de archivo
16,3 KB
Primer lanzamiento
Última actualización
Valoraciones 0,00 estrella(s) 0 valoraciones
¿Enlace roto? Enviar mensaje al equipo NP y te ayudaremos rápidamente!
Apoia al desarrollador i estás satisfecho con la prueba o tu proyecto te ha generado ganancias, haz clic en el botón «Más información» para apoyar al desarrollador comprando.

Más recursos de anne51

Kirki Pro A
Kirki Pro 6.2.1 Nulled
Website Builder para WordPress, reimaginado.
Startli - Elementor Business Consulting WordPress Theme + RTL A
Startli is a modern and professional WordPress Consulting theme
Evne - Portafolio Creativo Tema WordPress A
para mentes audaces y creativas, Evne te permite crear tu propio portafolio de creatividad moderno de manera sencilla!

Recursos similares

[AndyB] Edit conversation title A
Allows editing conversation title even when you are the conversation recipient.
[AndyB] Custom title manager A
Allows viewing and managing custom user titles.
 Extienda los caracteres del título A
¿Estás cansado de la restricción en el límite de títulos de hilo en Xenforo?
Atrás
Superior