patsyd Posted March 24, 2010 Share Posted March 24, 2010 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 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted March 24, 2010 WHMCS Support Manager Share Posted March 24, 2010 Please refer to our documentation: http://wiki.whmcs.com/Customising_WHMCS You can add knowledgebase articles from your WHMCS admin area under Support > Knowledgebase. 0 Quote Link to comment Share on other sites More sharing options...
patsyd Posted March 24, 2010 Author Share Posted March 24, 2010 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 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted March 25, 2010 WHMCS Support Manager Share Posted March 25, 2010 Smarty is essentially just HTML with a few curly braces thrown in, there's nothing more to it really. 0 Quote Link to comment Share on other sites More sharing options...
patsyd Posted March 26, 2010 Author Share Posted March 26, 2010 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. 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.