Jump to content

[Solved] $Menu In Top Horizontal Menu


Recommended Posts

Thanks for the reply!

 

Yes! I am referring to the top horizontal menu. I wanted to add some inline attributes to the menu items. I cannot find where the links themselves are located. I know how to use the module to create links, however I am looking to use specific functions such as onClick, which I am unable to use unless I am able to access the links.

Link to comment
Share on other sites

you should edit tpl files and php class file of this module, you can find all files out in: \modules\blocktopmenu\

Thank you for your reply, however I have found another solution. By the way, the links on the horizontal top menu are not inside of this folder, I have previously looked for them. Maybe in the future I will revisit this, to find how or where they are created.

 

Thanks you.

Edited by Mcasey (see edit history)
Link to comment
Share on other sites

Thank you for your reply, however I have found another solution. By the way, the links on the horizontal top menu are not inside of this folder, I have previously looked for them. Maybe in the future I will revisit this, to find how or where they are created.

 

Thanks you.

 

Hi, I have to access the links too, can you tell me your alternative solution? Thanks in advance.

Link to comment
Share on other sites

I was trying to use an Onclick function, I switched from using an onclick function, and in the module added a javascript function to go to my page. for example, the link in the module would look like javascript:loadtickets(); as tickets is a specific page that I have set my site to. I also used some embedded scripts to get around this. This was very specific to my own personal needs, and if you are just trying to change the link to another page you can access this by going to your back end > modules > top horizontal menu

Link to comment
Share on other sites

×
×
  • Create New...