Jump to content

wfitg

Members
  • Posts

    205
  • Joined

  • Last visited

  • Days Won

    2

Community Answers

  1. wfitg's post in Logicboxes Not Working On Handhelds was marked as the answer   
    For those searching the web for an answer to: "Logicboxes + mobile device, iPhone, Android, not registering, domain name"
    An upgrade to the most recent Blesta beta fixes the problem.
    If you do not want to upgrade Naja made a workaround:
    <script type="text/javascript">
    $(function() {
    $('input[name=domain]').keyup(function() {
    this.value = this.value.toLowerCase();
    });
    });
    </script>
    Add the above code to the head section of the structure file of template.
    Hope this helps
  2. wfitg's post in How To Add Excisting Cpanel Users And Their Package was marked as the answer   
    I did un tick the cpanel module to not provision, yesterday.  
     
    I tried it today and it works fine. Sorry for the trouble. I will make this solved.
×
×
  • Create New...