Topic-icon Adding "Your Profile" to Module after Login

Active Subscriptions:

None
Howdy,

I'm wanting to add a "Your Profile" (www.onthegrapevine.info/your-profile) link to the bottom of the SCLogin module once the user has logged in.

At present it's in 2 separate module.

Is this possible?

www.onthegrapevine.info
The topic has been locked.
Support Specialist
12 years 3 months ago #41390 by alzander
In the Logout Settings area of the SCLogin module, there is an option to add a "User Menu" to the logout area. You should create your Joomla menu with a "Your Profile" menu item, and then have the SCLogin module show that menu.

It should be pretty easy to setup, but if you have any questions, let us know.

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

None
12 years 3 months ago #41447 by mr.insideout
Cheers Alex. Didn't realise that was in there.

If I may be a pain and ask is it possible to line the left side of the sc-login up with the pictures below it.

Ive tried

.sclogin {
text-align: left;
padding: 10px 0 0 203px;

This lines up on my monitor but not on others. Is there a way to make it dynamic? So its the left margin I'm concerned about.

TIA
The topic has been locked.
Support Specialist
12 years 3 months ago #41474 by alzander
Glad to help. There's a ton of features in our products. We always try to make things easy to find and understand, but it's easy to skip over an option.

For the positioning, the absolute div you're putting it in is causing all your trouble. You should:
1) Move the SCLogin module into the div with id="toolbar" (the same as the search module)
2) Add the following to your CSS:
.sclogin {float:left;}
That should put it inline with the search bar, but all the way to the left.. and aligned with the image.

I'm hoping/assuming your template has a module position in that toolbar area you can easily assign too.

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