Shadro Posted November 3, 2019 Share Posted November 3, 2019 I've been trying to figure out how to edit the navbar and stuff, but I can't seem to find the proper files to edit in order to do this, I've looked all over in the docs but it's not showing which files can actually be edited to change the navbar and other things. Help would be greatly appreciated! 0 Quote Link to comment Share on other sites More sharing options...
bear Posted November 3, 2019 Share Posted November 3, 2019 Navbars are done with hooks. https://docs.whmcs.com/Editing_Client_Area_Menus 0 Quote Link to comment Share on other sites More sharing options...
Shadro Posted November 4, 2019 Author Share Posted November 4, 2019 You obviously didn’t read what I said. This still doesn’t tell me WHERE the hook files are located. This is no help to me. 0 Quote Link to comment Share on other sites More sharing options...
bear Posted November 4, 2019 Share Posted November 4, 2019 22 minutes ago, Shadro said: You obviously didn’t read what I said. This still doesn’t tell me WHERE the hook files are located. This is no help to me. I sure did. You, apparently, didn't read the link I gave. In that, it explains, in full, what you need to do. Try this link, which was easily found there: https://developers.whmcs.com/hooks/getting-started/ 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted November 4, 2019 Share Posted November 4, 2019 18 hours ago, Shadro said: I've been trying to figure out how to edit the navbar and stuff, but I can't seem to find the proper files to edit in order to do this, I've looked all over in the docs but it's not showing which files can actually be edited to change the navbar and other things. as bear suggests, hooks are the way to go with this... 11 hours ago, Shadro said: You obviously didn’t read what I said. This still doesn’t tell me WHERE the hook files are located. This is no help to me. they are in /includes/hooks, but there won't be an exiting hook in there that you can edit to modify these navbar menus - you will need to create one from scratch to enable the changes that you want to make to the menu... there will be limited examples in the documentation, but hundreds of working examples have been posted in these forums over the last few years. technically, there are templates that you can edit to tweak the menus, but you would have to understand Smarty to a high level... and even if you did know Smarty to that degree, it's still far easier to do it using action hooks. 🙂 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.