Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Aratype Friend
    #154895

    I am trying to show “Login” Form without showing “Create an account” form but I was not able to do it…

    In Joomla forum I see this evident hint but it does not work in JA: http://forum.joomla.org/viewtopic.php?f=472&p=2274676

    I know that new user can not register because registration is disabled but I need also to remove the sentence “Create an account” from pages…

    Someone worked on it ?

    Thanking you in advance

    OR

    scotty Friend
    #357541

    Yes this is a bug in JA Social where if ‘Allow user registration‘ is DISABLED in Joomla System Admin, JA Social will still show the ‘Create New Account‘ link.

    To fix open …templatesja_socialhtmlmod_jalogindefault.php and find on line 61…
    [PHP] if($option!=’com_user’ && $task != ‘register’) { ?>
    [/PHP]and change to…
    [PHP] if($usersConfig->get(‘allowUserRegistration’) && $option!=’com_user’ && $task != ‘register’) { ?>
    [/PHP]

    Aratype Friend
    #357575

    Thank you very much…

    Actually for a respectful corporate site… It should be like this! User can log-in but you can not sign in!

    jimmer Friend
    #358107

    Thanks for the quick and easy fix.

    bootdisk Friend
    #358856

    Thanks, but I am left with a new problem – I cannot use the ‘logout’ function in the module now, the text is there, but no hyperlink to logout.

    scotty Friend
    #359075

    Logout is working fine on mine after modifications. Can you check again or post a live URL to your site?

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

This topic contains 6 replies, has 4 voices, and was last updated by  scotty 14 years, 1 month ago.

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