firekid Posted January 14, 2018 Share Posted January 14, 2018 i have added allowed domain for registration https://i.imgur.com/IbOgBwP.jpg but on registration page there is no message for guest about allowed domain list. is there anyway i can place a message for guest which email domain they can use? Link to comment Share on other sites More sharing options...
1 titcrunch Posted January 14, 2018 Share Posted January 14, 2018 don't change code all time you update you lost modification ... just go in admin trasnlate and change the term by was you want 1 Best Regards Titcrunch French webdesigner in camel Design, Support, help and tutorials in : Forum Camel Design. Link to comment Share on other sites More sharing options...
0 Cookie Monster Posted January 14, 2018 Share Posted January 14, 2018 I think you can edit the template for twelfth under Admincp > customization > themes > your theme > Edit html / css Them search for registration 1 Liked what i posted remember to feed me a cookie ->Or you can add a cookie to my Link to comment Share on other sites More sharing options...
0 titcrunch Posted January 14, 2018 Share Posted January 14, 2018 simply way is just change the translate of "email adress" to "email address (yahoo, gmail only)" 1 Best Regards Titcrunch French webdesigner in camel Design, Support, help and tutorials in : Forum Camel Design. Link to comment Share on other sites More sharing options...
0 firekid Posted January 14, 2018 Author Share Posted January 14, 2018 1 hour ago, Cookie Monster said: I think you can edit the template for twelfth under Admincp > customization > themes > your theme > Edit html / css Them search for registration found the file system => register. but i could not understand the code. here is full code <section class='ipsPad'> <br> <h1 class='ipsType_veryLarge ipsType_center ipsType_reset'>{lang='sign_up'}</h1> <p class='ipsType_large ipsType_center ipsType_light'>{lang="existing_user"} <a href='{url="app=core&module=system&controller=login" seoTemplate="login"}'>{lang="sign_in_short"}</a></p> <br> <div data-role='registerForm'> <div class='ipsColumns ipsColumns_collapseTablet'> {{if count ( $login->forms( FALSE, TRUE ) ) > 1}} <div class='ipsColumn ipsColumn_fluid'> {{endif}} <div class='ipsBox ipsPad_double {{if count ( $login->forms( FALSE, TRUE ) ) == 1}}cRegister_noSocial ipsPos_center{{endif}}'> {$form|raw} </div> {{if count ( $login->forms( FALSE, TRUE ) ) > 1}} </div> <div class='ipsColumn ipsColumn_wide' id='elRegisterSocial'> <div class='ipsBox ipsPad_double'> <h2 class='ipsType_sectionHead'>{lang='reg_start_faster'}</h2> <p class='ipsType_normal ipsType_reset ipsType_light'>{lang='reg_connect'}</p> <br> {{foreach $login->forms( FALSE, TRUE ) as $k => $form}} {{if $k !== '_standard'}} <div class='ipsType_center'> {$form|raw} </div> {{endif}} {{endforeach}} </div> </div> {{endif}} </div> </div> </section> Link to comment Share on other sites More sharing options...
0 firekid Posted January 14, 2018 Author Share Posted January 14, 2018 thanks, problem solved Link to comment Share on other sites More sharing options...
0 Jrock Posted January 14, 2018 Share Posted January 14, 2018 The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
firekid
i have added allowed domain for registration
https://i.imgur.com/IbOgBwP.jpg
but on registration page there is no message for guest about allowed domain list. is there anyway i can place a message for guest which email domain they can use?
Link to comment
Share on other sites
6 answers to this question
Recommended Posts