Proxied Posted July 28, 2013 Share Posted July 28, 2013 Can someone please help me on this problem I've been having? My homepage is my domain registration page... why? Can I change that.. On the Navbar, I want to add an order page, because when you're not logged in you can't see the "services" page. I want to get rid of the affiliates page on the navbar, and find out how to add new pages to it. Please help! Thanks! 0 Quote Link to comment Share on other sites More sharing options...
AnnihilationA Posted August 1, 2013 Share Posted August 1, 2013 Can you do screenshots so we can get a better example of how to fix it? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Sam Posted August 1, 2013 Share Posted August 1, 2013 On the Navbar, I want to add an order page, because when you're not logged in you can't see the "services" page. I want to get rid of the affiliates page on the navbar, and find out how to add new pages to it. All of these changes may be made in your header.tpl file in templates/theTemplateYoureUsing/header.tpl In the default template, the section of the header when not logged in is lines 120-149. Where exactly you'll want to add the order link is up to you. To remove the affiliates link from the nav bar, you may simply remove the code that generates that link. Lines 100-102 (for when a customer is logged in) and 132-134 (for when not logged in) To add new links to the navbar, you'll simply need to add additional points to the list. I'd recommend modifying the affiliate link you want to remove as your first link. That way, you'll have a good idea of what the formatting will need to be. I recommend you check out our documentation regarding client area templates. All the templates are written in a template engine called Smarty. Their documentation is fantastic - easy to read and covers all the bases from simple formatting to logic application. One thing to note is that editing the nav bar, especially if you add too much, can result in the site looking a little wonky. You may need to adjust your CSS as well to handle the newly-sized bar. 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.