Jump to content

Leaderboard

Popular Content

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

  1. Hello All . THIS PLUGIN IS ONLY FOR THE CORE SUPPORT MANAGER IF YOU WANT TO THANK ME WITH A LITTE DONATION , you can do it with PAYPAL DONATION from here we bring free and exclusive content , this plugin extend the support manager plugin , will add a badge count of open tickets to admin and client side , and client widget support ticket in client dashboard . with the plugin, you can : - Add Badge Count for opened ticket in client and admin side . (this mod was inspired and cloned from our friend PauloV in his Support manager pro plugin ) - Add Widget for ticket in client dashboard .(this mod i have coded to achieve my request in this thread , and to make the link multilanguage , requested here ) TODO LIST : - Add setting to enable/disable the widget/badge . Some screenshoot : client badge client widget as always the installtion steps is : 1 - download the file our website 2 - upload the support_manager_addons folder inside plugin directory . 3 - goto plugins , and install Support Manager Addons . 4 - enjoy the free content . The Plugin require a free subscription (Access) . Best regards
    3 points
  2. Everyday

    Crm Or Integration

    It would be great to have integration with a CRM or have a plugin for one in Blesta. I'm envisioning being able to collect leads with web forms, email, live chat or phone. Make notes, communicate using the ticket desk, create quotes, etc. The lead should be able to click on the quote, accept it which will create their account service, etc in blesta. This would allow us to work in one portal and keep information in one place rather than using 4 or 5 different, unsync'd systems.
    1 point
  3. I'm wondering if there is any sort of realistic ETA for the domain manager? I'd like to get switched over after having owned a license for 14+ months now but that's a major feature I need. I looked at the JIRA tracker but I didn't see anything mentioned there. Thanks!
    1 point
  4. Paul

    Invoice Logo Missing

    Does your PHP have the GD library? TCPDF sometimes uses the GD library to format the logo or background image.
    1 point
  5. but i think it deserve a deep look and some times/hours to find a working solution . the pay with credit is a important thing that we have already requested , and was released -- thanks for this -- , but it has no sense that this feature is not exist is most used order from template !!!
    1 point
  6. The AJAX templates have a different flow through the order process than the other templates since they handle everything from, essentially, one page. This design doesn't allow for universal support for that feature across all templates. Not every template can, or should, support all features from other templates. For instance, neither the Wizard nor AJAX templates support Client Registration order types.
    1 point
  7. Tyson

    Enable Plugin Logs

    Namecheap is a module, so it would appear under the Module logs. Information is only logged for request/response data during communication between Blesta and Namecheap. If you're not using the module to provision a service, for instance, then no log data would be created.
    1 point
  8. Tyson

    Tag For Portal Plugin?

    These tags are available. There is no {% elseif %} tag, so that wouldn't be a valid statement anyway.
    1 point
  9. good idea , i will add it next release .
    1 point
  10. Nice job mate. To make it so it only shows the client the button when there's a "Awaiting reply" so they know there's a ticket which has been answered by a staff member go to: /plugins/support_manager_addons/controllers/client_tickets_count.php Then replace this line: 'open' => $this->SupportManagerTickets->getStatusCount("not_closed", null, $this->client_id) With: 'open' => $this->SupportManagerTickets->getStatusCount("awaiting_reply", null, $this->client_id)
    1 point
×
×
  • Create New...