Maybe this is just a pipe dream, but what I want to do is have multiple domain sale site all using the WHMCS. Since they will all be under the same company, I have WHMCS installed in domain-a.com/billing/whmcs and it is working fine.
I now want to have domain-B.com, domain-C.com and so on as landing page. I have created multiple WHMCS templetes, one for each site.
Now my problem is calling them so they display in each of the domains.
I think I have been able to get the ?systdl=template call on the end of a URL.
This seem to work a little. But when I click on a link with the WHMCS template I called it displays the default templete with it header/footer and left side menu panel.
So maybe I just trying to do something that can't be done. I just don't know.
I also know this seem to be a incomplete explaination. I have tried to put into words what my mind thinks I want to do.
I have been using WHMCS for over a year now and like it a lot. So if someone would like to start up a dialog on this, that would be great.
I"m also looking for any coding examples I can get. The doc on the WHMCS site are OK, but lack examples.
Here is one from the knowledgebase.tpl. I tried to put the ?systpl=template on the href line but it doesn't seem to do anything.
{foreach key=num item=kbcat from=$kbcats}
<td width="33%" valign="top"><img src="images/folder.gif" border="0" align="middle" alt="" /> <strong><a href="{if $seof
riendlyurls}knowledgebase/{$kbcat.id}/{$kbcat.urlfriendlyname}{else}knowledgebase.php?action=displaycat&catid={$kbca
t.id}{/if}?systpl=test1">{$kbcat.name}</a></strong> ({$kbcat.numarticles})<br />
{$kbcat.description}
Bob Levin