Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/21/2016 in all areas

  1. I was thinking some people might want to change the way the page title is displayed, so I managed to get it to work nicely and added it to our KB, and for people who don't read our KB here's the way to do it Change this: <title><?php echo $this->Html->safe(($this->Html->ifSet($page_title) ? $page_title . " - " : "") . $this->Html->ifSet($system_company->name));?></title> To this: <title><?php echo $this->Html->safe($this->Html->ifSet($system_company->name) . ($this->Html->ifSet($page_title) ? " - $page_title" : ""));?></title> Now your pages won't be Page Title - Company Name but will show Company Name - Page Title
    1 point
  2. that was the perfect deal .
    1 point
  3. And this one I like : http://www.blesta.com/forums/index.php?/topic/4121-bucket-billing-short-and-long-term-solution/
    1 point
  4. Please read this threads http://www.blesta.com/forums/index.php?/topic/1744-monthly-billing-for-daily-services/ http://www.blesta.com/forums/index.php?/topic/3326-some-billing-things/ and finally you need a custom plugin/module to do this .
    1 point
  5. Hello to all New version released Fixed: Bug on Portal Page (found by Jonathon) Fixed: Bug on Client Tickets (found by Jonathon) Just check first page how to Download/Install/Upgrade Thanks to all Regards, PV
    1 point
  6. +1 this feature: http://www.blesta.com/forums/index.php?/topic/5717-support-term-commitments-contracts/
    1 point
  7. Hello, The error is from Support Manager and not Support Manager Pro Try to make sure you are only using Support Manager Pro and not Support Manager. Make sure the files are from Support Manager Pro, also Hope that helps. Regards, PV
    1 point
  8. Thanks for helping To fix it just open the file /plugins/support_managerpro/support_managerpro_plugin.php Find on line 1233: if ($params['portal'] == "client") Replace with: if ($params['portal'] == "client" && $this->client) I Will add the fix on the next update Regards, PV
    1 point
×
×
  • Create New...