Jump to content

sweta.tests

Members
  • Posts

    36
  • Joined

  • Last visited

Everything posted by sweta.tests

  1. Yes, my 'cron_task_runs' table was empty. I don't how that table lost all data.
  2. Previously I was running cron manually at that time it was showing cron task configurations with checkbox in Settings>System>Automation. But now it is not showing those tasks with checkbox.
  3. Hi, Compnay->automation shows "There are no cron tasks.". What can be wrong with auomation tasks?
  4. I am using domain registrar module.
  5. Which files? I want to update icons of tabs.
  6. Hi, How can I change default icon(settings icon) which is displayed on client side tabs added using module?
  7. Hi, Is it possible to display tabs on client panel specific to tld? i.e Do not display Domain registrar lock tab for domain that does not support this feature. But show it for other domains.
  8. I am trying to create module. If I will do anything in plugins it will be applied to only my blesta version and will not work for others who will use my module.
  9. I cannot use your plugin. Can I add code to config file or somewhere else.
  10. I have created one config file and added code in that file. Configure::set("domain_fields.us", array( 'OtherEntityType' => array( 'label' => Language::_("OtherEntityType",true), 'type' => 'text' ) )
  11. Not working. giving me error Call to undefined method ModuleFields::fieldTooltip()
  12. placeholder is working but tooltip is not working
  13. I wan to add extra fields for domain registration. For that i am using as follow 'OtherEntityType' => array( 'label' => Language::_("OtherEntityType",true), 'type' => 'text' ) Is there way by which I can show note(tooltip) below textbox or something like that. Purpose behind this is I want to inform user about when to use this field.
  14. Hi, I have added extra fields required for domain registration in config files. I want to write jquery code for it. i.e if user has selected entity type = person display fields related to it. if(entity = "person"){ //Show person related fields } elseif( entity = "company"){ //Show company related fields } Where can I write this kind of jquery code?
  15. Yes, I am aware about it. Currently I am running cron manually from admin panel. But I thought if there is any other way by which I can register domain without runnig cron.
  16. I am using blesta on local system. and cannot setup cron on local system.
  17. I have already followed this step but when I click activate service my domain registration api does not get call. My domain cannot be registered without running cron. Is there any way to manually activating service?
  18. use module box checkbox is ticked and it is disabled. I am pressing activate button but API is not getting called. On the order form the manual approval box is ticked.
  19. I don't have cron setup. What if I want to manually activate service. Activating service from admin panel is not calling domain registration api of registrar module.
  20. yes I have module log. I think domain registration api of registrar is called from addservice method of registrar module. But in my case when I register a domain from admin panel, first "getAdminAddFields" method and then "addservice" method is called. But when I registered a domain from client panel only getAdminAddFields method is called and not addservice method. So, domain registration method never get called.
  21. But how can i register domain to registrar for domains added as service from client panel?
  22. Following this steps register my domain from admin panel. But if client has created service for domain(i.e.service has been created from client panel) how can it be registered? Where can I find domain registered from admin panel? It is not available in services of client.
  23. Thanks. it has been solved now. Can Any body tell me when domain registration api from registrar module is called? That is When I am activating service on that time domain register api from registrar module is called or from some where else?
  24. Licensecart but if i don't place domain group to assigned group and use template other than "Standard" than it shows me error "The selected template requires at least one package group."
×
×
  • Create New...