Hide Tag Special BBC Buton

Iniciado por candidosa2, 09 de Abril de 2011, 09:59

Tópico anterior - Tópico seguinte

0 Membros e 1 Visitante estão a ver este tópico.

candidosa2

Sources\ subs-editor.php


array(
                'image' => 'email',
                'code' => 'email',
                'before' => '[email]',
                'after' => '[/email]',
                'description' => $txt['insert_email']
            ),



Acrescentem-se

array(
                'image' => 'hide',
                'code' => 'hide',
                'before' => '[hide]',
                'after' => '[/hide]',
                'description' => $txt['Esconder ligações']
            ),



modification.teuidioma.php

$txt['link gizle'] = 'Esconder ligações';


oliveirandre21