Jump to content

change client area menu


andybh

Recommended Posts

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?

Link to comment
Share on other sites

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 -->

Link to comment
Share on other sites

"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. ;)

Link to comment
Share on other sites

"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!

 

thblushing.gif

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated