Topic-icon make login as menu item as in your page

Active Subscriptions:

None
10 years 5 months ago #43638 by varstars
how do I Make the sclogin load in the menu like your system does and then have it change when you're logged in to "account"
The topic has been locked.
Support Specialist
10 years 5 months ago #43656 by alzander
The top right 'menu' is actually the whole SCLogin module. That's not a special Joomla menu item. The "My Account" menu is a Joomla menu that we've set to display in the Logout Parameters for "User Menu", or something like that.

For the buttons to look like text links, there's a setting in the Login parameters to use Text Links instead of Buttons.

There was a little additional styling to make the menu buttons fit with our upper bar, but nothing too out of the ordinary for template integration.

I hope that helps explain, but if you have any other questions, just let us know.

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

None
10 years 5 months ago #43731 by klashorst
Hello

I have also intergrated this into my menu! Works even better for me!!
Could you help me with some styling issues?

I have Inlogger/registeer in the main menu. But this is to high located in the bar. I also would like to have the style and color the same as the other menu text.
When logged in the pop-up is also to high located, can this also be adjusted ( prefer the colors inverse as the menu text and color)

Thanks for your help

My site is : www.kleedmeleuk.be

best regards
Roel
The topic has been locked.
Active Subscriptions:

None
10 years 5 months ago - 10 years 5 months ago #43752 by varstars
thanks Alzander.

I'll try that but I when my login "popup" appears it's not formatted the same way as yours either. The social logins line up block style with no similar buttons, while yours are all inline.

I've attached the example of what my login looks like.

Lastly, is there any way to make the login be a menu option? I'd like it to appear in the navigation and the template I'm using doesn't have a "nav" module position. Navigation menu choice is made through the template administration page.
Last edit: 10 years 5 months ago by varstars.
The topic has been locked.
Support Specialist
10 years 5 months ago #43872 by alzander
varstars,
Sorry for the delayed response. There was no attachment to this post, so I can't see what you're seeing. If you upload an image, please make sure you click the green arrow next to the upload to insert it into the post.

From what you describe, here's what I'd check in your SCLogin settings, which is what we have as our settings on this site. These settings are all in the "Social Button Settings" area:
Button Type: Icon with Text
Orientation: Bottom
Alignment: Left

Lastly, is there any way to make the login be a menu option? I'd like it to appear in the navigation and the template I'm using doesn't have a "nav" module position. Navigation menu choice is made through the template administration page.

What specific portion of the login are you talking about? Do you want the popup to be linked to from the menu, or the social login buttons to show in your menu, or the full joomla username/password form to show there?

Right now, we don't have many options for working within a menu. Joomla menu's don't let you run PHP code, and our module needs to have settings and options to display it's popups and do stuff like that. We're looking into options that we may be able to add in a future release, but there's nothing available right now I could give to you.

Roel,
You can target the Login | Register links with the .sourcecoast.sclogin-modal-links class, like:
.sourcecoast.sclogin-modal-links {
margin-top: 10px;
}
Hopefully, that helps you get started with styling those items fit for your template.

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

None
10 years 5 months ago #44020 by varstars
File Attachment:


That is the image I get on my login.

I'll try the other solutions you described as well.
The topic has been locked.