andybh Posted November 21, 2007 Share Posted November 21, 2007 I have noticed that the client area menu (after logging - in) is a bit cluttered. It would be nice if we could put a space between each link. for example: My Details (space) My Hosting Packages (space) My Domains (space) etc etc etc Could anyone tell me which file I would have to edit to achieve this? 0 Quote Link to comment Share on other sites More sharing options...
bear Posted November 21, 2007 Share Posted November 21, 2007 It's in "header.tpl" in whatever template set you're using. Look for "{if $loggedin}"; it's right below that. 0 Quote Link to comment Share on other sites More sharing options...
andybh Posted November 21, 2007 Author Share Posted November 21, 2007 I should explain a little more. I have got myself a template and had someone integrate it to whmcs. There for the header.tpl has been modified (see below) the live site is http://rightclicksolutions.biz <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset={$charset}" /> <title>{$companyname} - {$pagetitle}</title> <link rel="stylesheet" type="text/css" href="templates/{$template}/style.css" /> </head> <body><!--header part start --> <div id="header"> <img src="http://rightclicksolutions.biz/images/logo.jpg" width="294" height="69" alt="Hosting 2007" title="Hosting 2007"/><br /> <ul> <li><a class="online" href="#" title="online live chat">online chat</a></li> </ul> <ul class="navi"> <li><a href="index.php" class="home">Home</a></li> <li><a href="hosting.php" class="about">Hosting</a></li> <li><a href="reseller.php" class="download">Reseller Hosting</a></li> <li><a href="domains.php" class="about">Domains</a></li> <li><a href="support.php" class="about">Support</a></li> <li><a href="contact.php" class="about">Contact Us</a></li> </ul> </div> <!--header part end --> 0 Quote Link to comment Share on other sites More sharing options...
andybh Posted November 21, 2007 Author Share Posted November 21, 2007 Ive found it! its in clientareadetails.tpl 0 Quote Link to comment Share on other sites More sharing options...
bear Posted November 21, 2007 Share Posted November 21, 2007 "clientareadetails.tpl" in my version has (not surprisingly) only the clients details in it. The part where they can change their address CC and password. In a typical installation, this is called into another page, header.tpl, where the navigation elements you mentioned are actually located. Yours must be heavily modified then. 0 Quote Link to comment Share on other sites More sharing options...
PPH Posted November 21, 2007 Share Posted November 21, 2007 "clientareadetails.tpl" in my version has (not surprisingly) only the clients details in it. The part where they can change their address CC and password. In a typical installation, this is called into another page, header.tpl, where the navigation elements you mentioned are actually located. Yours must be heavily modified then. Yep, I signed up for an account and took a peek... BTW might want to take away the link to the tutorials page if you don't have any, and or add the nav menu there or you are stuck! 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.