Jump to content

Jonathon

Members
  • Posts

    61
  • Joined

  • Last visited

Everything posted by Jonathon

  1. Okay, so after pulling my hair our and a bunch of testing I have the reason So my reseller account is setup as "Full root" on my WHM box. What this does is actually changes the api call required, to also mimic root. The fix I am working on is that on a per server - we can add a flag for does reseller have root privs We can then use this in the plugin to send the correct command and have it working
  2. It looks like the reported issue of not working from the client side still exists as well from the admin side now. I will see what I can do to fix it up and put a pull request in
  3. Hey everyone I am working on a module, and I want to incorperate some of the other module functionality. What I want to be able to do is Open a Support Ticket in my module from code. Can anyone please help me with the correct loading of the module
  4. Just want to see if there was anyone else interested in QB Online intergration. Looking for the install to take directly to quick books not a store -> (3rd party) Server -> QBO I think the idea solution would be store -> QBO Thanks
  5. If you rely on there 1 click installer in WHM its crap ... does not handle all the new tlds it will crap out. They have farmed out the development of there module and are not able to correct the issues ... also they prevent WHM updates because they lag behind in development for the stable branch... IMHO - price not worth the cons.
  6. What I want to do: Sort products based on price. yes there can be multi prices per item but in my case the prices[0] for all products suites my needs for ordering. What I have tried function compareProducts($a, $ { return $a['pricing'][0]['price'] - $b['pricing'][0]['price']; } $packages = usort($packages, ' compareProducts'); But this is not chaning the order. Or can I change this in the Controler, with a order by statement as this would be the correct place to change this. Thanks
  7. Bug Report 2 When a department is setup with Override the from address set in email templates with the email address set for this department as checked Email address is coming from support@mydomain.com and also shows the name as support and not the department title
  8. Possible Bug Report. No ticket created when email comes from a member of the support staff. This is what I have tried I have a support department setup with IMAP The assigned staff user has an email address of staff@domain.com The support department is also setup to accept/create tickets from unknown users. Now if staff@domain.com sends to the the departmentemail@domain.com I can see the message in webmail (still marked as unread) the cron runs and the message is marked as read (per the settings) but no ticket and no bounce reply to the account. If i send an email to departmentemail@domain.com from anyotheremail@myotherdomain.com I get a ticket created and can see the ticket. Please let me know if I need to provide more details or If any other testing is required
  9. Thanks for the response Is there a link or anything that I can see for the purchase of the addons?
  10. I am looking to have 2 or 3 companies (entry points) What is the cost of each additional company and does each company get there own domain how does that work? thanks Jonathon
  11. Okay lets say I have Shared Hosting SSL's Domain registration How can I make it so that I can see all the groups... Example I click on the shop I would see All the groups at the top so I can select what one I want to browser or select Thanks
×
×
  • Create New...