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
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 .
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
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
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