Jump to content

Blesta Addons

Alpha Developers
  • Posts

    4,868
  • Joined

  • Last visited

  • Days Won

    389

Everything posted by Blesta Addons

  1. Reinstall function is not available in proxmox now , But We have two option for this to achieve this process 1 - get the vm conf and then delete the vm and créate new one based in the conf . 2 - re-create the container with -force option (not yet tested) We will discuss this case and others after the first release .
  2. i have a comented line in 510 , please uncomment the line , if no , the shutdown will not work //$first_node = $node_name[0];
  3. yes, i use thier class in my project , also this version use this class .
  4. Hello All . i will code some modules for v3 after the final release . wich one is priority for the community . i can't promise for any ETA to any release , but i will try to do my best . best regards
  5. Hello Attached the plugin for 2.5 , use it at your own risk . NO support/feedback/bug for the this version . openvz Only Support NOW . but you can keep your notes for the next release for the V3 . i will code it next week if i have time , so no promise to the community . i have also the ovh server management in my wichlist . i have a comented line in 510 , please uncomment the line , if no , the shutdown will not work //$first_node = $node_name[0]; proxmoxv2.zip
  6. just to not i have not tested it with the order form , maybe it will have a bug , you can add vps without provision . and then the moule provisionning the vps with stop/start/shutdown/delete . it suppoer suspend/unsuspned/remove action . as i told it maybe not complete but usefful . no feedback/bugs reported , because i will not lose time in module of 2.5 .
  7. the module is not public, and used for some internal use . if you want it i can give you a copy , just give me sometime to remove some code that is not related to the proxmox , because we have complicated cloud system with proxmox .
  8. if i have time next week i will begin coding the module ith the basic function (start/stop/reboot/delete) i have already a module for the v2.5
  9. Hello Scott , thanks for the share , i have get some new knowledge for this subject . your methode is not what i want . you want to includes the tabs plugins from module by module code . i want the reverse . includes tabs in the module without touching the module class . (something semilar to wordpress) for example i want a plugin to attach thier tabs auto to the module X (if installed) without touching the class module . as i see this is not possible no, i have fetched the module.php for some rules or code that can do this . like wordpress has a registred function like head() body() , we can include some extra data to this placement with the plugin itself . i have see some plugins of whm** has the same rules , the plugin attach some extra tabs and function to another plugin/module . i hope the idea is now clear . we will waiting the blesta staff commenting this . this is a modular code:)
  10. see this thread http://staging.blesta.com/forums/index.php?/topic/233-change-wedget-to-main-page/?hl=widget#entry1350
  11. Hello scot , Please share it , thanks in advance
  12. i have the code to check if plugin is installed ... left now how to attach the tabs from plugin to module .
  13. For this year or the last 6 months . Make it as setting to change it would be very perfect .
  14. i have recieved you pic in PM . the probleme is the order-id and ns1.... .. ns5 missing from the service field the import script import just the first (normally named user1 ). also the logicbox in v2.5 has not the same tructure tables of the v3. the staff ned to make a new script to corect/add the missing field i have wrote a thread about the serviec field structure here http://staging.blesta.com/forums/index.php?/topic/674-service-fields-table/
  15. the table is service_fields . check the service_id . so you need to wait until i start importing my v2.5 databse to repreduce the bug .
  16. interesting scenario ... can you PM me the table row created for this service via phpmyadmin ?
  17. Hello scott , thanks for the replay . i have already see that threa in the past ... but really i have not found way to add extra tabs to the module X if the plugin Y installed . i'm able to check if the plugin Y installed and then add extra tabs from the module . Now i want like to force the plugin add extra tabs in the module X when it run by user . like adding link to main navigation . i see is possible to call the plugin X function with the above thred (not yet tested by me) , but i'm asking for thing to see if possible or not just to not loss time in testing something that will not work !!! waiting the staff to confirm or deny .
  18. the domain has been added with provisionning or without provisionning ? you have empty order-id or empty domain ?
  19. i'm coding a plugin , and i want this plugin to add some extra tabs in my module . is this possible ? i have looked at the event , but really i have not found a solution . my modules has some tabs (for admin/clients) i want to make the plugins add extra tabs (templates also) to the module .
  20. i have missed the src instead of href $(this).blestaSetHeadTag("script", {type:"text/javascript", src: "<?php echo $this->Html->safe($this->view_dir . "js/my.js");?>"}); working now
  21. i have searched the docs but no answer for this question i have a js file in the module view directory . how i can add it to the header section or add it to the end of body ? fo css i found a tips with blestaSetHeadTag . i have tried to convert it but not working $(this).blestaSetHeadTag("script", {type:"text/javascript", href: "<?php echo $this->Html->safe($this->view_dir . "js/my.js");?>"});
  22. upload the logicbox folder to override the existing one .
  23. Hello All , i have relooked and added some enhacement to the logicbox . 1 - ability to edit the domain name & order-id locally . 2 - get the order-id with checkbox 3 - Redisigned the whois and the settings Tabs 4 - added getAdminServiceInfo view - not complete - i have not upgraded the module , so it remain in 1.0.1 , until the staff correct the module and push it officialy . some pictures any suggestion or observation are welcome logicboxes.zip
  24. just tested now ... just adjust the logo to fit the size in the cpanel interface .
×
×
  • Create New...