egcsolutions Posted October 17, 2009 Share Posted October 17, 2009 Basically I want to have one quick navigation when someone is not log on and another when the client is log on. I have played around with the if & else statements with no luck. 0 Quote Link to comment Share on other sites More sharing options...
thehost5968 Posted October 17, 2009 Share Posted October 17, 2009 (edited) {if $loggedin} put your code for logged in clients here {else}and put your code here for none logged in clients here {/if} The above is working on the page you need this on is within the root of WHMCS ie on a WHMCS page. Edited October 17, 2009 by thehost5968 0 Quote Link to comment Share on other sites More sharing options...
egcsolutions Posted October 17, 2009 Author Share Posted October 17, 2009 {if $loggedin} put your code for logged in clients here {else}and put your code here for none logged in clients here {/if} The above is working on the page you need this on is within the root of WHMCS ie on a WHMCS page. I have try that is many ways before I posted and when I add an else statement the page comes up blank. Here is he code: footer.tpl {if $langchange}<div align="right">{$setlanguage}</div><br />{/if} </div> </p> </td> </tr> </table> <p><img src="http://www.egcsolutions.com/images/partners1.jpg" width="671" height="36"></p></td> <td width="231" valign="top" style="padding:10px 10px 0 10px;"><p align="center"><strong><a href="javascript:void(window.open('http://www.egcsolutions.com/livezilla/livezilla.php','','width=600,height=600,left=0,top=0,resizable=yes,menubar=no,location=yes,status=yes,scrollbars=yes'))"><img src="http://www.egcsolutions.com/livezilla/image.php?id=03" width="160" height="40" border="0" alt="LiveZilla Live Help"></a></strong></p> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="4"><img src="http://www.egcsolutions.com/images/sidebox_head_left.gif" alt="b" width="4" height="29"></td> <td class="sidebox_head">{$LANG.quicknav}</td> <td width="4"><img src="http://www.egcsolutions.com/images/sidebox_head_right.gif" alt="b" width="4" height="29"></td> </tr> </table></td> </tr> <tr> <td valign="top" class="padding"> {if $loggedin} <div id="side_menu"> <ul> <li><a href="index.php"><img src="templates/{$template}/images/icons/support.gif" alt="{$LANG.globalsystemname}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="index.php" title="{$LANG.globalsystemname}">{$LANG.globalsystemname}</a></li> <li><a href="clientarea.php"><img src="templates/{$template}/images/icons/clientarea.gif" alt="{$LANG.clientareatitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="clientarea.php" title="{$LANG.clientareatitle}">{$LANG.clientareatitle}</a></li> <li><a href="announcements.php" title="{$LANG.announcementstitle}"><img src="templates/{$template}/images/icons/announcement.gif" alt="{$LANG.announcementstitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="announcements.php" title="{$LANG.announcementstitle}">{$LANG.announcementstitle}</a></li> <li><a href="knowledgebase.php" title="{$LANG.knowledgebasetitle}"><img src="templates/{$template}/images/icons/knowledgebase.gif" alt="{$LANG.knowledgebasetitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="knowledgebase.php" title="{$LANG.knowledgebasetitle}">{$LANG.knowledgebasetitle}</a></li> <li><a href="submitticket.php" title="{$LANG.supportticketssubmitticket}"><img src="templates/{$template}/images/icons/submit-ticket.gif" alt="{$LANG.supportticketssubmitticket}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="submitticket.php" title="{$LANG.supportticketspagetitle}">{$LANG.supportticketssubmitticket}</a></li> <li><a href="domainchecker.php" title="{$LANG.domaintitle}"><img src="templates/{$template}/images/icons/domains.gif" alt="{$LANG.domaintitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="domainchecker.php" title="{$LANG.domaintitle}">{$LANG.domaintitle}</a></li> <li><a href="downloads.php" title="{$LANG.downloadstitle}"><img src="templates/{$template}/images/icons/downloads.gif" alt="{$LANG.downloadstitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="downloads.php" title="{$LANG.downloadstitle}">{$LANG.downloadstitle}</a></li> <li><a href="cart.php" title="{$LANG.ordertitle}"><img src="templates/{$template}/images/icons/order.gif" alt="{$LANG.ordertitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="cart.php" title="{$LANG.ordertitle}">{$LANG.ordertitle}</a></li> <li><a href="logout.php" title="{$LANG.logouttitle}"><img src="templates/{$template}/images/icons/logout.gif" alt="{$LANG.logouttitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="logout.php" title="{$LANG.logouttitle}">{$LANG.logouttitle}</a></li> </ul> {else} <ul> <li><a href="index.php"><img src="templates/{$template}/images/icons/support.gif" alt="{$LANG.globalsystemname}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="index.php" title="{$LANG.globalsystemname}">{$LANG.globalsystemname}</a></li> <li><a href="clientarea.php"><img src="templates/{$template}/images/icons/clientarea.gif" alt="{$LANG.clientareatitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="clientarea.php" title="{$LANG.clientareatitle}">{$LANG.clientareatitle}</a></li> <li><a href="announcements.php" title="{$LANG.announcementstitle}"><img src="templates/{$template}/images/icons/announcement.gif" alt="{$LANG.announcementstitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="announcements.php" title="{$LANG.announcementstitle}">{$LANG.announcementstitle}</a></li> <li><a href="knowledgebase.php" title="{$LANG.knowledgebasetitle}"><img src="templates/{$template}/images/icons/knowledgebase.gif" alt="{$LANG.knowledgebasetitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="knowledgebase.php" title="{$LANG.knowledgebasetitle}">{$LANG.knowledgebasetitle}</a></li> <li><a href="submitticket.php" title="{$LANG.supportticketssubmitticket}"><img src="templates/{$template}/images/icons/submit-ticket.gif" alt="{$LANG.supportticketssubmitticket}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="submitticket.php" title="{$LANG.supportticketspagetitle}">{$LANG.supportticketssubmitticket}</a></li> <li><a href="domainchecker.php" title="{$LANG.domaintitle}"><img src="templates/{$template}/images/icons/domains.gif" alt="{$LANG.domaintitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="domainchecker.php" title="{$LANG.domaintitle}">{$LANG.domaintitle}</a></li> <li><a href="downloads.php" title="{$LANG.downloadstitle}"><img src="templates/{$template}/images/icons/downloads.gif" alt="{$LANG.downloadstitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="downloads.php" title="{$LANG.downloadstitle}">{$LANG.downloadstitle}</a></li> <li><a href="cart.php" title="{$LANG.ordertitle}"><img src="templates/{$template}/images/icons/order.gif" alt="{$LANG.ordertitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="cart.php" title="{$LANG.ordertitle}">{$LANG.ordertitle}</a></li> </ul> <p class="header">{$LANG.accountinfo}</p> <p><strong>{$clientsdetails.firstname} {$clientsdetails.lastname} {if $clientsdetails.companyname}({$clientsdetails.companyname}){/if}</strong><br /> {$clientsdetails.address1}, {$clientsdetails.address2}<br /> {$clientsdetails.city}, {$clientsdetails.state}, {$clientsdetails.postcode}<br /> {$clientsdetails.countryname}<br /> {$clientsdetails.email}<br /><br /> {if $addfundsenabled}<img src="templates/{$template}/images/icons/money.gif" alt="Add Funds" width="22" height="22" border="0" class="absmiddle" /> <a href="clientarea.php?action=addfunds">{$LANG.addfunds}</a>{/if}</p> <p class="header">{$LANG.accountstats}</p> <p>{$LANG.statsnumproducts}: <strong>{$clientsstats.productsnumactive}</strong> ({$clientsstats.productsnumtotal})<br /> {$LANG.statsnumdomains}: <strong>{$clientsstats.numactivedomains}</strong> ({$clientsstats.numdomains})<br /> {$LANG.statsnumtickets}: <strong>{$clientsstats.numtickets}</strong><br /> {$LANG.statsnumreferredsignups}: <strong>{$clientsstats.numaffiliatesignups}</strong><br /> {$LANG.statscreditbalance}: <strong>{$clientsstats.creditbalance}</strong><br /> {$LANG.statsdueinvoicesbalance}: <strong>{if $clientsstats.numdueinvoices>0}<span class="red">{/if}{$clientsstats.dueinvoicesbalance}{if $clientsstats.numdueinvoices>0}</span>{/if}</strong></p> {else} <form method="post" action="{$systemsslurl}dologin.php"> <p class="header">{$LANG.clientlogin}</p> <p><strong>{$LANG.email}</strong><br /> <input name="username" type="text" size="25" /> </p> <p><strong>{$LANG.loginpassword}</strong><br /> <input name="password" type="password" size="25" /> </p> <p> <input type="checkbox" name="rememberme" /> {$LANG.loginrememberme}</p> <p> <input type="submit" class="submitbutton" value="{$LANG.loginbutton}" /> </p> </form> <p class="header">{$LANG.knowledgebasesearch}</p> <form method="post" action="knowledgebase.php?action=search"> <p> <input name="search" type="text" size="25" /><br /> <select name="searchin"> <option value="Knowledgebase">{$LANG.knowledgebasetitle}</option> <option value="Downloads">{$LANG.downloadstitle}</option> </select> <input type="submit" value="{$LANG.go}" /> </p> </form> {/if} </td> </tr> </table> <p> </p></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td height="92" class="bottom_nav"><a href="http://www.egcsolutions.com">Home</a> | <a href="http://www.egcsolutions.com/hosting.html">Web Hosting</a> | <a href="http://www.egcsolutions.com/reseller.html">ResellerHosting</a> | <a href="http://www.egcsolutions.com/dedicated.html">Dedicated Servers</a> | <a href="http://clients.egcsolutions.com/domainchecker.php">Domain Names</a> | <a href="http://www.egcsolutions.com/ssl.html">SSL Certificates</a> | <a href="http://clients.egcsolutions.com">Client Area</a> | <a href="http://clients.egcsolutions.com/contact.php">Contact Us</a><br> Copyright © 2009 EGC Solutions All rights reserved.<br> <a href="http://www.egcsolutions.com/tos.html">Terms of Service Acceptable</a> | <a href="http://www.egcsolutions.com/privacy.html"> Privacy Policy</a></td> </tr> </table> </body> </html> 0 Quote Link to comment Share on other sites More sharing options...
thehost5968 Posted October 17, 2009 Share Posted October 17, 2009 I have try that is many ways before I posted and when I add an else statement the page comes up blank. Here is he code: footer.tpl {if $loggedin} <div id="side_menu"> <ul> <li><a href="index.php"><img src="templates/{$template}/images/icons/support.gif" alt="{$LANG.globalsystemname}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="index.php" title="{$LANG.globalsystemname}">{$LANG.globalsystemname}</a></li> <li><a href="clientarea.php"><img src="templates/{$template}/images/icons/clientarea.gif" alt="{$LANG.clientareatitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="clientarea.php" title="{$LANG.clientareatitle}">{$LANG.clientareatitle}</a></li> <li><a href="announcements.php" title="{$LANG.announcementstitle}"><img src="templates/{$template}/images/icons/announcement.gif" alt="{$LANG.announcementstitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="announcements.php" title="{$LANG.announcementstitle}">{$LANG.announcementstitle}</a></li> <li><a href="knowledgebase.php" title="{$LANG.knowledgebasetitle}"><img src="templates/{$template}/images/icons/knowledgebase.gif" alt="{$LANG.knowledgebasetitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="knowledgebase.php" title="{$LANG.knowledgebasetitle}">{$LANG.knowledgebasetitle}</a></li> <li><a href="submitticket.php" title="{$LANG.supportticketssubmitticket}"><img src="templates/{$template}/images/icons/submit-ticket.gif" alt="{$LANG.supportticketssubmitticket}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="submitticket.php" title="{$LANG.supportticketspagetitle}">{$LANG.supportticketssubmitticket}</a></li> <li><a href="domainchecker.php" title="{$LANG.domaintitle}"><img src="templates/{$template}/images/icons/domains.gif" alt="{$LANG.domaintitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="domainchecker.php" title="{$LANG.domaintitle}">{$LANG.domaintitle}</a></li> <li><a href="downloads.php" title="{$LANG.downloadstitle}"><img src="templates/{$template}/images/icons/downloads.gif" alt="{$LANG.downloadstitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="downloads.php" title="{$LANG.downloadstitle}">{$LANG.downloadstitle}</a></li> <li><a href="cart.php" title="{$LANG.ordertitle}"><img src="templates/{$template}/images/icons/order.gif" alt="{$LANG.ordertitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="cart.php" title="{$LANG.ordertitle}">{$LANG.ordertitle}</a></li> <li><a href="logout.php" title="{$LANG.logouttitle}"><img src="templates/{$template}/images/icons/logout.gif" alt="{$LANG.logouttitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="logout.php" title="{$LANG.logouttitle}">{$LANG.logouttitle}</a></li> </ul> {else} <ul> <li><a href="index.php"><img src="templates/{$template}/images/icons/support.gif" alt="{$LANG.globalsystemname}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="index.php" title="{$LANG.globalsystemname}">{$LANG.globalsystemname}</a></li> <li><a href="clientarea.php"><img src="templates/{$template}/images/icons/clientarea.gif" alt="{$LANG.clientareatitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="clientarea.php" title="{$LANG.clientareatitle}">{$LANG.clientareatitle}</a></li> <li><a href="announcements.php" title="{$LANG.announcementstitle}"><img src="templates/{$template}/images/icons/announcement.gif" alt="{$LANG.announcementstitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="announcements.php" title="{$LANG.announcementstitle}">{$LANG.announcementstitle}</a></li> <li><a href="knowledgebase.php" title="{$LANG.knowledgebasetitle}"><img src="templates/{$template}/images/icons/knowledgebase.gif" alt="{$LANG.knowledgebasetitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="knowledgebase.php" title="{$LANG.knowledgebasetitle}">{$LANG.knowledgebasetitle}</a></li> <li><a href="submitticket.php" title="{$LANG.supportticketssubmitticket}"><img src="templates/{$template}/images/icons/submit-ticket.gif" alt="{$LANG.supportticketssubmitticket}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="submitticket.php" title="{$LANG.supportticketspagetitle}">{$LANG.supportticketssubmitticket}</a></li> <li><a href="domainchecker.php" title="{$LANG.domaintitle}"><img src="templates/{$template}/images/icons/domains.gif" alt="{$LANG.domaintitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="domainchecker.php" title="{$LANG.domaintitle}">{$LANG.domaintitle}</a></li> <li><a href="downloads.php" title="{$LANG.downloadstitle}"><img src="templates/{$template}/images/icons/downloads.gif" alt="{$LANG.downloadstitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="downloads.php" title="{$LANG.downloadstitle}">{$LANG.downloadstitle}</a></li> <li><a href="cart.php" title="{$LANG.ordertitle}"><img src="templates/{$template}/images/icons/order.gif" alt="{$LANG.ordertitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="cart.php" title="{$LANG.ordertitle}">{$LANG.ordertitle}</a></li> </ul> <p class="header">{$LANG.accountinfo}</p> <p><strong>{$clientsdetails.firstname} {$clientsdetails.lastname} {if $clientsdetails.companyname}({$clientsdetails.companyname}){/if}</strong><br /> {$clientsdetails.address1}, {$clientsdetails.address2}<br /> {$clientsdetails.city}, {$clientsdetails.state}, {$clientsdetails.postcode}<br /> {$clientsdetails.countryname}<br /> {$clientsdetails.email}<br /><br /> {if $addfundsenabled}<img src="templates/{$template}/images/icons/money.gif" alt="Add Funds" width="22" height="22" border="0" class="absmiddle" /> <a href="clientarea.php?action=addfunds">{$LANG.addfunds}</a>{/if}</p> <p class="header">{$LANG.accountstats}</p> <p>{$LANG.statsnumproducts}: <strong>{$clientsstats.productsnumactive}</strong> ({$clientsstats.productsnumtotal})<br /> {$LANG.statsnumdomains}: <strong>{$clientsstats.numactivedomains}</strong> ({$clientsstats.numdomains})<br /> {$LANG.statsnumtickets}: <strong>{$clientsstats.numtickets}</strong><br /> {$LANG.statsnumreferredsignups}: <strong>{$clientsstats.numaffiliatesignups}</strong><br /> {$LANG.statscreditbalance}: <strong>{$clientsstats.creditbalance}</strong><br /> {$LANG.statsdueinvoicesbalance}: <strong>{if $clientsstats.numdueinvoices>0}<span class="red">{/if}{$clientsstats.dueinvoicesbalance}{if $clientsstats.numdueinvoices>0}</span>{/if}</strong></p> {else} <form method="post" action="{$systemsslurl}dologin.php"> <p class="header">{$LANG.clientlogin}</p> <p><strong>{$LANG.email}</strong><br /> <input name="username" type="text" size="25" /> </p> <p><strong>{$LANG.loginpassword}</strong><br /> <input name="password" type="password" size="25" /> </p> <p> <input type="checkbox" name="rememberme" /> {$LANG.loginrememberme}</p> <p> <input type="submit" class="submitbutton" value="{$LANG.loginbutton}" /> </p> </form> <p class="header">{$LANG.knowledgebasesearch}</p> <form method="post" action="knowledgebase.php?action=search"> <p> <input name="search" type="text" size="25" /><br /> <select name="searchin"> <option value="Knowledgebase">{$LANG.knowledgebasetitle}</option> <option value="Downloads">{$LANG.downloadstitle}</option> </select> <input type="submit" value="{$LANG.go}" /> </p> </form> {/if} Is it for the above code? If so I think it is due to the qty of else's you are using as if you think about it as giving some one directions. So I think you need to change the 2nd else to elseif. 0 Quote Link to comment Share on other sites More sharing options...
thehost5968 Posted October 17, 2009 Share Posted October 17, 2009 Try this: {if $loggedin} <div id="side_menu"> <ul> <li><a href="index.php"><img src="templates/{$template}/images/icons/support.gif" alt="{$LANG.globalsystemname}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="index.php" title="{$LANG.globalsystemname}">{$LANG.globalsystemname}</a></li> <li><a href="clientarea.php"><img src="templates/{$template}/images/icons/clientarea.gif" alt="{$LANG.clientareatitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="clientarea.php" title="{$LANG.clientareatitle}">{$LANG.clientareatitle}</a></li> <li><a href="announcements.php" title="{$LANG.announcementstitle}"><img src="templates/{$template}/images/icons/announcement.gif" alt="{$LANG.announcementstitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="announcements.php" title="{$LANG.announcementstitle}">{$LANG.announcementstitle}</a></li> <li><a href="knowledgebase.php" title="{$LANG.knowledgebasetitle}"><img src="templates/{$template}/images/icons/knowledgebase.gif" alt="{$LANG.knowledgebasetitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="knowledgebase.php" title="{$LANG.knowledgebasetitle}">{$LANG.knowledgebasetitle}</a></li> <li><a href="submitticket.php" title="{$LANG.supportticketssubmitticket}"><img src="templates/{$template}/images/icons/submit-ticket.gif" alt="{$LANG.supportticketssubmitticket}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="submitticket.php" title="{$LANG.supportticketspagetitle}">{$LANG.supportticketssubmitticket}</a></li> <li><a href="domainchecker.php" title="{$LANG.domaintitle}"><img src="templates/{$template}/images/icons/domains.gif" alt="{$LANG.domaintitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="domainchecker.php" title="{$LANG.domaintitle}">{$LANG.domaintitle}</a></li> <li><a href="downloads.php" title="{$LANG.downloadstitle}"><img src="templates/{$template}/images/icons/downloads.gif" alt="{$LANG.downloadstitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="downloads.php" title="{$LANG.downloadstitle}">{$LANG.downloadstitle}</a></li> <li><a href="cart.php" title="{$LANG.ordertitle}"><img src="templates/{$template}/images/icons/order.gif" alt="{$LANG.ordertitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="cart.php" title="{$LANG.ordertitle}">{$LANG.ordertitle}</a></li> <li><a href="logout.php" title="{$LANG.logouttitle}"><img src="templates/{$template}/images/icons/logout.gif" alt="{$LANG.logouttitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="logout.php" title="{$LANG.logouttitle}">{$LANG.logouttitle}</a></li> </ul> <ul> <li><a href="index.php"><img src="templates/{$template}/images/icons/support.gif" alt="{$LANG.globalsystemname}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="index.php" title="{$LANG.globalsystemname}">{$LANG.globalsystemname}</a></li> <li><a href="clientarea.php"><img src="templates/{$template}/images/icons/clientarea.gif" alt="{$LANG.clientareatitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="clientarea.php" title="{$LANG.clientareatitle}">{$LANG.clientareatitle}</a></li> <li><a href="announcements.php" title="{$LANG.announcementstitle}"><img src="templates/{$template}/images/icons/announcement.gif" alt="{$LANG.announcementstitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="announcements.php" title="{$LANG.announcementstitle}">{$LANG.announcementstitle}</a></li> <li><a href="knowledgebase.php" title="{$LANG.knowledgebasetitle}"><img src="templates/{$template}/images/icons/knowledgebase.gif" alt="{$LANG.knowledgebasetitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="knowledgebase.php" title="{$LANG.knowledgebasetitle}">{$LANG.knowledgebasetitle}</a></li> <li><a href="submitticket.php" title="{$LANG.supportticketssubmitticket}"><img src="templates/{$template}/images/icons/submit-ticket.gif" alt="{$LANG.supportticketssubmitticket}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="submitticket.php" title="{$LANG.supportticketspagetitle}">{$LANG.supportticketssubmitticket}</a></li> <li><a href="domainchecker.php" title="{$LANG.domaintitle}"><img src="templates/{$template}/images/icons/domains.gif" alt="{$LANG.domaintitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="domainchecker.php" title="{$LANG.domaintitle}">{$LANG.domaintitle}</a></li> <li><a href="downloads.php" title="{$LANG.downloadstitle}"><img src="templates/{$template}/images/icons/downloads.gif" alt="{$LANG.downloadstitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="downloads.php" title="{$LANG.downloadstitle}">{$LANG.downloadstitle}</a></li> <li><a href="cart.php" title="{$LANG.ordertitle}"><img src="templates/{$template}/images/icons/order.gif" alt="{$LANG.ordertitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="cart.php" title="{$LANG.ordertitle}">{$LANG.ordertitle}</a></li> </ul> <p class="header">{$LANG.accountinfo}</p> <p><strong>{$clientsdetails.firstname} {$clientsdetails.lastname} {if $clientsdetails.companyname}({$clientsdetails.companyname}){/if}</strong><br /> {$clientsdetails.address1}, {$clientsdetails.address2}<br /> {$clientsdetails.city}, {$clientsdetails.state}, {$clientsdetails.postcode}<br /> {$clientsdetails.countryname}<br /> {$clientsdetails.email}<br /><br /> {if $addfundsenabled}<img src="templates/{$template}/images/icons/money.gif" alt="Add Funds" width="22" height="22" border="0" class="absmiddle" /> <a href="clientarea.php?action=addfunds">{$LANG.addfunds}</a>{/if}</p> <p class="header">{$LANG.accountstats}</p> <p>{$LANG.statsnumproducts}: <strong>{$clientsstats.productsnumactive}</strong> ({$clientsstats.productsnumtotal})<br /> {$LANG.statsnumdomains}: <strong>{$clientsstats.numactivedomains}</strong> ({$clientsstats.numdomains})<br /> {$LANG.statsnumtickets}: <strong>{$clientsstats.numtickets}</strong><br /> {$LANG.statsnumreferredsignups}: <strong>{$clientsstats.numaffiliatesignups}</strong><br /> {$LANG.statscreditbalance}: <strong>{$clientsstats.creditbalance}</strong><br /> {$LANG.statsdueinvoicesbalance}: <strong>{if $clientsstats.numdueinvoices>0}<span class="red">{/if}{$clientsstats.dueinvoicesbalance}{if $clientsstats.numdueinvoices>0}</span>{/if}</strong></p> {else} <form method="post" action="{$systemsslurl}dologin.php"> <p class="header">{$LANG.clientlogin}</p> <p><strong>{$LANG.email}</strong><br /> <input name="username" type="text" size="25" /> </p> <p><strong>{$LANG.loginpassword}</strong><br /> <input name="password" type="password" size="25" /> </p> <p> <input type="checkbox" name="rememberme" /> {$LANG.loginrememberme}</p> <p> <input type="submit" class="submitbutton" value="{$LANG.loginbutton}" /> </p> </form> <p class="header">{$LANG.knowledgebasesearch}</p> <form method="post" action="knowledgebase.php?action=search"> <p> <input name="search" type="text" size="25" /><br /> <select name="searchin"> <option value="Knowledgebase">{$LANG.knowledgebasetitle}</option> <option value="Downloads">{$LANG.downloadstitle}</option> </select> <input type="submit" value="{$LANG.go}" /> </p> </form> {/if} 0 Quote Link to comment Share on other sites More sharing options...
egcsolutions Posted October 17, 2009 Author Share Posted October 17, 2009 when I try that, the links within the quick navigation won't show, only the login boxes. 0 Quote Link to comment Share on other sites More sharing options...
thehost5968 Posted October 17, 2009 Share Posted October 17, 2009 3 things, 1, what of that menu do you want users that are logged in to see, 2, What of the menu do you want users the are not logged in to see, 3, do you have a url to your site? post in separate quote boxes. 0 Quote Link to comment Share on other sites More sharing options...
thehost5968 Posted October 17, 2009 Share Posted October 17, 2009 I think you have got the content of the menu round the wrong way. also add this to your header.tpl {php}ERROR_REPORTING(E_ALL);{/php} 0 Quote Link to comment Share on other sites More sharing options...
thehost5968 Posted October 17, 2009 Share Posted October 17, 2009 Well is this what you need: <ul> <li><a href="index.php"><img src="templates/{$template}/images/icons/support.gif" alt="{$LANG.globalsystemname}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="index.php" title="{$LANG.globalsystemname}">{$LANG.globalsystemname}</a></li> <li><a href="clientarea.php"><img src="templates/{$template}/images/icons/clientarea.gif" alt="{$LANG.clientareatitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="clientarea.php" title="{$LANG.clientareatitle}">{$LANG.clientareatitle}</a></li> <li><a href="announcements.php" title="{$LANG.announcementstitle}"><img src="templates/{$template}/images/icons/announcement.gif" alt="{$LANG.announcementstitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="announcements.php" title="{$LANG.announcementstitle}" title="{$LANG.announcementstitle}">{$LANG.announcementstitle}</a></li> <li><a href="knowledgebase.php" title="{$LANG.knowledgebasetitle}"><img src="templates/{$template}/images/icons/knowledgebase.gif" alt="{$LANG.knowledgebasetitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="knowledgebase.php" title="{$LANG.knowledgebasetitle}">{$LANG.knowledgebasetitle}</a></li> <li><a href="submitticket.php" title="{$LANG.supportticketssubmitticket}"><img src="templates/{$template}/images/icons/submit-ticket.gif" alt="{$LANG.supportticketssubmitticket}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="submitticket.php" title="{$LANG.supportticketspagetitle}">{$LANG.supportticketssubmitticket}</a></li> <li><a href="downloads.php" title="{$LANG.downloadstitle}"><img src="templates/{$template}/images/icons/downloads.gif" alt="{$LANG.downloadstitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="downloads.php" title="{$LANG.downloadstitle}">{$LANG.downloadstitle}</a></li> <li><a href="cart.php" title="{$LANG.ordertitle}"><img src="templates/{$template}/images/icons/order.gif" alt="{$LANG.ordertitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="cart.php" title="{$LANG.ordertitle}">{$LANG.ordertitle}</a></li> </ul> {if $loggedin} <p class="header">{$LANG.accountinfo}</p> <p><strong>{$clientsdetails.firstname} {$clientsdetails.lastname} {if $clientsdetails.companyname}({$clientsdetails.companyname}){/if}</strong><br /> {$clientsdetails.address1}, {$clientsdetails.address2}<br /> {$clientsdetails.city}, {$clientsdetails.state}, {$clientsdetails.postcode}<br /> {$clientsdetails.countryname}<br /> {$clientsdetails.email}<br /><br /> {if $addfundsenabled}<img src="templates/{$template}/images/icons/money.gif" alt="Add Funds" width="22" height="22" border="0" class="absmiddle" /> <a href="clientarea.php?action=addfunds">{$LANG.addfunds}</a>{/if}</p> <p class="header">{$LANG.accountstats}</p> <p>{$LANG.statsnumproducts}: <strong>{$clientsstats.productsnumactive}</strong> ({$clientsstats.productsnumtotal})<br /> {$LANG.statsnumdomains}: <strong>{$clientsstats.numactivedomains}</strong> ({$clientsstats.numdomains})<br /> {$LANG.statsnumtickets}: <strong>{$clientsstats.numtickets}</strong><br /> {$LANG.statsnumreferredsignups}: <strong>{$clientsstats.numaffiliatesignups}</strong><br /> {$LANG.statscreditbalance}: <strong>{$clientsstats.creditbalance}</strong><br /> {$LANG.statsdueinvoicesbalance}: <strong>{if $clientsstats.numdueinvoices>0}<span class="red">{/if}{$clientsstats.dueinvoicesbalance}{if $clientsstats.numdueinvoices>0}</span>{/if}</strong></p> {else} <form method="post" action="{$systemsslurl}dologin.php"> <p class="header">{$LANG.clientlogin}</p> <p><strong>{$LANG.email}</strong><br /> <input name="username" type="text" size="25" /> </p> <p><strong>{$LANG.loginpassword}</strong><br /> <input name="password" type="password" size="25" /> </p> <p> <input type="checkbox" name="rememberme" /> {$LANG.loginrememberme}</p> <p> <input type="submit" class="submitbutton" value="{$LANG.loginbutton}" /> </p> </form> <p class="header">{$LANG.knowledgebasesearch}</p> <form method="post" action="knowledgebase.php?action=search"> <p> <input name="search" type="text" size="25" /><br /> <select name="searchin"> <option value="Knowledgebase">{$LANG.knowledgebasetitle}</option> <option value="Downloads">{$LANG.downloadstitle}</option> </select> <input type="submit" value="{$LANG.go}" /> </p> </form> {/if} then just add your the links not in this code. 0 Quote Link to comment Share on other sites More sharing options...
egcsolutions Posted October 17, 2009 Author Share Posted October 17, 2009 Basically I want people that are not log on to see a,b,c and when a client logs on to a,b,c,d,e,etc. I know how to add the links that not the problems, I just need help with the code to get it work. The website is http://www.egcsolutions.com 0 Quote Link to comment Share on other sites More sharing options...
thehost5968 Posted October 17, 2009 Share Posted October 17, 2009 Can I make a test / dummy account on your site? 0 Quote Link to comment Share on other sites More sharing options...
egcsolutions Posted October 17, 2009 Author Share Posted October 17, 2009 Can I make a test / dummy account on your site? You got a PM 0 Quote Link to comment Share on other sites More sharing options...
thehost5968 Posted October 17, 2009 Share Posted October 17, 2009 What page are you trying to get this working on? As this is what you have: this is showing for logged in clients: * Home Home * Client Area Client Area * Announcements Announcements * Knowledgebase Knowledgebase * Submit Ticket Submit Ticket * Domain Checker Domain Checker * Downloads Downloads * Order Order Account Information Account Statistics Number of Products/Services: 0 (0) Number of Domains: 0 (0) Number of Support Tickets: 0 Number of Referred Signups: 0 Account Credit Balance: $0.00 USD Due Invoices Balance: $0.00 USD and this for none logged in clients: * Home Home * Client Area Client Area * Announcements Announcements * Knowledgebase Knowledgebase * Submit Ticket Submit Ticket * Domain Checker Domain Checker * Downloads Downloads * Order Order Client Login Email Password Remember Me Search or are you trying to get this working on your home page (outside of WHMCS) as I am a bit lost with where you need this? 0 Quote Link to comment Share on other sites More sharing options...
egcsolutions Posted October 17, 2009 Author Share Posted October 17, 2009 The same page you are on http://clients.egcsolutions.com/ I will be adding more links to the log on page as soon as I get this to work. 0 Quote Link to comment Share on other sites More sharing options...
thehost5968 Posted October 17, 2009 Share Posted October 17, 2009 try this as when I put this in my footer it is showing: {if $langchange}<div align="right">{$setlanguage}</div><br />{/if} </div> </p> </td> </tr> </table> <p><img src="http://www.egcsolutions.com/images/partners1.jpg" width="671" height="36"></p></td> <td width="231" valign="top" style="padding:10px 10px 0 10px;"><p align="center"><strong><a href="javascript:void(window.open('http://www.egcsolutions.com/livezilla/livezilla.php','','width=600,height=600,left=0,top=0,resizable=yes,menubar=no,location=yes,status=yes,scrollbars=yes'))"><img src="http://www.egcsolutions.com/livezilla/image.php?id=03" width="160" height="40" border="0" alt="LiveZilla Live Help"></a></strong></p> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="4"><img src="http://www.egcsolutions.com/images/sidebox_head_left.gif" alt="b" width="4" height="29"></td> <td class="sidebox_head">{$LANG.quicknav}</td> <td width="4"><img src="http://www.egcsolutions.com/images/sidebox_head_right.gif" alt="b" width="4" height="29"></td> </tr> </table></td> </tr> <tr> <td valign="top" class="padding"> {if $loggedin} <div id="side_menu"> <ul> <li><a href="index.php"><img src="templates/{$template}/images/icons/support.gif" alt="{$LANG.globalsystemname}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="index.php" title="{$LANG.globalsystemname}">{$LANG.globalsystemname}</a></li> <li><a href="clientarea.php"><img src="templates/{$template}/images/icons/clientarea.gif" alt="{$LANG.clientareatitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="clientarea.php" title="{$LANG.clientareatitle}">{$LANG.clientareatitle}</a></li> <li><a href="announcements.php" title="{$LANG.announcementstitle}"><img src="templates/{$template}/images/icons/announcement.gif" alt="{$LANG.announcementstitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="announcements.php" title="{$LANG.announcementstitle}">{$LANG.announcementstitle}</a></li> <li><a href="knowledgebase.php" title="{$LANG.knowledgebasetitle}"><img src="templates/{$template}/images/icons/knowledgebase.gif" alt="{$LANG.knowledgebasetitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="knowledgebase.php" title="{$LANG.knowledgebasetitle}">{$LANG.knowledgebasetitle}</a></li> <li><a href="submitticket.php" title="{$LANG.supportticketssubmitticket}"><img src="templates/{$template}/images/icons/submit-ticket.gif" alt="{$LANG.supportticketssubmitticket}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="submitticket.php" title="{$LANG.supportticketspagetitle}">{$LANG.supportticketssubmitticket}</a></li> <li><a href="domainchecker.php" title="{$LANG.domaintitle}"><img src="templates/{$template}/images/icons/domains.gif" alt="{$LANG.domaintitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="domainchecker.php" title="{$LANG.domaintitle}">{$LANG.domaintitle}</a></li> <li><a href="downloads.php" title="{$LANG.downloadstitle}"><img src="templates/{$template}/images/icons/downloads.gif" alt="{$LANG.downloadstitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="downloads.php" title="{$LANG.downloadstitle}">{$LANG.downloadstitle}</a></li> <li><a href="cart.php" title="{$LANG.ordertitle}"><img src="templates/{$template}/images/icons/order.gif" alt="{$LANG.ordertitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="cart.php" title="{$LANG.ordertitle}">{$LANG.ordertitle}</a></li> <li><a href="logout.php" title="{$LANG.logouttitle}"><img src="templates/{$template}/images/icons/logout.gif" alt="{$LANG.logouttitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="logout.php" title="{$LANG.logouttitle}">{$LANG.logouttitle}</a></li> </ul> <p class="header">{$LANG.accountinfo}</p> <p><strong>{$clientsdetails.firstname} {$clientsdetails.lastname} {if $clientsdetails.companyname}({$clientsdetails.companyname}){/if}</strong><br /> {$clientsdetails.address1}, {$clientsdetails.address2}<br /> {$clientsdetails.city}, {$clientsdetails.state}, {$clientsdetails.postcode}<br /> {$clientsdetails.countryname}<br /> {$clientsdetails.email}<br /><br /> {if $addfundsenabled}<img src="templates/{$template}/images/icons/money.gif" alt="Add Funds" width="22" height="22" border="0" class="absmiddle" /> <a href="clientarea.php?action=addfunds">{$LANG.addfunds}</a>{/if}</p> <p class="header">{$LANG.accountstats}</p> <p>{$LANG.statsnumproducts}: <strong>{$clientsstats.productsnumactive}</strong> ({$clientsstats.productsnumtotal})<br /> {$LANG.statsnumdomains}: <strong>{$clientsstats.numactivedomains}</strong> ({$clientsstats.numdomains})<br /> {$LANG.statsnumtickets}: <strong>{$clientsstats.numtickets}</strong><br /> {$LANG.statsnumreferredsignups}: <strong>{$clientsstats.numaffiliatesignups}</strong><br /> {$LANG.statscreditbalance}: <strong>{$clientsstats.creditbalance}</strong><br /> {$LANG.statsdueinvoicesbalance}: <strong>{if $clientsstats.numdueinvoices>0}<span class="red">{/if}{$clientsstats.dueinvoicesbalance}{if $clientsstats.numdueinvoices>0}</span>{/if}</strong></p> {else} <ul> <li><a href="index.php"><img src="templates/{$template}/images/icons/support.gif" alt="{$LANG.globalsystemname}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="index.php" title="{$LANG.globalsystemname}">{$LANG.globalsystemname}</a></li> <li><a href="clientarea.php"><img src="templates/{$template}/images/icons/clientarea.gif" alt="{$LANG.clientareatitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="clientarea.php" title="{$LANG.clientareatitle}">{$LANG.clientareatitle}</a></li> <li><a href="announcements.php" title="{$LANG.announcementstitle}"><img src="templates/{$template}/images/icons/announcement.gif" alt="{$LANG.announcementstitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="announcements.php" title="{$LANG.announcementstitle}">{$LANG.announcementstitle}</a></li> <li><a href="knowledgebase.php" title="{$LANG.knowledgebasetitle}"><img src="templates/{$template}/images/icons/knowledgebase.gif" alt="{$LANG.knowledgebasetitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="knowledgebase.php" title="{$LANG.knowledgebasetitle}">{$LANG.knowledgebasetitle}</a></li> <li><a href="submitticket.php" title="{$LANG.supportticketssubmitticket}"><img src="templates/{$template}/images/icons/submit-ticket.gif" alt="{$LANG.supportticketssubmitticket}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="submitticket.php" title="{$LANG.supportticketspagetitle}">{$LANG.supportticketssubmitticket}</a></li> <li><a href="domainchecker.php" title="{$LANG.domaintitle}"><img src="templates/{$template}/images/icons/domains.gif" alt="{$LANG.domaintitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="domainchecker.php" title="{$LANG.domaintitle}">{$LANG.domaintitle}</a></li> <li><a href="downloads.php" title="{$LANG.downloadstitle}"><img src="templates/{$template}/images/icons/downloads.gif" alt="{$LANG.downloadstitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="downloads.php" title="{$LANG.downloadstitle}">{$LANG.downloadstitle}</a></li> <li><a href="cart.php" title="{$LANG.ordertitle}"><img src="templates/{$template}/images/icons/order.gif" alt="{$LANG.ordertitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="cart.php" title="{$LANG.ordertitle}">{$LANG.ordertitle}</a></li> </ul> <form method="post" action="{$systemsslurl}dologin.php"> <p class="header">{$LANG.clientlogin}</p> <p><strong>{$LANG.email}</strong><br /> <input name="username" type="text" size="25" /> </p> <p><strong>{$LANG.loginpassword}</strong><br /> <input name="password" type="password" size="25" /> </p> <p> <input type="checkbox" name="rememberme" /> {$LANG.loginrememberme}</p> <p> <input type="submit" class="submitbutton" value="{$LANG.loginbutton}" /> </p> </form> <p class="header">{$LANG.knowledgebasesearch}</p> <form method="post" action="knowledgebase.php?action=search"> <p> <input name="search" type="text" size="25" /><br /> <select name="searchin"> <option value="Knowledgebase">{$LANG.knowledgebasetitle}</option> <option value="Downloads">{$LANG.downloadstitle}</option> </select> <input type="submit" value="{$LANG.go}" /> </p> </form> {/if} </td> </tr> </table> <p> </p></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td height="92" class="bottom_nav"><a href="http://www.egcsolutions.com">Home</a> | <a href="http://www.egcsolutions.com/hosting.html">Web Hosting</a> | <a href="http://www.egcsolutions.com/reseller.html">ResellerHosting</a> | <a href="http://www.egcsolutions.com/dedicated.html">Dedicated Servers</a> | <a href="http://clients.egcsolutions.com/domainchecker.php">Domain Names</a> | <a href="http://www.egcsolutions.com/ssl.html">SSL Certificates</a> | <a href="http://clients.egcsolutions.com">Client Area</a> | <a href="http://clients.egcsolutions.com/contact.php">Contact Us</a><br> Copyright © 2009 EGC Solutions All rights reserved.<br> <a href="http://www.egcsolutions.com/tos.html">Terms of Service Acceptable</a> | <a href="http://www.egcsolutions.com/privacy.html"> Privacy Policy</a></td> </tr> </table> </body> </html> 0 Quote Link to comment Share on other sites More sharing options...
egcsolutions Posted October 17, 2009 Author Share Posted October 17, 2009 try this as when I put this in my footer it is showing: {if $langchange}<div align="right">{$setlanguage}</div><br />{/if} </div> </p> </td> </tr> </table> <p><img src="http://www.egcsolutions.com/images/partners1.jpg" width="671" height="36"></p></td> <td width="231" valign="top" style="padding:10px 10px 0 10px;"><p align="center"><strong><a href="javascript:void(window.open('http://www.egcsolutions.com/livezilla/livezilla.php','','width=600,height=600,left=0,top=0,resizable=yes,menubar=no,location=yes,status=yes,scrollbars=yes'))"><img src="http://www.egcsolutions.com/livezilla/image.php?id=03" width="160" height="40" border="0" alt="LiveZilla Live Help"></a></strong></p> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="4"><img src="http://www.egcsolutions.com/images/sidebox_head_left.gif" alt="b" width="4" height="29"></td> <td class="sidebox_head">{$LANG.quicknav}</td> <td width="4"><img src="http://www.egcsolutions.com/images/sidebox_head_right.gif" alt="b" width="4" height="29"></td> </tr> </table></td> </tr> <tr> <td valign="top" class="padding"> {if $loggedin} <div id="side_menu"> <ul> <li><a href="index.php"><img src="templates/{$template}/images/icons/support.gif" alt="{$LANG.globalsystemname}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="index.php" title="{$LANG.globalsystemname}">{$LANG.globalsystemname}</a></li> <li><a href="clientarea.php"><img src="templates/{$template}/images/icons/clientarea.gif" alt="{$LANG.clientareatitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="clientarea.php" title="{$LANG.clientareatitle}">{$LANG.clientareatitle}</a></li> <li><a href="announcements.php" title="{$LANG.announcementstitle}"><img src="templates/{$template}/images/icons/announcement.gif" alt="{$LANG.announcementstitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="announcements.php" title="{$LANG.announcementstitle}">{$LANG.announcementstitle}</a></li> <li><a href="knowledgebase.php" title="{$LANG.knowledgebasetitle}"><img src="templates/{$template}/images/icons/knowledgebase.gif" alt="{$LANG.knowledgebasetitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="knowledgebase.php" title="{$LANG.knowledgebasetitle}">{$LANG.knowledgebasetitle}</a></li> <li><a href="submitticket.php" title="{$LANG.supportticketssubmitticket}"><img src="templates/{$template}/images/icons/submit-ticket.gif" alt="{$LANG.supportticketssubmitticket}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="submitticket.php" title="{$LANG.supportticketspagetitle}">{$LANG.supportticketssubmitticket}</a></li> <li><a href="domainchecker.php" title="{$LANG.domaintitle}"><img src="templates/{$template}/images/icons/domains.gif" alt="{$LANG.domaintitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="domainchecker.php" title="{$LANG.domaintitle}">{$LANG.domaintitle}</a></li> <li><a href="downloads.php" title="{$LANG.downloadstitle}"><img src="templates/{$template}/images/icons/downloads.gif" alt="{$LANG.downloadstitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="downloads.php" title="{$LANG.downloadstitle}">{$LANG.downloadstitle}</a></li> <li><a href="cart.php" title="{$LANG.ordertitle}"><img src="templates/{$template}/images/icons/order.gif" alt="{$LANG.ordertitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="cart.php" title="{$LANG.ordertitle}">{$LANG.ordertitle}</a></li> <li><a href="logout.php" title="{$LANG.logouttitle}"><img src="templates/{$template}/images/icons/logout.gif" alt="{$LANG.logouttitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="logout.php" title="{$LANG.logouttitle}">{$LANG.logouttitle}</a></li> </ul> <p class="header">{$LANG.accountinfo}</p> <p><strong>{$clientsdetails.firstname} {$clientsdetails.lastname} {if $clientsdetails.companyname}({$clientsdetails.companyname}){/if}</strong><br /> {$clientsdetails.address1}, {$clientsdetails.address2}<br /> {$clientsdetails.city}, {$clientsdetails.state}, {$clientsdetails.postcode}<br /> {$clientsdetails.countryname}<br /> {$clientsdetails.email}<br /><br /> {if $addfundsenabled}<img src="templates/{$template}/images/icons/money.gif" alt="Add Funds" width="22" height="22" border="0" class="absmiddle" /> <a href="clientarea.php?action=addfunds">{$LANG.addfunds}</a>{/if}</p> <p class="header">{$LANG.accountstats}</p> <p>{$LANG.statsnumproducts}: <strong>{$clientsstats.productsnumactive}</strong> ({$clientsstats.productsnumtotal})<br /> {$LANG.statsnumdomains}: <strong>{$clientsstats.numactivedomains}</strong> ({$clientsstats.numdomains})<br /> {$LANG.statsnumtickets}: <strong>{$clientsstats.numtickets}</strong><br /> {$LANG.statsnumreferredsignups}: <strong>{$clientsstats.numaffiliatesignups}</strong><br /> {$LANG.statscreditbalance}: <strong>{$clientsstats.creditbalance}</strong><br /> {$LANG.statsdueinvoicesbalance}: <strong>{if $clientsstats.numdueinvoices>0}<span class="red">{/if}{$clientsstats.dueinvoicesbalance}{if $clientsstats.numdueinvoices>0}</span>{/if}</strong></p> {else} <ul> <li><a href="index.php"><img src="templates/{$template}/images/icons/support.gif" alt="{$LANG.globalsystemname}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="index.php" title="{$LANG.globalsystemname}">{$LANG.globalsystemname}</a></li> <li><a href="clientarea.php"><img src="templates/{$template}/images/icons/clientarea.gif" alt="{$LANG.clientareatitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="clientarea.php" title="{$LANG.clientareatitle}">{$LANG.clientareatitle}</a></li> <li><a href="announcements.php" title="{$LANG.announcementstitle}"><img src="templates/{$template}/images/icons/announcement.gif" alt="{$LANG.announcementstitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="announcements.php" title="{$LANG.announcementstitle}">{$LANG.announcementstitle}</a></li> <li><a href="knowledgebase.php" title="{$LANG.knowledgebasetitle}"><img src="templates/{$template}/images/icons/knowledgebase.gif" alt="{$LANG.knowledgebasetitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="knowledgebase.php" title="{$LANG.knowledgebasetitle}">{$LANG.knowledgebasetitle}</a></li> <li><a href="submitticket.php" title="{$LANG.supportticketssubmitticket}"><img src="templates/{$template}/images/icons/submit-ticket.gif" alt="{$LANG.supportticketssubmitticket}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="submitticket.php" title="{$LANG.supportticketspagetitle}">{$LANG.supportticketssubmitticket}</a></li> <li><a href="domainchecker.php" title="{$LANG.domaintitle}"><img src="templates/{$template}/images/icons/domains.gif" alt="{$LANG.domaintitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="domainchecker.php" title="{$LANG.domaintitle}">{$LANG.domaintitle}</a></li> <li><a href="downloads.php" title="{$LANG.downloadstitle}"><img src="templates/{$template}/images/icons/downloads.gif" alt="{$LANG.downloadstitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="downloads.php" title="{$LANG.downloadstitle}">{$LANG.downloadstitle}</a></li> <li><a href="cart.php" title="{$LANG.ordertitle}"><img src="templates/{$template}/images/icons/order.gif" alt="{$LANG.ordertitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="cart.php" title="{$LANG.ordertitle}">{$LANG.ordertitle}</a></li> </ul> <form method="post" action="{$systemsslurl}dologin.php"> <p class="header">{$LANG.clientlogin}</p> <p><strong>{$LANG.email}</strong><br /> <input name="username" type="text" size="25" /> </p> <p><strong>{$LANG.loginpassword}</strong><br /> <input name="password" type="password" size="25" /> </p> <p> <input type="checkbox" name="rememberme" /> {$LANG.loginrememberme}</p> <p> <input type="submit" class="submitbutton" value="{$LANG.loginbutton}" /> </p> </form> <p class="header">{$LANG.knowledgebasesearch}</p> <form method="post" action="knowledgebase.php?action=search"> <p> <input name="search" type="text" size="25" /><br /> <select name="searchin"> <option value="Knowledgebase">{$LANG.knowledgebasetitle}</option> <option value="Downloads">{$LANG.downloadstitle}</option> </select> <input type="submit" value="{$LANG.go}" /> </p> </form> {/if} </td> </tr> </table> <p> </p></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td height="92" class="bottom_nav"><a href="http://www.egcsolutions.com">Home</a> | <a href="http://www.egcsolutions.com/hosting.html">Web Hosting</a> | <a href="http://www.egcsolutions.com/reseller.html">ResellerHosting</a> | <a href="http://www.egcsolutions.com/dedicated.html">Dedicated Servers</a> | <a href="http://clients.egcsolutions.com/domainchecker.php">Domain Names</a> | <a href="http://www.egcsolutions.com/ssl.html">SSL Certificates</a> | <a href="http://clients.egcsolutions.com">Client Area</a> | <a href="http://clients.egcsolutions.com/contact.php">Contact Us</a><br> Copyright © 2009 EGC Solutions All rights reserved.<br> <a href="http://www.egcsolutions.com/tos.html">Terms of Service Acceptable</a> | <a href="http://www.egcsolutions.com/privacy.html"> Privacy Policy</a></td> </tr> </table> </body> </html> Thank you so much that definetly did the trick, any feedback on the overall layout on the site? 0 Quote Link to comment Share on other sites More sharing options...
thehost5968 Posted October 17, 2009 Share Posted October 17, 2009 Please see pm 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.