Jump to content

methos

Retired Forum Member
  • Posts

    46
  • Joined

  • Last visited

About methos

methos's Achievements

Member

Member (2/3)

0

Reputation

  1. do you mean when an admin raises a ticket and you want other staff to see it? if so, have a look at this thread: http://www.whmcs.com/forums/viewtopic.php?t=7593
  2. this is not a whmcs issue, but the pdo_mysql module is installed against the wrong version of php. you can do a search on the web against "pdo_mysql: Unable to initialize module" to see some explanations of this, or simply pass it on to your server admin to fix it.
  3. I abandoned the project in the end, there is so little interest in purchasing these domains that it is much les effort just to register each one manually
  4. well thanks for all the interesting comments - i haven't actually had any complaints about my prices before, in fact I have a number of customers who think that my prices and services are extremely competitive. I'm not sure where the person is coming from that says I am just trying to rip people off and make a quick buck, at £12.99 for an unlimited master reseller, many of which are using 10-15GB of disk space, it is a full time job to keep the servers running, plus a costly business to lease them - so i am a bit puzzled on that front since my margins are extremely small. however, back to the main point - i was looking for comments on the integration, and thanks to those of you that have done so. the advertising is a necessary evil to attract traffic - it is supposed to be targetted, although i do take the point that most of the time it seems to be advertising a dating site. anyway, thanks for the constructive comments - maybe we can close this thread now.
  5. Good, if your not ready to have your site critiqued, then please do not post in the showcase forums. The whole design is quite lame. Colors are nice, but implemented poorly. as i said, it was actually the integrations - specifically the order forms - that i was looking for some feedback on - i just wasn't expecting that to be ignored and the only comments to be about the content of the advertisers, which is not part of the integration. thank you at least for making some comment about the implementation itself. i guess i chose the wrong forum. it's ok, i'll go away now.
  6. well, i wasnt really after comments on the ads but on the integrations ... ah well, i won't bother next time.
  7. i've been tweaking it for weeks now, but think i've finally got to a usable format. would appreciate any comments. http://tb-hosting.com/ you can login with demo@tb-hosting.com, pw: demo
  8. thanks for that - very enlightening.
  9. I notice that although the WHMCS DirectI account now allows registration of uk domain names, it doesn't allow transfers in - does anyone know if this will be supported at any point? Thanks Tony http://tb-hosting.com
  10. thanks ... it took me a while to discover that it actually was smarty - then at least i could look up the reference I've manged to get it doing more or less what i wanted now - example of my order form at : http://tb-hosting.com/services/order.php?gid=0000000005 would appreciate any comments ... Thanks, Tony
  11. well, i've solved the initial problem by using $num since it is already being incremented as part of the loop, but i am still puzzled as to how to increment another variable without having it print.
  12. Hi all, I am having a headache here whilst trying to create a customised order form template. I used to be halfway proficient a php a few years back, but I have never come across this style of code within curly braces that is used in the templates and trying to get it to do what i want is driving me crazy. I am trying to increment a counter variable within the main loop of the first order form template and the code snippet i am using is shown below. My problem is that everytime I increment the value of $cnt (using $cnt++) it actually prints the value of $cnt to the html output - what the heck am i doing wrong? here is a simplified version of the code (the output extra columns are simply there so i can test the value of $cnt whilst building it) - the first time through the loop it is fine and creates my extra column and tells me $cnt eq 1, but then every other time through it not only does that but echo's the value before incremnting back to the actual html output. How can I stop this echo? {$cnt = 0} {foreach key=num item=product from=$products} <table width="98%"> <tr> <td > <form method="post" action="{$smarty.server.PHP_SELF}?step=2"> <input type="hidden" name="pid" value="{$product.pid}"> [b]{$product.name}[/b] {$product.description} <input type="hidden" name="billingcycle" value="monthly"> <input type="submit" value="{$LANG.ordernowbutton}"> { $cnt++ } </form> </td> {if $cnt eq 1} <td>extra column after 1</td> {/if} {if $cnt eq 2} <td>extra column after 2</td> {/if} {if $cnt eq 3} <td>extra column after 3</td> {/if} {if $cnt eq 4} <td>extra column after 4</td> {/if} {if $cnt eq 5} <td>extra column after 5</td> {/if} </tr> </table> {/foreach} thanks, Tony
  13. Thanks for that. Yep, I still have a lot of work to do on it, and I shall probably remove the icons altogether at some point - i'll keep you posted. Tony
  14. thanks - I have the opportunity to start from scratch, so I am actually building the site around WHMCS. I still need to add a lot of content and figure out exactly what menus i need where.
  15. Hi, I have just begun to integrate WHMCS with a completely new site, so starting from scratch. There is still a lot of work to do, I am just trying to get a feel for the site at the moment, but I would appreciate any feedback on the general look and feel so far. You can log in with the account: demo@tb-hosting.com password: demo but the products are live, so if you should order something and actually pay for it then I won't be refunding you because the domain will be registered and the account set up! Feel free to order without paying on the demo account though. The site is here: http://www.tb-hosting.com/services/ All comments welcome. Cheers, Tony
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated