Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/11/2014 in Posts

  1. Tyson

    Pagseguro

    Attached is the PagSeguro gateway for Blesta. Special thanks to Kiran at Nirays Technologies for creating the gateway and giving us rights to it. We'll be including this gateway with v3.2 of Blesta. To install, you can upload the contents of the attached zip to your Blesta installation directory, and then head into Blesta's admin interface to install the gateway under [settings] -> [Payment Gateways] -> [Available]. Additional information on configuring the gateway is available in the gateway's documentation. pagseguro.zip
    1 point
  2. Cody

    Invoices

    If you're having trouble it could be that: That event only exists in version 3.1+ That event is only executed when an invoice is edited. Also, it's better to create a plugin to listen for the event.
    1 point
  3. I've duplicated this in v3.1.2, but no other version. I'm not sure of the cause, but it doesn't appear to affect our upcoming releases.
    1 point
  4. If you go around on Bitcoin/crypto related forums, you'll see people warning against MtGox a while back. They never knew what they were doing from the beginning, just trying to cash in on the bandwagon jumpers, it was only a matter of time before their incompetence caught up with them.
    1 point
  5. Paul

    Importing From Whmcs: Stripe

    It's unresolved, but it's currently a blocker for 3.2. I discussed this one with Cody last week, and he seemed confident that it wouldn't take much time to implement and that it is likely to be included in 3.2. This is assigned to CORE-852 and can be tracked there.
    1 point
  6. cloudrck

    Support Ticket Mass Close

    That's it, thanks. I was too lazy to go through the database and figure this out myself. Yes, but I didn't want to go through 10 pages and delete tickets
    1 point
  7. Ken

    Support Ticket Mass Close

    This will mark all tickets in all departments closed. UPDATE `support_tickets` SET `status` = 'closed' Are you wanting to close them in a single department only? If so then you'll need to find the department ID in the 'support_departments' table and use the following. Where the number 1 is you'll need to change it to the department ID of choice: UPDATE `support_tickets` SET `status` = 'closed' WHERE `department_id` = '1'
    1 point
  8. flangefrog

    Web Drive Module

    Cool, thanks for the reply. I am about 25% finished (module manage page, nameserver management and domain availability are working) so I'll post the module here in a few days under the MIT license for critique/testing.
    1 point
  9. Paul

    Amazon Payments

    Amazon payments will happen, but because demand is not high it's not at the top of our priority yet. There are some other more highly requested gateways that we're working on first.
    1 point
×
×
  • Create New...