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. It seems that WHMCS's portion keeps going off to the side of the template rather than on it. Any suggestions on where to place certain elements? Here is what it looks like right now: h t t p: / / myvirpus.com/billing Any help would be much appreciated. Thanks. Kenneth 0 Quote Link to comment Share on other sites More sharing options...
Adam Posted February 16, 2007 Share Posted February 16, 2007 Hey, You should learn HTML, http://www.w3schools.com/html/html_intro.asp From, Adam 0 Quote Link to comment Share on other sites More sharing options...
bear Posted February 16, 2007 Share Posted February 16, 2007 Adam, no need to be rude. 0 Quote Link to comment Share on other sites More sharing options...
webresellers Posted February 16, 2007 Share Posted February 16, 2007 Matt and others around here offer site integrations very reasonable as a service. 0 Quote Link to comment Share on other sites More sharing options...
ByteRack Posted February 16, 2007 Share Posted February 16, 2007 I think first you have to get the WHMCS code into the correct area of your design. You can achieve this by splitting your design into the header.tpl and footer.tpl, thus wrappring your site around it. You can add the links to your existing sidebar. They are in the header.tpl file. 0 Quote Link to comment Share on other sites More sharing options...
Adam Posted February 16, 2007 Share Posted February 16, 2007 Adam, no need to be rude. I wasn't rude. I didn't call names or anything of sorts like that. I suggested that they should know HTML and I gave them a link to where they can learn it. If they do know HTML, they can brush up on their skills. From, Adam 0 Quote Link to comment Share on other sites More sharing options...
bear Posted February 16, 2007 Share Posted February 16, 2007 Adam, no need to be rude. I wasn't rude. I didn't call names or anything of sorts like that. I suggested that they should know HTML and I gave them a link to where they can learn it. If they do know HTML, they can brush up on their skills. Well, I disagree. If you didn't want to answer his question, but instead point him to a generic "learn HTML" link with an equally unhelpful "you should learn HTML" statement, I'd consider that rude...or at best, unhelpful and abrupt.If you then ask a question like "how do I add 'xxx' in PHP for registering domains using WHMCS?"...then you'd have no problem if I posted only this? "Hey, you should learn PHP" http://www.php.net The point is, if you're unwilling or unable to actually help, maybe you shouldn't post. 0 Quote Link to comment Share on other sites More sharing options...
VN-Ken Posted February 16, 2007 Author Share Posted February 16, 2007 Thank you for your comments bear, and any other helpful comments others have made. Byte-Rack - that's what I have been doing however have had no success so far. [HEADER.TPL] <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} [FOOTER.TPL] <span class="style9"> </span></p> <p align="center" class="style19">[img=http://virpus.com/partner_footer.gif]</p> </td> </tr> <tr> <td colspan="4" valign="top" nowrap> <div align="center">[img=http://virpus.com/images/design2_11.gif]</div></td> </tr> </table> <map name="Map"><area shape="rect" coords="6,9,266,78" href="http://virpus.com"> <area shape="rect" coords="520,40,665,67" href="http://virpus.com/support/livechat.html"> <area shape="rect" coords="3,84,126,114" href="http://virpus.com/about/"> <area shape="rect" coords="125,84,301,114" href="http://virpus.com/hosting-solutions/"> <area shape="rect" coords="300,84,438,114" href="http://virpus.com/the-network/"> <area shape="rect" coords="437,84,598,114" href="http://virpus.com/support/"> <area shape="rect" coords="597,84,696,114" href="http://virpus.com/rewards/"> </map> <map name="Map2"><area shape="rect" coords="480,9,562,23" href="http://virpus.com/about/tos.html"><area shape="rect" coords="566,9,676,24" href="http://virpus.com/about/aup.html"> </map></body> </html> 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.