Jump to content

PauloV

Members
  • Posts

    1,387
  • Joined

  • Last visited

  • Days Won

    42

Everything posted by PauloV

  1. Great job cyandark For people saying its a scam or not worth it, just use the original, you are not forced to buy it. Do you know how many hours it takes for a dev to this? Even for just modifing the theme? Think again I will buy this module because it worth the 5 Bucks for the work he have. All my modules and plugins are free and i add a lot of hours, most of them where based on existent modules/plugins. Keep up the great work cyandark P.S- @cyandark in the future change from pay 5 Bucks to "I accep donations starting at 5 bucks" lol
  2. We all are in the same boat Please check also this and help us http://www.blesta.com/forums/index.php?/topic/4368-lets-fix-blesta-eu-invoices-and-make-vatmoss-compatible-all-in-one-thread/
  3. Hello Paul The biggest problems with blesta so far is: - EU Full compiled - Domain Managment All outher things are secundary because we can build new Plugins/Modules or ask a DEV to do it, like the "Newsletter Plugin" or the "Afilliate Plugin" etc.. all of us can live without it, we have 3rd party scripts for free that can coexist with Blesta, but we cant add EU Full compiled code or the new Domain functionality because it mess with core functions. (I hope Lisencecart dosent see this post lol, just joking Mike )
  4. PauloV

    Release 3.5.0

    I always sleep at night with Blesta Upgrades Did you all saw the latest WHMCS update to 6.0? this is what happen to one person that made the upgrade: https://www.youtube.com/embed/miOWJ4rKb_g Hope you like it
  5. So any news about the list? is there anything its missing or updated on the the First Post list?
  6. Hello andre.peters Like you there are many people with the same problem. I have compile everithing we need to EU Invoicing in this post: http://www.blesta.com/forums/index.php?/topic/4368-lets-fix-blesta-eu-invoices-and-make-vatmoss-compatible-all-in-one-thread/ If you have any question or make more "pressur" to implement all these features please post all your questions and what you need in the "compiled EU invoicing forum"above
  7. A Huge Tank You cyandark for your hard work P.S- love the root password from the first screenshot
  8. Thanks once again Licencart Have to make you a PayPal donation please provide us your PayPal email
  9. Licensecart: Tree words for you "SIMPLE THE BEST" (i think its the "Tina Turner" music name lol) Excelent work
  10. Hello, My sugestion is to not execute by mistake any command wen "Use Module" is checked, because, like me, by mistake, we can execute for exemple a termination command, or any outher command and we cant revert For exemple, on OPENSRS I have added the option in tabs, "Commands", and it will show the blestaModalConfirm on every execution to not make any mistakes Thanks, PV
  11. Great work Cyandark I Love cPanel extended and I will use (hope blesta add as core, this is a must) Many thanks Modulesgarden for starting this Plugin and share with us (to bad that your are now "tied hands" with WHMCS, because with blesta you could win a lot more), and thanks to Paul/Tyson/Cody to update and fix some problems in the past Keep it comming Cyandark
  12. Finally its here Whois Get/Set (update details from Admin and Client Side) Fixed: Removed GLOBAL variables, thanks to Carl Fixed: Code cleaned for better understand Added: Whois Get/Set in Admin and Client Side Please check first post how to Install/Update. Regards, PV
  13. My personal opinion Blesta Support Manager is one of the most beutiful themed out there (comparing against WHMCS/ClientExec/HostBill and the older AWBS/WHMAutopilot/ModernBill) But you can eseally theme on your own, just edit the .pdt and .css files in /views/default/ under the supportmanagerpro plugin forlder
  14. I have to clean the code, the code is not vleaned because is in Alpha Dont tale in count the comments in the code because is based on enom and internebs module so the text comments are iqual Im finishing the Whois Contacts fileds change to relase in 2/3 days
  15. Thanks for the help naja7host Because Im only using the warnings for my Modules/Plugins I will use my internal var "ierror" (internal error lol), and I will add the extra lines of code (untill blesta devs include in core the soltuion) The error messages are very handy, because we dont know if there is a problem wen managing a module/plugin only spending some minutes debugging or seeing logs Here is the solution for displaying error messages on Modules/Plugins in Tabs navigations (wen not posting/submiting forms), on the fly: On your module/plugin just add the a var to colect the error message wen not post/submit form like this exemple: $vars->ierror = "my error message"; //colect and send the error message to .pdt on your .pdt file add on top this code: <?php if ($this->Html->ifSet($vars->ierror)){ ?> <div class="error_section"> <article class="error_box error"> <a href="#" class="close">×</a> <p style="padding:0px 0px 0px 30px; vertical-align: middle;"><?php echo $this->Html->ifSet($vars->ierror); ?></p> </article> </div> <?php } ?> Nad its working on all my modules/plugins, displying the error message directly from the API of my Module/Plugin, insted of going in Tools->Logs to see what went rong
  16. Very, very confusing If there is a currency converter it has to work, or at lest be removed temporary from blesta like the options "Merge Client" that still doesn't work and the menu option there is useless
  17. I think i have a solution and I will try on Monday We cannot set error messages but we can send error messages as $var to the .tpl file of the plugin/module
  18. PauloV

    Invisible Tickets

    Strange behavior. Is my Support Manager Pro Plugin I will try to reproduce the bug an then update to the latest 3.5, after the stable release
  19. +1 @Licensecart third option
  20. I think what naja7host is trying to say is: Its better for Blesta add new pages to blesta.com website and/or in blesta docs website to each registrar and with each logo, for exemple: enom page is: http://docs.blesta.com/display/user/Enom and naja7host recommend to add also: http://docs.blesta.com/display/user/Resell.biz http://docs.blesta.com/display/user/NetEarthOne etc... and then redirect the user to: http://docs.blesta.com/display/user/Logicboxes
  21. Hello On module tab navigation, how to set up error messages on the fly? Exemple: We have the opensrs module, wen there is an error conecting or getting any data, for exemple we want to display the error message and it dosent display wen navigating on the TABS On the outher hand we have sucessful add the error message wen POST the form like so: $errors[] = "my error message"; $this->Input->setErrors(array('errors' => $errors)); but dont work wen loading TABS only POST/Modifying the module options Thanks in advance for any help
×
×
  • Create New...