Topic-icon Login and Logout not work on Jomsocial Frontpage (Default)

Active Subscriptions:

None
11 years 9 months ago - 11 years 9 months ago #46337 by testcouch
hi Alex, i run into a similar issue like this one here: www.sourcecoast.com/forums/non-commercia...n-on-jomsocial-pages

i'm able to Login or Logout on every Jomsocial Page, except the Jomsocial Frontpage! i use jomsocial component as Default menu and sh404SEF on Joomla 2.5.24

i figured out that my jomsocial frontpage Url without SEF is /index.php?option=com_community&view=frontpage&Itemid=113

and with SEF are Redirect to Home Domain Url (without index.php) because i have mod_rewrite enabled in sh404SEF Settings. so i think that settings should be correct,or?

i tried several times but i don't know how i could fix this..could you help me here? :)
Last edit: 11 years 9 months ago by testcouch.
The topic has been locked.
Support Specialist
We'll gladly help however we can. The issue you describe can usually be fixed by enabling the "Include jQuery / Bootstrap" setting in the SCLogin module.

If that doesn't get you fixed up, we'd need to see your site to determine what's going wrong. Can you post, or Private Message, the URL of your JomSocial homepage where things aren't working? We'll gladly help investigate.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
hi Alex, i could fix the Logout issue on JS frontpage with following Code in Line 33 module logout.php:
<form action="<?php echo JRoute::_('index.php?option=com_content&view=article&id=29&Itemid=130', true, $params->get('usesecure')); ?>" method="post" name="login">

the link redirect now to a Logout page and it works perfect =)

but the login issue i could fix..so i decided to unpuplish the sc login with metamod php code on frontpage
The topic has been locked.
Support Specialist
Glad to hear you seem to have gotten things going. I'm not sure why that code change was required as it shouldn't have been necessary. Its good its working though :)

If you need anything else, please let us know!

Finally, if you haven't already, please consider leaving a rating and review for SCLogin, or our support, on the Joomla Extension Directory. It certainly isn't required, but is very appreciated:
extensions.joomla.org/extensions/access-...authentication/24054

Alex
The topic has been locked.
Active Subscriptions:

None
JomSocial Login page is found @ /public_html/components/com_community/templates/default/Frontpage.guest.php
The topic has been locked.