Jump to content

Abdy

Blesta Developers
  • Posts

    407
  • Joined

  • Last visited

  • Days Won

    36

Everything posted by Abdy

  1. The module is not complete yet But there is another screenshot of the next version
  2. Abdy

    H2o Template if tag

    {% if id == 1 %} This will print out if $id = 1 {% endif %} https://github.com/speedmax/h2o-php/wiki/Built-in-tags
  3. Try upgrading your droplet to 1 GB
  4. I used a 1 GB Droplet from DigitalOcean for about 2 years, without any problems. Now I use a 16 GB server. Blesta don't require a lot of RAM.
  5. The content of the pdt file (admin_pages.pdt) is: <div class="title_row first"> <h3>Hello World</h3> </div> I updated the code to: <?php class AdminPages extends BlestaCmsController { public function preAction() { // Parent pre-action parent::preAction(); // Require login $this->requireLogin(); // Load language Language::loadLang('blesta_cms', null, PLUGINDIR.'blesta_cms'.DS.'language'.DS); $this->company_id = Configure::get('Blesta.company_id'); $this->structure->set('page_title', Language::_('blesta_cms.page_title', true)); $this->view->setView(null, 'BlestaCms.default'); } public function index() { //die("admin page"); } } and now shows the pdt, but without the structure. I have enabled the debugger plugin with Tracy but not shows anything
  6. Hi I'm developing a plugin, but when I try to make a controller on the admin side, I only get a blank page, I tried almost everything and I can fix it. I'm using Blesta v4.0 beta 5 My code is: <?php class AdminPages extends AppController { private function init() { // Require Login $this->parent->requireLogin(); // Load Language Language::loadLang('plugin_dir', null, PLUGINDIR.'plugin_dir'.DS.'language'.DS); } public function index() { $this->init(); } } Thanks.
  7. April 01 1. Many of the extra features are of WHM for Reseller accounts. 2. TBA.
  8. A little sneak peek of the next version. The next version will come in two flavors, One free with all the same features of cPanel Extended 5.1 (but without the security risks) and another paid version with extra features and premium support.
  9. In the main post you can find the zip attached of the latest version, We made the repository private, until we release the new version.
  10. cPanel Extended still in development, But we are working in a new version from scratch, specially designed for Blesta 4.
  11. Awesome Is compatible with the colombian version? https://www.payu.com.co/
  12. Wow! Thanks, Works great.
  13. I'm Working in an affiliate system, Probably with some modifications can be done a loyalty program plugin.
  14. Abdy

    Advandz Framework

    The copyright has been updated and we pulled out 2 files that matches with Blesta 3
  15. Abdy

    Advandz Framework

    Hi, The actual minPHP code in GitHub not works, due this we have made a dump directly from Blesta 3 for extract the working minPHP Framework, We will review the code in search of Blesta code and remove then. Advandz is not only a soft modification of minPHP, Advandz will be shipped in the final version with more components, a Stack, Control Panel and a Hack Version.
  16. Hi After a lot of work, We want to show to the community one of our actual projects, Advandz Framework, a High-Performance, Fast and Scalable Framework based on minPHP. Why we choose Advandz as a name? Because sounds very similar to "Advanced" and our mission is making one of the most advanced frameworks in the market. At the moment, the framework is in alpha stage, but is fully functional.
×
×
  • Create New...