Jump to content

sweta.tests

Members
  • Posts

    36
  • Joined

  • Last visited

sweta.tests's Achievements

Newbie

Newbie (1/14)

2

Reputation

  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?
×
×
  • Create New...