Nectar Template - User Menu - Question | JoomShaper

Nectar Template - User Menu

SG

Steven Guigou

Template 1 month ago

Hello

I would like to know how I can modify the user menu located on the button to the right of the navigation bar. By default, this menu contains access to the Joomla user profile and the logout option.

However, I would like to change the access to the Joomla user profile to access to the EasyStore user profile, so that the user can also access their order list, in addition to their data.

Thank you!

0
3 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 month ago #224773

Hello Steven Guigou,

Thank you for reaching out to our technical support forum. I’m sorry to hear about the trouble you’re experiencing.

The module is hard coded here:

templates/nectar/features/menu.php

It is better not to edit it. You can follow another approach. Take a new menu and add EasyStore Profile and Orders as menu items. Then take a Menu type module and publish the menu on the menu position. Then you might need to add some custom styling to match with the template.

Sorry we do not provide customization support. You have to do it by yourself.

Best regards

0
SG
Steven Guigou
Accepted Answer
1 month ago #225766

Hello

That creating a menu and modifying its styles isn't a problem for me. The problem is making that menu dynamic, since the default menu in the template, upon logging in, changes the phrase "Login" to the logged-in user's name as the main menu item. I don't know how to do that when creating a menu item. Can you help me with that? Otherwise, I have no other option but to modify the template.

Thank you very much.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 weeks ago #225819

The Login/User menu item in Nectar is handled by the template's built-in functionality, which automatically replaces the "Login" text with the logged-in user's name. If you create a custom menu item manually, this dynamic behavior will not work out of the box.

At the moment, reproducing the same functionality in a custom menu would require template customization or overriding the relevant code.

Thank you.

0