but it doesn't then explain how to add the DEFINE('_REG_STEP ...you should not modify the default_language cbteamplugins_language.php ... Instead you need to download and install the CB language plugin for your language and make your language string changes there.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Where is "there"? In the CB Plugin Common Settings for Default Language (English) Parameters box? or the Default language (English) Specific Plugin Settings box? or in the cbteamplugins_language.php file in the downloaded .zip plugin before installing? (and where is it downloaded from please)? or in the installed default_language.php in components/com_comprofiler/plugin/language/default_language directory? OR???Instead you need to download and install the CB language plugin for your language (e.g., the English CB language plugin) and make your language string changes there.
Please Log in or Create an account to join the conversation.
It absolutely does. It even gives you an example. See the bottom of the tutorial as follows.Sorry Kyle but the tutorial at www.joomlapolis.com/support/tutorials/107-use-cases/18381-tabbed-step-based-registration-forms ] doesn't fully explain how to use the CBTxt method and in what file.
The 'Step 1', 'Step 2', etc. tab names can be optionally renamed by adding new language strings to your cbteamplugins_language.php file in the form of:
CBTxt::addStrings( array(
// language strings for step registration tabs
'Step 1' => 'User info',
'Step 2' => 'Additional info',
'Step N' => '...'
));
Please read your documentation, which you can download from the Advanced downloads section. We explain language usage in detail. We are not going to explain in every tutorial that uses language strings how to translate. The tutorials are modular with some expectancy that you have knowledge on the basics. You can also review the below page for further language usage information.Where is "there"? In the CB Plugin Common Settings for Default Language (English) Parameters box? or the Default language (English) Specific Plugin Settings box? or in the cbteamplugins_language.php file in the downloaded .zip plugin before installing? (and where is it downloaded from please)? or in the installed default_language.php in components/com_comprofiler/plugin/language/default_language directory? OR???
Please Log in or Create an account to join the conversation.
krileon wrote: Ensure profiles are set to DIV layout within CB > Configuration > User Profile. Now go to your registration page on frontend. Your registration form should be in individual steps. Each tab that has fields set to display on registration will become a Step. You can add more tabs and add fields to them that display on registration to add more steps. You can also edit existing tabs and change their registration order to change the order of the Steps.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.