SwindonSalesHosting Posted March 6, 2008 Share Posted March 6, 2008 Hi there, We have a flash site http://www.swindonsaleshosting.com and the little white box at the top is suppose to have a domain search box in, But I have no knowledge in PHP so can't program one I wonderd if we can get WHMCS so do a search on available domains in that little box? Is this possible? Also how do we add a banner at the top of WHMCS instead of WHMCS Online Portal lol. Regards Ian 0 Quote Link to comment Share on other sites More sharing options...
Lib-Design Posted March 6, 2008 Share Posted March 6, 2008 ermmm the sites not in flash well not the area with the white box. You could overlay a form onto it that would send the user to the WHMCS domain page. Something like a heavily CSS'ed <form method="post" action="/client/cart.php?a=add&domain=register"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td><INPUT TYPE="TEXT" NAME="sld"> <SELECT NAME="tld"> <OPTION VALUE=".com">.Com</OPTION> <OPTION VALUE=".net">.Net</OPTION> <OPTION VALUE=".tv">.Tv</OPTION> <OPTION VALUE=".tv">.Tv</OPTION> <OPTION VALUE=".biz">.Biz</OPTION> <OPTION VALUE=".org">.Org</OPTION> <OPTION VALUE=".info">.Info</OPTION> <OPTION VALUE=".us">.Us</OPTION> </SELECT> </td> <td align="right"> <INPUT TYPE="SUBMIT" VALUE="Check"> </td> </tr> </table> </form> EDIT: And yes you can you need to edit your header.tpl 0 Quote Link to comment Share on other sites More sharing options...
SwindonSalesHosting Posted March 7, 2008 Author Share Posted March 7, 2008 Thanks, I did this but for some reason the tld part is below the input box and the check box is next to the input box any idea how to fix this? 0 Quote Link to comment Share on other sites More sharing options...
SwindonSalesHosting Posted March 7, 2008 Author Share Posted March 7, 2008 For some reason it doesnt direct me to my whmcs either. 0 Quote Link to comment Share on other sites More sharing options...
chickendippers Posted March 7, 2008 Share Posted March 7, 2008 Well you need to modify the url to your installation. 0 Quote Link to comment Share on other sites More sharing options...
SwindonSalesHosting Posted March 7, 2008 Author Share Posted March 7, 2008 Which would be what? my whmcs is installed in public_html/whmcs so what would i change it too? 0 Quote Link to comment Share on other sites More sharing options...
chickendippers Posted March 7, 2008 Share Posted March 7, 2008 Find: /client/cart.php?a=add&domain=register Replace: /whmcs/cart.php?a=add&domain=register 0 Quote Link to comment Share on other sites More sharing options...
Lib-Design Posted March 7, 2008 Share Posted March 7, 2008 soz i just pasted part of the code from my old design use /whmcs/cart.php?a=add&domain=register instead of /client/cart.php?a=add&domain=register You can jig about with the tables if you have some HTML knowledge and move the form elements about. 0 Quote Link to comment Share on other sites More sharing options...
SwindonSalesHosting Posted March 7, 2008 Author Share Posted March 7, 2008 I tried this before you replied as I thought this maybe the issue. But for some reason it still doesnt work. Unfortunatly I have very little html knowledge If you would be intrested in having a quick loook at this i will give u abit of cash for it. add me on msn ian_murphy3@hotmail.co.uk thanks or e-mail me ianmurphy@swindonsaleshosting.com 0 Quote Link to comment Share on other sites More sharing options...
Lib-Design Posted March 7, 2008 Share Posted March 7, 2008 ok 1 sec will jump on MSN 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.