Jump to content

Logman

Member
  • Content Count

    52
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Logman

  • Rank
    Member

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Aye, only 2 weeks of back of forth. First they couldn't be bothered to test with 7.6 and then I ripped them a new one. And finally they tested it and fixed it.
  2. Strange. We managed to get it fixed with Vultr support help. They provided the unencoded files and the API could connect. There was one PHP error that had to be fixed in their code in that version. But finally we have the module working again. Vultr were able to replicate my issues so not sure why yours is working without issue.
  3. Yes, it's provided by them. The error is: API Connection problem. Check your API Key. Configuration Page And in the module log all I see is "HTTP Code: 0".
  4. Does no-one use the Vultr WHMCS module? Since we've upgraded to 7.6 and PHP 7.2 it is just broken. Reports an error with the API configuration. This was working fine before. Vultr support are not interested. After a week of back and forth they just said I have to switch to WHMCS 7.5. I don't know if a downgrade is even possible. I can't be the only one using it and the only one running WHMCS 7.6 and PHP 7.2. Super frustrating.
  5. I put a notice on the order form to only input ns1/ns2.
  6. Strips out the links and configurable options but good enough. Thanks again. 🙂
  7. Cheers, but that doesn't strip the HTML unfortunately.
  8. Hi Brian, I get a syntax error with that code. I put: <td align="left">' . strip_tags(nl2br($item['description']),'<br>')</td>
  9. We have HTML that adds links to more info about add-ons: As long as it doesn't strip the <br> tag should be fine?
  10. I have successfully stripped HTML from email templates, cart pages and the invoice template. Still have product description HTML in the invoice PDF. Code looks a bit more complex. Tried |unescape after the item description in invoicepdf.tpl but it just removes the whole description. Any ideas? foreach ($invoiceitems as $item) { $tblhtml .= ' <tr bgcolor="#fff"> <td align="left">' . nl2br($item['description']) . '<br /></td> <td align="center">' . $item['amount'] . '</td> </tr>'; }
  11. In Client Area home is it possible to have a static display on panels? I always want to display panels for: Products/Services Tickets Account Info Announcements I don't even want Invoices to show when they are due. Clients get emails, that is enough. Just need those 4 panels in 2x2. Panels will be a fixed height as we are putting something under it. Should be doable? Any caveats? If you're a developer and want to do this job hit me up with a quote.
  12. Thanks. So this happening with Six and Standard Cart too. Nameserver fields only accept "ns1" and not "ns1.domain.com".
  13. We use the Control Theme and use one of their order forms. It does happen with Standard Cart though. I don't have Six installed, must have removed it in a clean up. Can it be downloaded anywhere?
  14. my quote won't close after "invalid". Gave up trying to fix it. Hope you get the gist of the post.
  15. On our VPS order form I'm getting this error on the first step: This is when a client inputs: ns1.domain.com ns2.domain.com If they simply enter ns1 and ns2 the order proceeds just fine. In the past we've been able to enter ns1.domain.com and ns2.domain.com and that seems pretty natural. This is a problem that needs a solution. For now I'm adding text in configureproduct.tpl.
×
×
  • 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