Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • eddierio Friend
    #160530

    Joomla 1.6
    Login Redirection is working fine, but Logout is sending me to index.php/component/users/
    Thanks

    Sherlock Friend
    #377894

    Dear eddierio,

    To get the Logout sending to the logout link which you set in the module back-end please just try as follow
    Open the file of templatesja_community_plushtmlmod_jalogindefault.php,you would see this snap of code

    [PHP] <?php if ($params->get(‘greeting’)) : ?>
    <li><?php echo JText::sprintf( ‘HINAME’, $user->get(‘name’) ); ?><a href=”<?php echo JRoute::_(“index.php?option=com_users&task=user.logout&return=”.base64_encode(‘index.php’));?>” class=”logout-switch”>
    <?php endif; ?>[/PHP]

    Just change it to
    [PHP] <?php if ($params->get(‘greeting’)) : ?>
    <li><?php echo JText::sprintf( ‘HINAME’, $user->get(‘name’) ); ?><a href=”<?php echo JRoute::_(“index.php?option=com_users&task=user.logout&return=”.$return);?>” class=”logout-switch”>
    <?php endif; ?>[/PHP]

    That would help !

    eddierio Friend
    #377986

    It’s working now.
    Thanks

    aidosnet Friend
    #403348

    I’ve also this problem with ja_social 1.5.23
    I’m redirected to:
    http://localhost/comunicareinfamiglia.it/component/user/?task=logout&return=aW5kZXgucGhw
    with a 404 not found error message

    Someone can help me?

    aidosnet Friend
    #403352

    resolved
    it was a problem in .htaccess

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

This topic contains 5 replies, has 3 voices, and was last updated by  aidosnet 13 years, 3 months ago.

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