Jump to content

Blesta Addons

Alpha Developers
  • Posts

    4,868
  • Joined

  • Last visited

  • Days Won

    389

Reputation Activity

  1. Like
    Blesta Addons got a reaction from PauloV in Domain Renewal Terms   
    no , it will give error as the term will be null , because $pricing->term % 12 mean $pricing->term is divided by or not ; if yes it return 0 .
     
    12/12 correct
    9/12 is not correct
    36/12 correct
     
    NOTE ; is not tested but i think it shold work .
  2. Like
    Blesta Addons got a reaction from PauloV in [Pro Forma Invoices] - Numbering Are Not Sequential   
    make them generated as they are now in beta , but in final release make them as we need
  3. Like
    Blesta Addons reacted to Paul in Do We Have A Mass Mail Option ?   
    Yeah we've discussed this pretty extensively internally. So that we can get it out, the plugin will probably not yet tie into any third party mailers, however it will have a mechanism to queue and deliver mail systematically. So, if you're sending to a lot of people and leave the page or your browser crashes, it will still complete.
  4. Like
    Blesta Addons got a reaction from flangefrog in Support Newer Php Versions   
    this can cause probleme when client downgrade php .... but i prefer the idea to make the two class in loader/models/licence (php) , one for normal and other for php 5.5 , is like a silent work .
  5. Like
    Blesta Addons got a reaction from Michael in Support Newer Php Versions   
    this can cause probleme when client downgrade php .... but i prefer the idea to make the two class in loader/models/licence (php) , one for normal and other for php 5.5 , is like a silent work .
  6. Like
    Blesta Addons reacted to Tyson in New Features For Blesta   
    The OP's approach is more or less what we're already working toward. This is the reason we have extensions. For instance, the Order plugin is not apart of the core, although we currently ship it with Blesta by default. Likewise, gateways and modules are not apart of the core either.
     
    However, there is still going to be a need for core features to some degree. Currently, there are several still pending, such as the ability to merge clients. Many other features, like a mass mailer, are better suited as plugins. We still need to expand on the event system in Blesta to allow for extensions to perform more actions.
     
    There's always going to be some users that need custom feature X, or want feature Y to be changed slightly to work better for their business. But we don't intend to add or change core features that only 1% of users will use. Plugins are better suited in those cases. In the future, you will probably see a decrease in core features, and an increase in extensions.
  7. Like
    Blesta Addons got a reaction from PauloV in Support Newer Php Versions   
    phpseclib support php 5.3/5.4+ as i know
  8. Like
    Blesta Addons got a reaction from PauloV in Custom Menu   
    i'm was thinking in a plugin to add custom pages for client and admin side . now i have removed it from my thinking . any ETA for it ?
  9. Like
    Blesta Addons got a reaction from PauloV in Open Up Record Component More   
    $db_info = array( 'driver' => "mysql", 'host' => "yourmysqlserver.com", 'database' => "database_name", 'user' => "database"user", 'pass' => "password_database", 'persistent' => false, // or true 'charset_query' => "SET NAMES 'utf8'", 'options' => array() ); $remote_database = new Record($db_info);  
  10. Like
    Blesta Addons got a reaction from flangefrog in More Vars Passed To Modules   
    I believe You can get client info inside getadminaddfields , let me search for you this night . I wil back to you .
  11. Like
    Blesta Addons got a reaction from PauloV in Help In Appcontroller.structure Event :)   
    Will Noted , is thier any possibility to make it inject php function ?
    something like
    $return_val['body_start'][] = my_own_phpfunction($vars);
    Note , i mean leave the function intact and run it inside the caller section (head/body_start/body_end) ?
  12. Like
    Blesta Addons got a reaction from Michael in Support Newer Php Versions   
    ahh , i have misunderstand you .
    as Paul say , they are planning to limit support to php 5.3+
  13. Like
    Blesta Addons got a reaction from Michael in How Can I See Another Panel Icons ?   
    when v3.3 come, i will release a new plugin that let you customise css/js as you want without changing the core files
  14. Like
    Blesta Addons reacted to Paul in Support Newer Php Versions   
    We will be raising the minimum requirement to PHP 5.3 next year, likely in Q1 or Q2.
  15. Like
    Blesta Addons got a reaction from Michael in What Crazy Thing I'm Doing   
    design a icon logo for it
    the plugin name is css & javascript toolbox
  16. Like
    Blesta Addons reacted to PauloV in What Crazy Thing I'm Doing   
    Anouther great plugin from naja7host
    I will added because I love to mess with CSS and JavaScript and hate to change core files
    Thanks naja7host
  17. Like
    Blesta Addons reacted to Michael in What Crazy Thing I'm Doing   
    Wow that looks cool mate, and would be a great extra for the third party addons I've got so far   5 *****
  18. Like
    Blesta Addons got a reaction from LukesUbuntu in [Rewrite] Proxmox Modules   
    we are working in the module , we will try to release it after blesta v 3.3 will be out . 
  19. Like
    Blesta Addons got a reaction from PauloV in What Crazy Thing I'm Doing   
    is like a small Vqmod plugin
     
     
     
    very very usefull ...
     
     
     
    you will see it in action and you love it .
     
     
    Not so perfect
  20. Like
    Blesta Addons got a reaction from Georgemi in What Crazy Thing I'm Doing   
    Hello All
     
    last week i  have accros with a particular issue , i need to change/override some CSS for certain page in blesta , like in support plugin / admin client view / admin client edit / login client / login staff . and some other pages of my own plugins/modules .
     
    i heat changing the core files , so i have decided to go with vQmod , until i get the idea pombing my though . i have begin coding and coging and coding . inthe end i have GOT it working my Magic Plugin  "CSS & Javascipt Toolbox" , the idea was from a wordpress plugin .
     
    NOW what my plugin can do ?
     
    you need to add a image background to the login client page ? no probleme, add your css and let the plugin do it .
     
    you need to ovveride some css style just in particular page ? no probleme, add your css and let the plugin do it .

    you need to a jquery function in the add payment record ? no probleme, add your jquery code and let the plugin do it .
     
    you need to hide some input/label/div without changinf the core file ?  ? no probleme, add your jquery code and let the plugin do it .
    you need to add custom css/jquery/javascript in all client side or admin side ? no probleme, add your custom code and let the plugin do it .

    how this can work in blesta ?

    so is soo easy , with blesta v3.3 . my plugin search all the controllers and all the function inside the files , merge then in one array to get the location we need to use it . we check the $params againt the actual URL . if is the url we need we load the custom css/js .

    first i was storing code in database , but for some reason if we have a large and huge system this can make some load , so i have changed to filesystem and the performance is so pretty .

    so after the final release of v3.3 i will make it free for all . i let you with some screenshoot



     
     
     
     
     
     
     

     
     
     
     
     


     
     
    Good Night
     
  21. Like
    Blesta Addons got a reaction from LukesUbuntu in What Crazy Thing I'm Doing   
    is like a small Vqmod plugin
     
     
     
    very very usefull ...
     
     
     
    you will see it in action and you love it .
     
     
    Not so perfect
  22. Like
    Blesta Addons reacted to Nelsa in [Virtualizor] Virtualizor Module   
    I will try today this module on my test node,will post more info after testing.
  23. Like
    Blesta Addons got a reaction from niyo in Free Services Shouldn't Continue To Gateway Page When Ordering   
    check this thread
    http://www.blesta.com/forums/index.php?/topic/3202-order-payment-option-for-0-zero-orders/
  24. Like
    Blesta Addons got a reaction from PauloV in What Crazy Thing I'm Doing   
    Hello All
     
    last week i  have accros with a particular issue , i need to change/override some CSS for certain page in blesta , like in support plugin / admin client view / admin client edit / login client / login staff . and some other pages of my own plugins/modules .
     
    i heat changing the core files , so i have decided to go with vQmod , until i get the idea pombing my though . i have begin coding and coging and coding . inthe end i have GOT it working my Magic Plugin  "CSS & Javascipt Toolbox" , the idea was from a wordpress plugin .
     
    NOW what my plugin can do ?
     
    you need to add a image background to the login client page ? no probleme, add your css and let the plugin do it .
     
    you need to ovveride some css style just in particular page ? no probleme, add your css and let the plugin do it .

    you need to a jquery function in the add payment record ? no probleme, add your jquery code and let the plugin do it .
     
    you need to hide some input/label/div without changinf the core file ?  ? no probleme, add your jquery code and let the plugin do it .
    you need to add custom css/jquery/javascript in all client side or admin side ? no probleme, add your custom code and let the plugin do it .

    how this can work in blesta ?

    so is soo easy , with blesta v3.3 . my plugin search all the controllers and all the function inside the files , merge then in one array to get the location we need to use it . we check the $params againt the actual URL . if is the url we need we load the custom css/js .

    first i was storing code in database , but for some reason if we have a large and huge system this can make some load , so i have changed to filesystem and the performance is so pretty .

    so after the final release of v3.3 i will make it free for all . i let you with some screenshoot



     
     
     
     
     
     
     

     
     
     
     
     


     
     
    Good Night
     
  25. Like
    Blesta Addons got a reaction from Daniel B in What Crazy Thing I'm Doing   
    Hello All
     
    last week i  have accros with a particular issue , i need to change/override some CSS for certain page in blesta , like in support plugin / admin client view / admin client edit / login client / login staff . and some other pages of my own plugins/modules .
     
    i heat changing the core files , so i have decided to go with vQmod , until i get the idea pombing my though . i have begin coding and coging and coding . inthe end i have GOT it working my Magic Plugin  "CSS & Javascipt Toolbox" , the idea was from a wordpress plugin .
     
    NOW what my plugin can do ?
     
    you need to add a image background to the login client page ? no probleme, add your css and let the plugin do it .
     
    you need to ovveride some css style just in particular page ? no probleme, add your css and let the plugin do it .

    you need to a jquery function in the add payment record ? no probleme, add your jquery code and let the plugin do it .
     
    you need to hide some input/label/div without changinf the core file ?  ? no probleme, add your jquery code and let the plugin do it .
    you need to add custom css/jquery/javascript in all client side or admin side ? no probleme, add your custom code and let the plugin do it .

    how this can work in blesta ?

    so is soo easy , with blesta v3.3 . my plugin search all the controllers and all the function inside the files , merge then in one array to get the location we need to use it . we check the $params againt the actual URL . if is the url we need we load the custom css/js .

    first i was storing code in database , but for some reason if we have a large and huge system this can make some load , so i have changed to filesystem and the performance is so pretty .

    so after the final release of v3.3 i will make it free for all . i let you with some screenshoot



     
     
     
     
     
     
     

     
     
     
     
     


     
     
    Good Night
     
×
×
  • Create New...