test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • dostrog Friend
    #167668

    Hi!

    There is known bug in mod_jalogin replacement (…/templates/ja_community_plus/html/mod_jalogin/default.php)
    when button Create account do not hide if global setting ‘Allow user registration’ set to ‘No’.

    To solve this I always make little change in those default.php (see above):

    replace line 92

    [PHP]if($option!=’com_user’ && $task != ‘registration’) { ?>[/PHP]

    to

    [PHP]if($usersConfig->get(‘allowUserRegistration’) && $option!=’com_user’ && $task != ‘registration’) { ?>[/PHP]

    JoomlaArt team!
    Please correct this in next update of template, OK?

    jooservices Friend
    #420439

    Thanks for this fix! I will forward this to our devs.

    Regards,
    Viet Vu

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  jooservices 13 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum