Jump to content

Blesta Addons

Alpha Developers
  • Posts

    4,868
  • Joined

  • Last visited

  • Days Won

    390

Everything posted by Blesta Addons

  1. You can't inject a new tab view to Tools>Logs via plugin , you need to add it manually and hack the core files for this . you only safe solution is to make a plugin that inject a new link in Tools and add permission class to control who can access the link from your staff group .
  2. technically is not matter of you put the SMS email in the cpanel. when you put it in cpanel you will recieve a sms regarding cpanel issue not blesta .
  3. ok not sure , but try this simple fix open the file plugins/support_managerpro/support_managerpro_controller.php , the move the second line require_once dirname(__FILE__) . DS . "support_managerpro_kb_controller.php"; to the line before the last ?> so the last of the file should be like require_once dirname(__FILE__) . DS . "support_managerpro_kb_controller.php"; ?>
  4. Why they are saved with id 0;?
  5. You have installed the plugin , so you didnt see any upgrade button until a new version is released. Have Xcache activated in your php ? Wich blesta V you use?
  6. i don't see any benifect from showing installed greyed plugins/modules/gateways in the Available Tabs, i suggest only show the no-installed addon .
  7. have you eroor_reporting set to -1 ? try disbaling it .
  8. First where you want to use it ? you need to add this code in your plugin/module that your are coding it .
  9. if you search OVH module for server , We have the module already done, the module is working with OVH/SoyouStart/kimsufi servers , it will be released soon , is paid . now we are working for the OVH vps module that is not yet completed .
  10. you can download it from the first post , the link is here http://on.gweb.pt/Public_Open_Blesta/support_managerpro.zip note this is a another plugin that will not work with the core support plugin .
  11. if you want to use the UPLOAD class you can do like this a sample how to like this : // Load the pload components Loader::loadComponents($this, ["Upload"]); // Set the alloweded file types $this->Upload->setAllowedMimeTypes(['gif','png','pdf']); // Set the maximum file size $this->Upload->setMaxFileSize(2048); // size in bytes $this->Upload->setFiles($files, false); // the files list to upload $this->Upload->setUploadPath("/home/user/upload_directory/"); // the upload path directory // Will not overwrite existing file // And we will support the uploaded files are in $files['data'] $this->Upload->writeFile("data", false); // check if the upload was successfully if (!($errors = $this->Upload->errors())) { $this->Input->setErrors($errors); return; }
  12. look at tools menu ; you will see a new sub-link link called admin tools
  13. regarding your question,it need some code skill to do it, a it need to change the directadmin module and add pdt view file and languages if needed .
  14. is better to create new post for new questions rather than changing the first post !!!!
  15. even if it won't work .... i have installed it manually !
  16. at now what i prefer is a checkboxs like : [ ] Allow Order In order Form [ ] Allow Adding For Activated Service that we can have the full choice to select 1 action of both action . also i have a complicated case, that is not priority now, as we need to make this option to a package if is inside addon group .
  17. is possible to see a fix for the final v4 ?
  18. We need option to select to wich packages the actual package can be upgraded or downgraded . So many service allow only upgrades and no downgrade is allowded . I think already requested. But i cant get the post .
  19. It would be nice to have option to make addons available in Order form and/or Client area . As some addons can be ordered with the main package, and others should be ordered only when the package is active . A checkbox to check where the addon should be avaible will be usefull in so many cases . The same for config options .
  20. Why not use blestacms or the core cms instead of wordpress ? You will get all centralized and 1 admin for site and billing
  21. i think is better to make more info available to the process service changes info , we can't know wish services is concerned , like the fallowing output : Attempting to process service changes. Service Change #13 was not processed because its service is inactive. Service Change #27 was not processed because its service is inactive. Service Change #31 was not processed because its service is inactive. The process service changes task has completed. is better to include service_id to the info .
  22. Congratulation Sir ... is a good news that anyone can hear .
  23. but license check for wish product ?!! because a domain can be licensed to use product A and not product B, the you will receive a lot of false/positive checks .
  24. Normally yes . And i think so .
  25. Have you used the Form class in building the form ?
×
×
  • Create New...