VN-Ken Posted February 16, 2007 Share Posted February 16, 2007 Hello, Can someone please provide me with some tips on integrating WHMCS with a site that has a side menu? I have tried many things for the past couple of days yet nothing seems to work. Any suggestions on where to place certain elements? Here is what it looks like right now: myvirpus.com/billing PS: Yes, I know integration is offered by WHMCS however I do not feel its worth the money when it is just something as minor as this to correct to get the site working. In help would be much appreciated. Thanks. Kenneth 0 Quote Link to comment Share on other sites More sharing options...
Willx Posted February 16, 2007 Share Posted February 16, 2007 WOW you need to put the menu OFF the header, take the header put it by its self then the order junk and links put the link menu next to that ... 0 Quote Link to comment Share on other sites More sharing options...
VN-Ken Posted February 16, 2007 Author Share Posted February 16, 2007 i'll give it a shot but that doesnt sound like it will fix the issue. 0 Quote Link to comment Share on other sites More sharing options...
VN-Ken Posted February 16, 2007 Author Share Posted February 16, 2007 As expected, didn't work. It seems it has something to do with how the coding is layed out but I do not know what to look for to fix it. <html> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> <title>{$companyname} - {$pagetitle}</title> <link rel="stylesheet" type="text/css" href="templates/{$template}/style.css" /> </head> <body> <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <table width="747" height="626" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01"> <tr> <td height="26" colspan="4"> <span class="style1">[url="http://virpus.com/"]Home[/url] | [url="https://myvirpus.com"]myVirpus[/url] | [url="http://virpus.com/forums"]Community Forums[/url] | [url="http://virpus.com/contactus.html"]Contact Us[/url] </span></td> </tr> <tr> <td width="24" rowspan="4"></td> <td height="118" colspan="2" valign="top"> [img=http://virpus.com/images/design2_03.gif]</td> <td width="24" rowspan="4"></td> </tr> <tr> <td height="87" colspan="2" valign="top"> [img=http://virpus.com/subheader/about.gif]</td> </tr> <tr> <td width="17" rowspan="2" background="http://virpus.com/images/design2_06.jpg"></td> <td> [img=images/design2_07.jpg]</td> </tr> <tr> <td height="358" valign="top" bgcolor="#F4F2F2"> </p> </p> <span class="style9"> </span> </p> <tr> <td><table id="topnavbar"><tr><td id="navbar">[url="index.php"]{$LANG.globalsystemname}[/url]</td><td id="navbar">[url="clientarea.php"]{$LANG.clientareatitle}[/url]</td><td id="navbar">[url="announcements.php"]{$LANG.announcementstitle}[/url]</td><td id="navbar">[url="knowledgebase.php"]{$LANG.knowledgebasetitle}[/url]</td><td id="navbar">[url="supporttickets.php"]{$LANG.supportticketspagetitle}[/url]</td><td id="navbar">[url="downloads.php"]{$LANG.downloadstitle}[/url]</td>{if $loggedin}<td id="navbar">[url="logout.php"]{$LANG.logouttitle}[/url]</td>{/if}</tr></table></td> </tr> <tr> <td style="padding:15px"> {if $pageicon}[img={$pageicon}]{/if} <span class="heading">{$pagetitle}</span> {$LANG.globalyouarehere}: {$breadcrumbnav}</p> {if $loggedin} <p align=center class="clientarealinks">[url="clientarea.php?action=details"][img=images/clientarea/details.gif]{$LANG.clientareanavdetails}[/url][url="clientarea.php?action=hosting"][img=images/clientarea/hosting.gif]{$LANG.clientareanavhosting}[/url][url="clientarea.php?action=domains"][img=images/clientarea/domains.gif]{$LANG.clientareanavdomains}[/url][url="clientarea.php?action=invoices"][img=images/clientarea/invoices.gif]{$LANG.invoices}[/url][url="supporttickets.php"][img=images/clientarea/supporttickets.gif]{$LANG.clientareanavsupporttickets}[/url] [url="order.php"][img=images/clientarea/order.gif]{$LANG.clientareanavorder}[/url][url="clientarea.php?action=products"][img=images/clientarea/products.gif]{$LANG.clientareaproducts}[/url][url="clientarea.php?action=emails"][img=images/clientarea/emails.gif]{$LANG.clientareaemails}[/url][url="logout.php"][img=images/clientarea/details.gif]{$LANG.clientareanavlogout}[/url]</p> {/if} 0 Quote Link to comment Share on other sites More sharing options...
koh Posted February 16, 2007 Share Posted February 16, 2007 try putting it under the <tr> <td height="358" valign="top" bgcolor="#F4F2F2"> 0 Quote Link to comment Share on other sites More sharing options...
VN-Ken Posted February 16, 2007 Author Share Posted February 16, 2007 Nope, still didn't do it: myvirpus.com/billing 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.