Different name for custom block in different languages
Posted: 8. November 2008 21:23
Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner
What have you done before the problem was there?
What have you already tryed to solve the problem?
Description and Message
Hi, is it possible to have different name for custom block for different language? To the name field of custom block I added {L_ADVERTISEMENT} and to common.php I added for Czech and for English ... but it doesn't work. Do you have any idea?[/i]
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner
What have you done before the problem was there?
What have you already tryed to solve the problem?
Description and Message
Hi, is it possible to have different name for custom block for different language? To the name field of custom block I added {L_ADVERTISEMENT} and to common.php I added
Code: Select all
'ADVERTISEMENT' => 'REKLAMNÍ BANNER',
Code: Select all
'ADVERTISEMENT' => 'ADVERTISEMENT',