Custom BBCodes Page

Modifications for phpBB3. Try the Mods here and share Your own Mods
There is no support here! Only Read Access!
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
User avatar
Stoker
Site Admin
Site Admin
Posts: 3525
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Custom BBCodes Page

Post by Stoker »

Title: Custom BBCodes Page

Moved: viewtopic.php?f=45&t=1292
Board rules! No PM support
User avatar
Michel
BBCoder II
BBCoder II
Posts: 11
Joined: 13 Mar 2010, 19:13

Re: Custom BBCodes Page

Post by Michel »

French Translation

Code: Select all

// Custom BBCodes page by Stoker
$lang = array_merge($lang, array(
    'BBCODE_DISPLAY'    => 'Affiché dans les post',
    'BBCODE_HELPLINE'    => 'Ligne d\'aide',
    'BBCODE_NAME'        => 'Nom Du BBCode',
    'CUSTOM_BBCODES'    => 'BBCodes',
    'VIEWING_BBBCODES'    => 'Voir Les BBCodes',
    'BBCODE_COUNT'      => '1 BBCode',
    'BBCODES_COUNT'     => '%d BBCodes',
)); 
User avatar
Chalong
BBCoder II
BBCoder II
Posts: 59
Joined: 06 Mar 2010, 14:03
Location: Pforzheim / Germany
Contact:

Re: Custom BBCodes Page

Post by Chalong »

German Translation
or @ Metzimods

Öffne language/de/common.php

Finde

Code: Select all

?>
Füge DAVOR ein:

Code: Select all

// Custom BBCodes page by Stoker
$lang = array_merge($lang, array(
    'BBCODE_DISPLAY'     => 'Beim Verfassen eines Beitrags anzeigen',
    'BBCODE_HELPLINE'    => 'Tipp-Anzeige',
    'BBCODE_NAME'        => 'BBCode Name',
    'CUSTOM_BBCODES'     => 'Eigene BBCodes',
    'VIEWING_BBBCODES'   => 'Eigene BBCodes anzeigen',
    'BBCODE_COUNT'       => '1 Eigener BBCode',
    'BBCODES_COUNT'      => '%d Eigene BBCodes',
));   
Regards Chalong

www.chalong.de
User avatar
Sir Xiradorn
BBCoder II
BBCoder II
Posts: 10
Joined: 08 Mar 2010, 11:36
Location: MMM....i don't know.....
Contact:

Re: Custom BBCodes Page

Post by Sir Xiradorn »

Italian Translation

Apri il file language/it/common.php
Open language/it/common.php

Trova:
Find:

Code: Select all

?>
Prima Aggiungi:
Before Add:

Code: Select all

// Custom BBCodes page by Stoker
$lang = array_merge($lang, array(
    'BBCODE_DISPLAY'    => 'Visualizza nei post',
    'BBCODE_HELPLINE'    => 'Linea guida',
    'BBCODE_NAME'        => 'Nome BBCode',
    'CUSTOM_BBCODES'    => 'BBCodes Custom',
    'VIEWING_BBBCODES'    => 'Sta vedendo i Custom BBCode',
    'BBCODE_COUNT'      => '1 Custom BBCode',
    'BBCODES_COUNT'     => '%d Custom BBCode',
)); 
Last edited by Sir Xiradorn on 18 Apr 2010, 16:27, edited 4 times in total.
EN language torturer :twisted:
Admin Leader & Founder of: Xiradorn Lab - www.xiradorn.it
User avatar
Fire-Fox
BBCoder IV
BBCoder IV
Posts: 275
Joined: 22 Mar 2010, 13:24
Location: Denmark

Re: Custom BBCodes Page

Post by Fire-Fox »

Stoker, will you share your howto. To add the klapper funktion
User avatar
Stoker
Site Admin
Site Admin
Posts: 3525
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: Custom BBCodes Page

Post by Stoker »

Board rules! No PM support
User avatar
Fire-Fox
BBCoder IV
BBCoder IV
Posts: 275
Joined: 22 Mar 2010, 13:24
Location: Denmark

Re: Custom BBCodes Page

Post by Fire-Fox »

Thank you :)
User avatar
ahh72
BBCoder II
BBCoder II
Posts: 19
Joined: 26 Apr 2010, 19:36
Location: Germany
Contact:

Re: Custom BBCodes Page

Post by ahh72 »

spanish translation:

Code: Select all

// Custom BBCodes Page by Stoker
$lang = array_merge($lang, array(
	'BBCODE_DISPLAY'	=> 'Mostrar en la publicación',
	'BBCODE_HELPLINE'	=> 'Línea de ayuda',
	'BBCODE_NAME'		=> 'Nombre del BBCode',
	'CUSTOM_BBCODES'	=> 'BBCodes personalizados',
	'VIEWING_BBBCODES'	=> 'Viendo los BBCodes personalizados',
	'BBCODE_COUNT'		=> '1 BBCode personalizado',
	'BBCODES_COUNT'		=> '%d BBCodes personalizados',
));
thanks for the mod :thumb:
- Forum URL: http://www.gamerhispano.com/foro
- Hosting: http://www.bluehost.com
- PhpBB Version: 3.0.7-PL1
- Style: SE Square Left (based on prosilver)
User avatar
Georgio
BBCoder II
BBCoder II
Posts: 53
Joined: 06 Mar 2010, 19:10
Location: Cabanes, Spain
Contact:

Re: Custom BBCodes Page

Post by Georgio »

romanian translation:

Code: Select all

// Custom BBCodes Page by Stoker
$lang = array_merge($lang, array(
   'BBCODE_DISPLAY'   => 'Arată la publicare',
   'BBCODE_HELPLINE'   => 'Ajutor',
   'BBCODE_NAME'      => 'Numele codului BB',
   'CUSTOM_BBCODES'   => 'Coduri BB peronalizate',
   'VIEWING_BBBCODES'   => 'Vizionează Codurile BB personalizate',
   'BBCODE_COUNT'      => '1 cod BB personalizat',
   'BBCODES_COUNT'      => '%d coduri BB personalizate',
));
Good MOD, Thanks! 8-)
Last edited by Georgio on 06 Aug 2010, 23:46, edited 2 times in total.
User avatar
k959
BBCoder I
BBCoder I
Posts: 2
Joined: 07 Mar 2010, 08:29
Location: Hungary

Re: Custom BBCodes Page

Post by k959 »

Hungary Translation

Code: Select all

// Custom BBCodes page by Stoker
$lang = array_merge($lang, array(
	'BBCODE_DISPLAY'	=> 'Megjelenítés',
	'BBCODE_HELPLINE'	=> 'Segítség',
	'BBCODE_NAME'		=> 'BBkód neve',
	'CUSTOM_BBCODES'	=> 'Egyedi BBkódok',
	'VIEWING_BBBCODES'	=> 'Egyedi BBkódok megnézése',
	'BBCODE_COUNT'      => '1 Egyedi BBkód',
    'BBCODES_COUNT'     => '%d Egyedi BBkódok',
));
Locked