Title control

Title control 1.4

Sem autorização para baixar
Compatibilidade com XF
  1. 2.2.x
Descrição curta
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.
Autor
anne51
Visualizações
546
Tipo de extensão
zip
Tamanho do arquivo
16,3 KB
Primeiro lançamento
Última atualização
Avaliações 0,00 estrelas 0 avaliações
Link was Broken? Please Enviar mensagem para a equipe NP que vamos ajudá-lo rapidamente!
Apoie o desenvolvedor Se você está satisfeito com o teste ou seu projeto gerou lucro, clique no botão “Mais informações” para apoiar o desenvolvedor comprando.

Mais recursos de anne51

TableTrack - The Complete SaaS Restaurant Management Solution A
tailored to meet the unique branding and operational needs of any dining establishment.
Visualizações
419
Atualizado
Off POS - Retail POS and Stock Software A
Revolutionize your retail operations with Off POS, the ultimate Retail POS and Stock Software.

Recursos similares

[01] Extend Title Characters A
Are you fed up with the restrictive Xenforo Thread titles limit?
Visualizações
214
Atualizado
[AndyB] Custom title manager A
Allows viewing and managing custom user titles.
Visualizações
312
Atualizado
[AndyB] Edit conversation title A
Allows editing conversation title even when you are the conversation recipient.
Visualizações
339
Atualizado
Top