Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Translate "Welcome Message"
phreak
MVP
Hi all,
I was able to translate almost all terms with a locale.php that resides in V2 ~/conf/ Folder.
Just the Welcome Message in the upper right box with the registration and login button doesn't like to get translated.
locale.php says this:
$Definition['It looks like you\'re new here. If you want to get involved, click one of these buttons!'] = 'Wenn Sie an den Diskussionen teilnehmen möchten, klicken Sie bitte hier:';
But it doesn't take effekt, does anyone have an idea for me?
Thanx
p*
I was able to translate almost all terms with a locale.php that resides in V2 ~/conf/ Folder.
Just the Welcome Message in the upper right box with the registration and login button doesn't like to get translated.
locale.php says this:
$Definition['It looks like you\'re new here. If you want to get involved, click one of these buttons!'] = 'Wenn Sie an den Diskussionen teilnehmen möchten, klicken Sie bitte hier:';
But it doesn't take effekt, does anyone have an idea for me?
Thanx
p*
- VanillaAPP | iOS & Android App for Vanilla - White label app for Vanilla Forums OS
- VanillaSkins | Plugins, Themes, Graphics and Custom Development for Vanilla
2
Comments
applications / dashboard / modules / class.guestmodule.php
line 16
public $MessageCode = "It looks like youre new here. If you want to get involved, click one of these buttons!";
this is my modify
hope can help you
Greetz
p*
['GuestModule.Message']
$Definition['GuestModule.Message'] = "welcome message";
it will update-save