Jump to content

Navigation Menu in side bar not at top


patsyd

Recommended Posts

I would like my Navigation Information to appear at the top of table -- mine is at the bottom for some reason: http://www.agriculturalwebsites.com/billing/knowledgebase.php

 

I am so new to all of this that will take time for me to get a grasp on how to make changes for the appearance that I desire. Have looked and can't find where to build the knowledgebase information. Am sure it's a simple process once I know where the setup is located.

 

Thanks,

 

Patsy

Link to comment
Share on other sites

Please refer to our documentation: http://wiki.whmcs.com/Customising_WHMCS

 

You can add knowledgebase articles from your WHMCS admin area under Support > Knowledgebase.

 

John,

 

After finding where you add knowledgebase articles I kinda felt a little dumb -- thought I had looked under every tab.

 

I had looked in the online information and went back again after reading your message (about moving the Navigation Information to the top of the table) -- just couldn't find how to do this so. I do know in html it's a simple <td valign="top"</td> but not sure about the smarty templates. Can you tell me what topic to look under so I can keep looking since you state it's located in that link you provided.

 

Thanks,

Patsy

Link to comment
Share on other sites

Smarty is essentially just HTML with a few curly braces thrown in, there's nothing more to it really.

 

I should be able to figure this out as I know HTML fairly well. Just not sure where to put it. Example, I am trying to add a graphic header to the "portal" template -- looking at the header.tpl and see:

 

 

<div id="top_container">

<div id="top">

<div id="company_title">{$companyname}</div>

<div id="welcome_box">{if $loggedin}{$LANG.welcomeback}, <strong>{$loggedinuser.firstname}</strong>   <img src="templates/{$template}/images/icons/details.gif" alt="{$LANG.clientareanavdetails}" width="16" height="16" border="0" class="absmiddle" /> <a href="clientarea.php?action=details" title="{$LANG.clientareanavdetails}"><strong>{$LANG.clientareanavdetails}</strong></a>   <img src="templates/{$template}/images/icons/logout.gif" alt="{$LANG.logouttitle}" width="16" height="16" border="0" class="absmiddle" /> <a href="logout.php" title="Logout"><strong>{$LANG.logouttitle}</strong></a>{else}{$LANG.please} <a href="clientarea.php" title="{$LANG.loginbutton}"><strong>{$LANG.loginbutton}</strong></a> {$LANG.or} <a href="register.php" title="{$LANG.clientregistertitle}"><strong>{$LANG.clientregistertitle}</strong></a>{/if}</div>

</div>

</div>

 

Just not sure where to add the graphic tag. So in trying to align the Quick Navigation to the top is easy. Can you give me a hint.... exactly which page should I be adding the top alignment tag for the Quick Navigation?

 

Patsy.

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