Trovato il problema.. ultimo passaggio facevo così:
Open: language/en/acp/board.php
Codice: Seleziona tutto
'JAB_USERNAME_EXPLAIN' => 'Specify a registered username or a valid JID. The username will not be checked for validity. If you only specify a username, then your JID will be the username and the server you specified above. Else, specify a valid JID, for example user@jabber.org.',
// New User Welcome Topic Redirect
$lang = array_merge($lang, array(
'NEW_USER_WELCOME_TOPIC' => 'New User Welcome Topic Redirect',
'NEW_USER_WELCOME_TOPIC_EXPLAIN' => 'Redirect all new users to a specific topic upon first login on the board.',
'NEW_USER_WELCOME_TOPIC_ID' => 'New User Welcome Topic ID',
'NEW_USER_WELCOME_TOPIC_ID_EXPLAIN' => 'Enter the ID of the topic you wish to redirect all new users to.',
));
invece che:
Codice: Seleziona tutto
'JAB_USERNAME_EXPLAIN' => 'Specify a registered username or a valid JID. The username will not be checked for validity. If you only specify a username, then your JID will be the username and the server you specified above. Else, specify a valid JID, for example user@jabber.org.',
));
// New User Welcome Topic Redirect
$lang = array_merge($lang, array(
'NEW_USER_WELCOME_TOPIC' => 'New User Welcome Topic Redirect',
'NEW_USER_WELCOME_TOPIC_EXPLAIN' => 'Redirect all new users to a specific topic upon first login on the board.',
'NEW_USER_WELCOME_TOPIC_ID' => 'New User Welcome Topic ID',
'NEW_USER_WELCOME_TOPIC_ID_EXPLAIN' => 'Enter the ID of the topic you wish to redirect all new users to.',
));