Jump to content

flangefrog

Members
  • Posts

    282
  • Joined

  • Last visited

  • Days Won

    3

Community Answers

  1. flangefrog's post in Redirect Base Url To /clients? was marked as the answer   
    I think this was answered on your other thread but you need to uninstall the portal plugin. Whenever clients visit your blesta url they will be redirected to the login page, or if already logged in then the client dashboard.
  2. flangefrog's post in Trouble Setting Up Two Factor Authentication was marked as the answer   
    I tried setting it up from /admin/myinfo first and it didn't work (username already exists error - possibly a bug?) but I managed to set it up from /admin/settings/system/staff/edit/1/ instead.
  3. flangefrog's post in Mark Domain As Registered was marked as the answer   
    As naja7host said above, but the rest is working how it should. addservice is not supposed to be called when a client adds a service. Cron checks every 5 min to see if the service is activated, paid, approved etc and only then will it call addservice.
  4. flangefrog's post in Email Stopped Working was marked as the answer   
    If you have more than one language, is email delivery enabled on the email template page for both languages?
  5. flangefrog's post in How To Show The Page Header With Logo On The Client Login Form? was marked as the answer   
    You can use this vQmod. Visit https://account.orangehost.co.nz/ to see this in action.
     
    If you don't want to use a vQmod you can make the changes manually:
     
    In /app/views/client/bootstrap/structure.pdt replace
    if ($this->Html->ifSet($show_header, true)) { with
    if (true) { Or just remove the if block altogether.
    always_show_header.xml
×
×
  • Create New...