Jump to content

Blesta Addons

Alpha Developers
  • Posts

    4,868
  • Joined

  • Last visited

  • Days Won

    390

Everything posted by Blesta Addons

  1. i want to change a package belong to universal module ,to a new coded module , the problem is in the universal module the main field is user1 , and the custom module has the field named ip_key . when i change the package the main field is not shown in the new package in admin/client side i believe i should change the old name of field to the new one my question what is the best and the safe way to do this ? any mysql code that can help is appreciated
  2. nice to add it , but in Loooong term .
  3. that filter will work just with the loaded result or it will search for the rest of the pages ?
  4. in admin side , the smart search give no result, the staff should select service search . in service search if the service name arre identical in more than two client , the staff should search/remember the client id or name . in client side no option for searching services/transaction . normally i prefer a search box inside the client profile both admin/client side .
  5. Hello All ... is nice to see a filter option in services widget and transaction widget . if we have a services list has a lot of pages , we need to fetch each page to search the services , the same for transaction . a search box in top to filter the service name/label can help a lot the staff .
  6. so in our case the piping will not work .
  7. i want to implement the email piping in our system , but i have the fallowing question . is the email piping recognize the sender email from sender from ? we always in our forms we put the sender as our domain sender , and we put the user email in the reply_to header . let say the exemple : $this->uses(array("Emails")); $options['reply_to'] = $this->Html->ifSet($this->post['from']) ; if(isset($this->client)){ $options['reply_to'] = $this->client->email ; $this->post['from_name'] = $client->first_name ." ". $client->last_name ; } $this->post['to'] = "support@xxxxxx.com" ; $this->post['from'] = "no-reply@xxxxxx.com" ; $this->post['subject'] = "send from form; so the email piping will put the ticket as no-reply@xxxxxx.com owner or $options['reply_to'] ?
  8. they have a spent a lot of time in 4.0.0 Sprint 5, and after they should do Sprint 6 .... and maybe more . i don't think is the mass mailer ! version 4 is a major release , not just a core improvement, it also a minphp upgrade to use namespace , that can lead to rewrite/upgrade some files/plugins/modules . but from my point , i will not surprised if it arrive in Q3 the beta/final release 4.
  9. Nice theme/template well arranged in term of pages/subpages ... good luck in the market .
  10. i have worked with it before , core Navigation links hasn't the icons , but th sublinks has . the icons are just set per plugins ... you need to change the navigation model to add the icons, and then change the structure file to make it display icons . as i heat change core files , i have arrived to a plugin that will be soon released has the options to do this , i need just to get final agreement with a client that i have coded the plugin for him .
  11. is any option to allow plugins select the section to show widget with the plugin installation ?
  12. i have used blesta from the first beta Since 2007 till now in the big brand i have , for other brands i use whm__ , the most wanted thing from my opinion is . -the real mechanism of the hosting industry . -bundled package for hosting .(free X package with Y term package selected, like the free domain ) . -affiliate system (i have worked in it before but not completed) . -less events for cores/plugins -unique shopping cart , i have resolved this with my new hosting template order , i will offer it free . -true Multi-languages , i have resolved 90% of this with a custom plugin , i will release it soon . -Transaction Fees . -Credit Notes for clients . -true EU invoicing . and some other small thing that we can live without it . What blesta staff really need is not focus only in the core . it need to give the plugins/modules more time , because who will make blesta success is the modules/plugins not the core. what i can do with a solid core if don't have the plugin/module what i want . i know a lot of clients that has moved to blesta and then bck to the old billing system just of lock of plugins/modules . also look at your status (PauloV) , you can't move now !! i have already make a post about this in a old thread , and i have focused the dev of plugins/modules , specially modules . i can adapt with the actual situation , but other who tested another system i'm sure they will see a lot of lock of the new system .
  13. i will not qoute any reponse , i will make a response global for all questions . first the template is for domain/hosting . so no sense to make "order other itmes" , normally we have 3 options ; 1- client take domain (register/transfer) + hosting package . 2- client take just a domain (register/transfer) . 3- client take just a hosting package with it own domain . so my template will handle all of this cases , it was hard for us to design a solution without hacking/changing the order plugin . so my solution is limited to what the order plugin support . in first i have designed the order as PauloV described , but we was blocked by the limitationb of the plugin itself , so we have arrived to actual schema . client select wich domain he want (i have used a standalone whois class) , then in the page of hosting package selection , he can select the hosting package or go without hosting selection . now i'm working in improving and trying to add some feature (if the order plugin can support ) .
  14. all the transactions are stored in two tables transactions transaction_applied
  15. stay tunned, i'm almost done the new hosting/domain order template . i hope i can resolve a 30% or 50% of this lock . a mockup simple .
  16. +1 for fix in v4
  17. the page will show all the available widget or just the default one ? one section can have more than 1 widget ? the nav element will named transactions, invoices, services ? is better to move to a neutral names like section 1 , section 2, section 3 , section 4 ect ...
  18. if i remember well ; they have a task to allow admin add custom status from support settings ,
  19. what you have in the invocie setiig as backgorund ?
  20. that scenario should be added to the new domain refactor manager . i think the answer for this scenario is a sync cron for expiration dates .
  21. just curios about wich support plugin you referer ? is the native support wich hacking the support manager files ? are you talking ABOUT your support pro plugin with customization ?
  22. We need the same request . No option to do this with the actual plugins . The only safe way is blesta staff add event for tickets . That way is so easy to implement this idea .
  23. Thanks for the shema image . Your shema has the logical standards, yes we can eliminate/fusion some steps or roads . We are working in a solution that has the basics of this schéma .
×
×
  • Create New...