Topic-icon User menu dropdown

Active Subscriptions:

None
10 years 6 months ago - 10 years 6 months ago #37675 by andres_Santiago
Hi there,

I want to configure SCLogin module as used at www.sourcecoast.com/. I check the information in www.sourcecoast.com/sclogin/features/user-menu-dropdown, but is not clear how to achieve this result, because I am not sure how use a module as menu item. Please could you help me to check what I am missing?

The link is www.atjump.com/index.php/es/welcome-to-jump.

Thank you
Last edit: 10 years 6 months ago by andres_Santiago.
The topic has been locked.
Support Specialist
10 years 6 months ago #37685 by alzander
Replied by alzander on topic User menu dropdown
I'm not sure specifically what feature you're looking for from our site, but I'm assuming it's the User Menu that shows when the user is logged in. If so, you just need to create the menu in the Joomla menu manager with the items you want available to logged in users. Then, in the SCLogin options, set the "Show User Menu" option to the menu you just created in Joomla.

I hope that helps, but if not, let us know.

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

None
10 years 6 months ago - 10 years 6 months ago #37687 by andres_Santiago
Replied by andres_Santiago on topic User menu dropdown
Hi Alex,

I want to show the module as part of main menu showing to users the login as a text or my account as a text:
File Attachment:


File Attachment:

I am not sure how to configure the module to do it.

As you can check at www.atjump.com/index.php/es/welcome-to-jump the modal window to login is not working.

Thank you!
Last edit: 10 years 6 months ago by andres_Santiago.
The topic has been locked.
Support Specialist
10 years 6 months ago #37734 by alzander
Replied by alzander on topic User menu dropdown
Thanks for pointing out exactly what you're looking for. That 'menu' up there is actually the SCLogin module. It's not a Joomla menu that we're showing there. The way we have it configured is:
* Text links for Login / Register are done by setting the "Modal Style" option to "Text" in the SCLogin module.
* Then we're enabling the Show User Menu option to show the My Account menu from Joomla to the users.
** To make the User Menu a text drop down like that, there's one modification you have to make to the /modules/mod_sclogin/helper.php file. Around line 377, you'll see:
//$menuNav .= '<ul class="menu nav"><li class="dropdown"><span>'.$parentTitle.'</span>';
                $menuNav .= '<ul class="menu nav"><li><span>' . $parentTitle . '</span>';
                //$menuNav .= '<ul class="dropdown-menu">';
                $menuNav .= '<ul class="flat-list">';
Uncomment (remove the //) the 1st and 3rd lines and comment (add a //) to the 2nd and 4th lines. That will switch it to a text link menu. However, you may needs some additional template styles to make that work well with your template (which is why we don't have an option for that mode yet).

The other option is to only show the SCLogin module to guests and then show a registered mod_menu to logged in users.

I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 6 months ago #37744 by andres_Santiago
Replied by andres_Santiago on topic User menu dropdown
Hi Alex,

Your answer is very useful, the module look really good! I already use the configuration parameters, however the modal box to login users is not working, could you help me to check what is wrong?

The link to the front end is www.atjump.com/index.php/es/welcome-to-jump

Thank you!
The topic has been locked.
Support Specialist
10 years 6 months ago #37751 by alzander
Replied by alzander on topic User menu dropdown
I think the problem is that you've added some additional requested permissions to LinkedIn incorrectly and they are throwing a Javascript error. When you enter additional permissions, make sure you enter them with no spaces or carriage returns, like:
r_emailaddress,r_network,r_contactinfo
Additionally, we already request the email address permission so you shouldn't add that.

I hope it helps.

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

None
10 years 6 months ago #37757 by andres_Santiago
Replied by andres_Santiago on topic User menu dropdown
Hi Alex,
I already remove all additional permissions at JLinkedin, however the modal box is not working yet. Some idea what else is wrong?

Thank You!
The topic has been locked.
Support Specialist
10 years 6 months ago #37783 by alzander
Replied by alzander on topic User menu dropdown
Not sure exactly what's happening, but the best thing to try is enabling our jQuery/Bootstrap compatibility layer. To do so, go to the Configuration -> Misc area of JFBConnect and enable the "Include jQuery" setting. Test with that and let me know if that helps or not. From there, we should have a better understanding of what's going wrong.

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

None
10 years 6 months ago #37824 by andres_Santiago
Replied by andres_Santiago on topic User menu dropdown
Hi Alex,

I didn't find in Configuration -> Misc area "Include jQuery" setting, however I found Enable Debugging Mode, and now is enable. Please let me know if I need to do something else.

Thank you!
The topic has been locked.
Support Specialist
10 years 6 months ago #37835 by alzander
Replied by alzander on topic User menu dropdown
Can you check that you're running JFBConnect v5.1.2 and SCLogin v3.1.2? I was incorrect about the setting name, it should be "Load jQuery" instead of "Include jQuery".

More importantly though, the x.1.2 releases have the improved compatibility layer for Javascript. If you're using an earlier version than that, it could be the cause of your problems.

Thanks,
Alex
The topic has been locked.