Jump to content

kmar

Retired Forum Member
  • Posts

    21
  • Joined

  • Last visited

Everything posted by kmar

  1. Hello, I'm running into a problem with dateformatting. I'm trying to format this line in the networkissues.php template: {$issue.startdate|date_format:"%A %e %B %Y (%H:%M)"} Input: 19/06/2012 12:00 Output should be: Tuesday 19 June 2012 (12:00) instead it outputs: Wednesday 20 June (18:06) (which is today, timestamp apparently is now) I noticed this problem disappears when I change the dateformat in admin to MM/DD/YYYY. Only I want to use DD/MM/YYYY because that's what I'm used to (EU based and all that...) Now my question is this; does anyone know how I can get this to work and still use DD/MM/YYYY in the admin area? Thanks!
  2. Never mind. I managed to do it with an ajax script.
  3. Hello, Is it possible to directly add a domain to the cart? On my frontpage I have an availability checker. I want users to be able to click on available domains so that they are added to the cart directly. I've noticed that this url https://xxxxxxx/cart.php?a=add&domain=register&sld=domainname&tld=.com only selects the domain. It is not added to the cart directly. Any suggestions on how this can be achieved? Thanks, James
  4. Dear all, Does anybody know how to set-up the e-mail piping feature in Plesk 10? I'm unable to create an alias with the pipe command. Thanks in advance
  5. Thanks for the reply laszlof, that's actually quite a good idea. Only problem, though, is that I don't really know how to create a file that loops through the domains and checks whether of not idprotection is enabled. I suppose it should be done with WHMCS's API but I've searched the WHMCS website and couldnt find anything to help me get started with a function that cycles through the domains. I know it might be a bit much to ask, but is there anyone who can help me get started on this? Thanks a bunch!
  6. Hi, My domain reseller doesn't offer ID Protection out of the box. I was wondering if it'd be possible to trigger an action hook upon ticking the ID protection box. This way I could create an API request to my registrar and change the contact details of the specified domain to my company’s contact details rather than to my customer's. Does anyone know how this could be achieved? Thanks!
  7. This one: http://demo.whmcs.com/contact.php
  8. Hello all, Silly question, does anybody know how to change the contact form prefix text? All emails sent through this form have a subject line starting with "Contact Form:". I'd like to be able to either remove this or add a custom prefix. Does anybody know how to do this? Thanks!
  9. Hi, Does anybody know of it it possible to turn of IP logging for support tickets that are submitted through the website by registered users? At the moment it shows the IP underneath the message, like this: ---------------------------- IP Address: 127.0.0.1 And I can't find the setting to turn this off... Thanks
  10. Is it at all possible to give a customer a certain discount based on the number of domains they own? Thanks
  11. Is it possible to add a fixed fee to the invoice for using certain gateways, say add $1.00 for mail-in payments?
  12. If you want to be able to pass session data between subdomains you need to add the following to the php.ini file. session.cookie_domain = .domain.com Note the dot before your domain. This is required. If you are unable to modify the the php.ini file you can add the following before the session.start() function on any page which creates the session cookie. ini_set("session.cookie_domain", ".domain.com");
  13. Fonts were indeed in the wrong dir. Got it working now! Thanks for your replies!
  14. I would like to have a barcode on my invoices. And since whmcs uses tcpdf to create them this ought to be possible. Only I can't get it working.I figure whmcs uses a stripped down version of tcpdf... but I don't know how to work around that. Any suggestions on how to do this? Ref http://www.tecnick.com/pagefiles/tcpdf/example_027.pdf http://www.tecnick.com/pagefiles/tcpdf/example_027.phps
  15. thanks bear! works like a charm!
  16. Is there a kayako integration (loginshare) out there that actually works?
  17. I'll update the software then. See what it does... Thanks
  18. Is it at all possible to get multiple domain renewals on one invoice? Some of my customers have quite a few domain names and most renew on the same date. But instead of sending out one invoice with all the domains it sends out an invoice for every single domain. Imagine the look on their faces when they get 50+ invoices So if there is a way to do this please let me know.
×
×
  • 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