Jump to content

INUMIO-Rob

Members
  • Posts

    55
  • Joined

  • Last visited

Reputation Activity

  1. Like
    INUMIO-Rob reacted to Blesta Addons in Is this possible?   
    @Licensecart relax, take a pen and paper . cup of coffee ... i will teach you in 5 min !!!!!.
    create the fallowing directory files structure .
    count_tickets Lــــــــــ count_tickets_controller.php Lــــــــــ count_tickets_model.php Lــــــــــ controllers Lــــــــــ main.php Lــــــــــ models Lــــــــــ count_tickets.php next step is the content of each file .
     
  2. Like
    INUMIO-Rob reacted to Michael in Is this possible?   
    yeah mate so we can show the tickets open on the structure page  like client overview and maybe if we can get that sorted maybe be able to pull other content from the database like "How many active services" a client has active etc :).
  3. Like
    INUMIO-Rob reacted to Blesta Addons in Is this possible?   
    The simple way is to create a simple plugin that fetch the request and show the result as json, then in your template just add a blestarequest ajax to fetch the data and show it in DIV . something like the balance credit of client in his profile .
     
  4. Like
    INUMIO-Rob reacted to Paul in The anxiety is very much real :P   
    Where did you get the logo? Something that mixes the idea of chemical and servers together would make more sense. For example, a test tube coming out of a rectangular box or something. Still, better than the old one
  5. Like
    INUMIO-Rob reacted to Paul in Rename Payment Gateway   
    Most likely in a language file.. got hits on these..
     
    /language/en_us/client_accounts.php / transactions.php / accounts.php (and some others, but more likely to be one of these.
  6. Like
    INUMIO-Rob reacted to siteAdmin in Zero Quantity Packages   
    I created a Package with available quantity "1" on http://localhost/blesta/admin/packages/add/
    Then I consumed it for a client. Now the quantity is "0" and it is displayed correctly on http://localhost/blesta/admin/packages/
    But this package still appears in the dropdown selection on http://localhost/blesta/admin/clients/addservice/2/
    I am aware that this package can not be consumed again as it produces the ERROR message to indicate that the package is NOT available. Everything works perfect. But how can I get rid of all the "0" quantity packages in in the dropdown selection when adding services. I noticed that this question has been asked befoe back in 2013 or so. The ERROR message, when adding services, has been added after that. But the hiding of the "0" quatity packages in the dropdown selections still exists. Has somebody fixed this issue? If so would you mind posting the code sample please?
    Using blesta v.3.6.2 and Universal Module.
    Thank you in advance.
  7. Like
    INUMIO-Rob reacted to Blesta Addons in Clear Client Data For Production Launch   
    I will do a plugin only for this purpose later ... it will be free .
     
  8. Like
    INUMIO-Rob got a reaction from Paul in Clear Client Data For Production Launch   
    @serge
    Your solution still works! Thanks for that!
  9. Like
    INUMIO-Rob reacted to ModulesGarden in [Extension] OpenStack VPS For Blesta by ModulesGarden   
    Thank you both very much. We are delighted to know that our product meets customer demands!
  10. Like
    INUMIO-Rob reacted to Abdulaziz in Something went wrong.   
    وعليكم السلام لا
    لوحة مخصصة
    استضافة شكراً لك اخوي العزيز
    النسخة ودي ابيعها تعرف احد يشتريها ؟
    ب 100 دولار باي بال
    اذا تعرف احد يبيها بلغني بالخاص
  11. Like
    INUMIO-Rob reacted to serge in Clear Client Data For Production Launch   
    if you have zero real customers, bellow sql is what I had to do in similar case, it's remove all row in each considered table:
     
    Run one line by one sql query:

    truncate support_replies;
    truncate support_tickets;
    truncate invoice_delivery;
    truncate invoice_lines;
    truncate invoices;
    truncate order_services;
    truncate orders;
    truncate service_fields;
    truncate services;
    truncate transaction_applied;
    truncate transactions;
    truncate log_account_access;
    truncate log_contacts;
    truncate log_emails;
    truncate log_gateways;
    truncate log_modules;
    truncate log_phpids;
    truncate log_services;
    truncate log_transactions;
    truncate log_users;
    truncate log_cron;
     
     
    But save your database before, so if you find it's not fine for you, you can back
     
  12. Like
    INUMIO-Rob reacted to stonedeft in Clear Client Data For Production Launch   
    Thank you this works... Kudos!!!
  13. Like
    INUMIO-Rob reacted to Blesta Addons in Clear Client Data For Production Launch   
    as a developper and i have make a a lot of custom work for blesta, the only issue that i really miss is the events , if blesta can add more events , that mean w can add/edit/delete so many functions without touching the core files . and that is what the client really need .
    working with blesta code is amusing and so easy to implement so manything , and for that i see a lot are encouraged to change/hack the core files .
    just to note, i have more than 1 year asking blesta to add more event in their functions , and if we compare , 70% of plugins has been released after just adding some new event in v 3.3 n but is a pain that from v3.3 to 3.5 only 2 events i think has been added .
  14. Like
    INUMIO-Rob got a reaction from Michael in Paypal Standard Error   
    Sorry, please ignore this necro bump... wasn't looking at the OP date.
  15. Like
    INUMIO-Rob reacted to Blesta Addons in mass mailer questions   
    so it attempt to send all the emails in the one shoot ....
    i really prefer if a setting that we edit to set how many email is sent via every job , like 50 email per job , so we will send 600 email per hour . this is can be limited to the emails fetched from the request in cronjob .
    from my case, more than 5000 contacts i can't email or try to do it in one shoot . also google, msn, yahoo, they have filter to block ip that use abusive send .
     
     
     
     
  16. Like
    INUMIO-Rob reacted to Paul in Replace the Blesta Logo with Company Logo On Client Area Pages?   
    There is an "Export" option, you can export the theme to a file, re-import it with a different name and then edit it to add your logo. We could probably make that more clear.  
  17. Like
    INUMIO-Rob reacted to ModuleMatic in How Do You Debug?   
    Your profile image looks delicious.  
  18. Like
    INUMIO-Rob reacted to Paul in Order Form Troubles   
    Great!  
    I will add that some people have requested being able to maintain a cart across different order forms. This is something we'll look into in the future.
  19. Like
    INUMIO-Rob reacted to evolvewh in Order Form Troubles   
    Very interesting.... I learn something new every day. Thanks for the tip and I'm correcting it on our install now.
  20. Like
    INUMIO-Rob reacted to Blesta Addons in Need help for WHMCS Payment Gateway Module   
    your callback url should be set in blesta gateways and send via options to your whmcs gateway . something like
     
    Configure::get("Blesta.gw_callback_url") . Configure::get("Blesta.company_id") ."/your_blesta_gateway/?client_id=" . $this->ifSet($contact_info['client_id'])  
  21. Like
    INUMIO-Rob reacted to Rocketz in Frustrated with any mail piping   
    well right off the bat, you set it to use IMAP, not piping  
    Set it to piping, and you'll see Blesta give you a one line command to enter as an email forwarder in your cpanel account
    I don't agree on 777 chmod permissions either. Unless your host is not doing their job correctly. PHP files should never be set to 777 in a cPanel environment. You're just asking to be hacked. 644 for all files, 755 if you really need to. 
  22. Like
    INUMIO-Rob got a reaction from Paul in IonCube Woes   
    No frustration, and we've long resolved this issue. Cheers.
  23. Like
    INUMIO-Rob got a reaction from Blesta Addons in IonCube Woes   
    https://docs.blesta.com/display/user/Requirements
     
    Had this been a bit more accurate, it would have saved me about three hours of wasted labor.
  24. Like
    INUMIO-Rob got a reaction from Blesta Addons in IonCube Woes   
    ...
  25. Like
    INUMIO-Rob reacted to Paul in IonCube Woes   
    Sorry about that. I updated the page to make a note about PHP 7 https://docs.blesta.com/display/user/Requirements
×
×
  • Create New...