Jump to content

Abdy

Blesta Developers
  • Posts

    407
  • Joined

  • Last visited

  • Days Won

    36

Reputation Activity

  1. Like
    Abdy got a reaction from serge in Poll: Which Of These Two Designs Is Better?   
    Thanks for the advice.
     
    Looks better.

  2. Like
    Abdy got a reaction from Michael in Poll: Which Of These Two Designs Is Better?   
    Thanks!! Works perfectly  
  3. Like
    Abdy reacted to Michael in Poll: Which Of These Two Designs Is Better?   
    We have that issue when doing themes use the following CSS code:
     
    FIX TABLE DROPDOWN CONFLICTS: .panel_content .table-responsive{ overflow-x: visible !important; }
  4. Like
    Abdy got a reaction from Michael in Poll: Which Of These Two Designs Is Better?   
    Yesterday, Viewing some admin themes in ThemeForest, I found "Remark".
     
    In short, 1 Developer, 24 Hours, 5 Liters of coffee.
     
    And this is the result:
     



    But I have a problem with the dropdown  ¿Any know how to fix this?  
  5. Like
    Abdy got a reaction from Paul in Poll: Which Of These Two Designs Is Better?   
    Thanks for the advice.
     
    Looks better.

  6. Like
    Abdy got a reaction from Michael in Poll: Which Of These Two Designs Is Better?   
    Thanks for the advice.
     
    Looks better.

  7. Like
    Abdy got a reaction from Michael in New Fresh Blesta Themes In The Making.   
    Use some bytes of the forum database. 
  8. Like
    Abdy got a reaction from adrzei in [Module][Fixed] Cpanel Extended   
    Hi Blesta Users,  
     
    Yesterday im decided to upgrade Blesta to the latest version (3.4.4) and cPanel of my server from 11.49 to 11.50, After the upgrade, the cPanel Extended module stop working, Showing always "Internal Error". And don't show more the Disk and Bandwidth Statistics.
     
    The original cPanel Module from Blesta have the option to change the password, and cPanel Extended don't have.
     
    This Fixed version have the option to change the Password of cPanel from Blesta and its fixed and works again this fantastic module.
     
    Enjoy 
     
    PS: Sorry for my bad english  
     

     
    ----- UPDATE [22/06/15] ------
     
        - Added Emails Forwarders 

    ----- UPDATE [23/06/15] ------
        - DNS Zone Editor Added  cpanelextended.zip
  9. Like
    Abdy got a reaction from adrzei in [Module][Fixed] Cpanel Extended   
    Its secure for production.
  10. Like
    Abdy got a reaction from Michael in Blesta Design   
    Using Javascript
  11. Like
    Abdy got a reaction from Kangaroo in Release 3.5.3   
    Updated
  12. Like
    Abdy got a reaction from ariq01 in [Plugin] Uptime Robot & Server Monitoring For Blesta With Twilio Support.   
    Hi
     
    I bring today a very useful plugin.
     
    This is a Uptime Robot and Server Monitoring Plugin, Requires ssh2 installed in the server for Server Monitoring.
     
    Features
    Uptime Robot
    Check the server every 5 minutes Alerts over Email or via SMS with Twilio Server Monitoring (Requires ssh2 and root Password)
    Automatic updates (Updates the software and packages every day, via yum or apt-get) RAM Alerts (If only have 10% free) HDD Alerts (If only have 10% free) CPU Alerts (If CPU usage is more than 80%) Update [07/08/15]:
    Now is possible delete a server Fixed problems with emails I don't have screenshots, but I have a video.
     
    https://youtu.be/haI03KEbWSg
     
    UPDATE:
    In some cases the plugin don't create the Cron Job Task, If this occurs login into PHPMyAdmin, Go to your blesta database and go to the cron_task_runs and add the following entry:
     
    id => n+1
    task_id => Cron Task ID (You can view this in the cron_tasks table)
    company_id => Your Company ID (Normally 1)
    time => NULL
    interval => 5
    enabled => 1
    date_enabled => 2012-01-01 00:00:00
    uptime_robot.zip
  13. Like
    Abdy reacted to a.daniello in Extend H2O To Translate Everything With Cms Plugin   
    I'm playing with the great Admin Tools by naja7host and i need to use in my cms pages something to be translated.
     
    So i make this simple extension of h2o.
     
    1. create a file called "translate.php" under "vendors/h2o/ext";
     
    2. add this code to the file
    <?php class Translate_Tag extends H2o_Node {     var $lang_key;     function __construct($argstring, $parser, $pos=0) {         $this->lang_key = trim($argstring);     }     function render($context, $stream) {         $stream->write(Language::_($this->lang_key, true));     } } h2o::addTag('translate'); 3. load this tag where do you need (for frontend, in "plugins/cms/controllers/main.php" at line 56) adding this code   h2o::load('translate'); It's all! So you can add a simple h2o tag as you need, for example   {% translate here_write_language_key_or_your_string_also_with_spaces  %} Usually, i'm adding my custom text in languages/[lang]/_custom.php.
     
    Hope that this can help someone.
     
     
  14. Like
    Abdy reacted to Michael in [Plugin] BlestaCMS   
    This is a one-time paid plugin with unlimited support and updates. This plugin replaces the one shipped with Blesta so you can't use both. It's created to take the CMS to the next level. The plugin does have a few bugs at the moment which are going to be shipped next week so you can remove pages / blog posts, etc and also so you can add comments on the blog pages.
     
    We also have 1.2.0 and 1.3.0 all planned out and you can see the to-do list on our community forum after purchase, you can also state what you would like to see and if we like the idea we will add it to our list. Please note after payment for this plugin it's non-refundable due to the nature of the product in question.
     
    Blesta 3.6.2 with v1.1.2:






     
    Blesta 4.0.0 with v1.2.0:
    Pages:

    Blog posts:

    Categories:

    Menus:

    Settings:

     
    Multi-language:


    Blog posts:

    Videos:
     
    Menu Video: http://screencast.com/t/PAcVeZ8QQ
     
    Page Video: http://screencast.com/t/81paso43vd
     
    Blog Video: http://screencast.com/t/qXecVGKkox
     
    Demo url: https://licensedemo.com
     
     
    How can you get the CMS plugin?

    We provide it with our Modern Integration+ for free and we sell it on it's own here for $150 or $12 a month: Order form.

    The plugin is fully editable minus the 4 files used for licensing purposes. We'll only support the plugin if no major changes have been done, that way we know it is our issue and not something you've done to it.
     
    It's been tested by three people so far, Doug (Evolve Webhost - Modern Integration+), Mujahed (ModulesBakery - Developer) and myself whilst preparing for the next Licensecart design.
     
     
    PS: If you develop a lot for blesta (free plugins / modules, etc) and would like a copy PM me and I'll issue a free license for your hard work in the community.
     
    Free Integrations which work on BlestaCMS out of the box:
    - Margo
  15. Like
  16. Like
    Abdy reacted to Stacktron in Stacktron Is Finally Done! :d   
    After many posts regarding problems I was having with Blesta, I am proud to announce that Stacktron has been completed and we are ready to take orders!
     
    We integrated the site with Blesta using a custom theme. It took me about 2 weeks to get the website 100% ready, and believe me that was crucial XD
     
    https://www.stacktron.net is the URL!
  17. Like
    Abdy got a reaction from evolvewh in Blesta Design   
    Hi,
     
    Today I want to show my blesta integration, I feel that miss something. I want to hear your opinions, and feedback.
     
    Sorry for my bad english, and have a good day.
     

     
     

     
     

  18. Like
    Abdy got a reaction from Paul in Blesta Design   
    Hi,
     
    Today I want to show my blesta integration, I feel that miss something. I want to hear your opinions, and feedback.
     
    Sorry for my bad english, and have a good day.
     

     
     

     
     

  19. Like
    Abdy got a reaction from activa in Blesta Design   
    Hi,
     
    Today I want to show my blesta integration, I feel that miss something. I want to hear your opinions, and feedback.
     
    Sorry for my bad english, and have a good day.
     

     
     

     
     

  20. Like
    Abdy got a reaction from a.daniello in Blesta Design   
    Hi,
     
    Today I want to show my blesta integration, I feel that miss something. I want to hear your opinions, and feedback.
     
    Sorry for my bad english, and have a good day.
     

     
     

     
     

  21. Like
    Abdy got a reaction from PauloV in Blesta Design   
    Hi,
     
    Today I want to show my blesta integration, I feel that miss something. I want to hear your opinions, and feedback.
     
    Sorry for my bad english, and have a good day.
     

     
     

     
     

  22. Like
    Abdy got a reaction from Michael in Blesta Design   
    Hi,
     
    Today I want to show my blesta integration, I feel that miss something. I want to hear your opinions, and feedback.
     
    Sorry for my bad english, and have a good day.
     

     
     

     
     

  23. Like
    Abdy got a reaction from PauloV in Ghostbill - Order Forms Bundle.   
    2 New order forms added
     
    -Backupsy
    -Startup
  24. Like
    Abdy got a reaction from PauloV in Ghostbill - Order Forms Bundle.   
    With magic haha
  25. Like
    Abdy got a reaction from activa in Ghostbill - Order Forms Bundle.   
    With magic haha
×
×
  • Create New...