'LOGIN_NEW_USER_WELCOME_TOPIC_REDIRECT' => 'You have been successfully logged in. As this is your first visit you will be redirected to our welcome topic.',
'RETURN_NEW_USER_WELCOME_TOPIC' => '%sProceed to welcome topic%s',
open language/en/acp/board.php
FindThis may be a partial find and not the whole line
'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.',
));
Add afterAdd these lines on a new blank line after the preceding line(s) to find
// 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.',
));
Configure the ID of the topic you wish to redirect to on the board features page of the ACP.
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array
clight77 wrote: Oct 9th, '15, 21:08
Thanks I am trying it :)
Is it possible to force new member to have to make a post before they can use the rest of the site ?
There was a mod for doing that you needed set post count b4 you could enter to forums so the out come was you had to post in the introductions form first then you got board access.
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array
Mod means it was for 3.0.x not for 3.1.x? I'm looking for an extension for 3.1.x to force users to post in the introductions form first before they can access the whole forum.
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array