Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/29/2015 in all areas

  1. Paul

    Whmphp Support?

    I would be cautious about master reseller plugins for cPanel, and not just because of the zamfoo debacle. I can't imagine a server would be able to support too many sub-resellers before its completely over subscribed. Personally, I'd suggest offering virtual servers with full cPanel root access. If that's not an option, please contact whmphp and ask them to build a Blesta module (It looks like they built the whmcs one). We are happy to give them a developer license and answer any questions they have during development.
    2 points
  2. We've pre-made Blesta Integrations based on the Themeforest designs, so this is our little portfolio which we will update. If you need any support please contact our support team. All our pre-made themes also have a BlestaCMS Version for our customers. All pre-made themes are $5 per, you do however need the theme from Themeforest before you can get the theme from us. FlatHost Marketplace url: https://marketplace.blesta.com/#/extensions/7-FlatHost MyVPS Marketplace url: https://marketplace.blesta.com/#/extensions/16-MyVPS RealHost Marketplace Url: https://marketplace.blesta.com/#/extensions/18-RealHost[/size] Dataserv Marketplace Url: https://marketplace.blesta.com/#/extensions/19 Satria Marketplace Url: https://marketplace.blesta.com/#/extensions/28-Satria How cool pages you can make with the CMS plugin and the MyVPS theme: Cool things you can do with Satria:
    1 point
  3. Paul

    Cloudstack Module

    I'd love to see a CloudStack module as well. The quickest way to go though is probably to hire a developer to take our SolusVM module and make it work with Cloudstack. I'm not sure how much work that would be, but given that SolusVM has much of the same functionality it may be a viable option.
    1 point
  4. Tyson

    Blesta Locked Out?

    I agree that it appears to be a JavaScript issue. I can only replicate your dashboard page when JavaScript is disabled in the browser. Make sure you have it enabled.
    1 point
  5. Tyson

    Processing Payment

    The documentation is not out-dated. The success method is called when the client returns back to Blesta. No validation is necessary here. The validation occurs via the gateway callback.
    1 point
  6. cloudrck

    Blesta Locked Out?

    Looks like a JavaScript issue. You check your browser logs? I know this has happened to me when the network was slow either on the server or my internet connection
    1 point
  7. iNode Cloud

    I Broke The Portal.

    Thanks guys got it sorted!
    1 point
  8. How exactly are you licensing the themes to domains? encrypting pdt's or just a license to use it, which means they can be used without a domain?
    1 point
  9. 1 point
  10. The example you quoted from the docs only shows a simple example of how to create an email template. You may want to handle this in your plugin's install and uninstall methods so you can create the group and template when your plugin is installed rather than when accessing a controller, as the example illustrates. You can take a look at the Support Manager plugin source for working examples. Set a name and description for the email template by defining a language file, admin_company_emails, containing them, in the following format: File: /plugins/myplugin/language/en_us/admin_company_emails.php Contents: <?php $lang['AdminCompanyEmails.templates.action_name'] = "Email Template Name"; $lang['AdminCompanyEmails.templates.action_desc'] = "Email Template Description"; The "action" in the language term AdminCompanyEmails.templates.action_name should be the action of the email template group you created. For example, your group action is called MyPlugin.custom_action, so the language term would be $lang['AdminCompanyEmails.templates.MyPlugin.custom_action_name'] = "Email Template Name";
    1 point
  11. Paul

    I Broke The Portal.

    I made the endif tag bold in your original post that you probably want to remove.
    1 point
  12. oscars

    I Broke The Portal.

    Been there. Your solution (Look what's different): http://www.blesta.com/forums/index.php?/topic/5180-portal-plugin-help/
    1 point
  13. Paul

    Release 3.6.0

    4.0 is next, no ETA yet still very much in development
    1 point
  14. Hello, Strange. Please check if you have notification active. I have a new Supoort Manager update that I will release soon, after I intregate the latest updates from Blesta 3.6 Regards, PV
    1 point
×
×
  • Create New...