Jump to content

Beav

Moderators
  • Posts

    268
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Beav

  1. Beav

    Custom language

    This particular one in your screenshot is from your template files. A easier alternative is to /language/en_us/client_main.php and change this $lang['ClientMain.myinfo.client_id'] = 'Client #%1$s'; // %1$s is the client ID number to $lang['ClientMain.myinfo.client_id'] = 'Partner #%1$s'; // %1$s is the client ID number You can also change the page title from 'Client #xxx' to 'Partner" or any other instance. or manually edit your .pdts from your theme so the changes remain on upgrade
  2. Beav

    Custom language

    If your talking about renaming the 'client' uri thats located in /config/routes.php, both the admin and client portal names can be changed here.
  3. I think blesta has bigger things than the fine tuning like server statistics at the moment such as domain management etc. Blesta is developer friendly and open 99.9 for a reason, with such a great platform they allow you and others to create custom solutions so that the blesta experience can be enhanced even further. Plugins and modules don't effect core files so on upgrade nothing needs replaced. Eventually I'm sure blesta will impliment a beautiful widget to display graphs etc but development is time and money. I just ask you to keep a more open minded approach.
  4. You are truly an inspiration. Great work mate! few problems with some though, late fee shows 1.5 for instance but the .json in the download is set at 1.4. supper manager addons the javascript is messing up the view structure. client notice shows 1.2 .json shows 1.1.2, same with delete invoices and a few others. Just a heads up
  5. @Paul, No nothing of the sorts., ive tested in live environment, on my dev install, mike dances install and folands. All same result.
  6. Any idea why recaptcha on registration page is not working? displays and functions correct but returns invalid no matter if valid or not
  7. Beav

    No upgrade notification

    On your main dashboard there is a Feed Reader already set for for this. If you dont see it click manage widgets on the left hand side right after login. I believe there are future plans for an upgrader script in settings(theres a placeholder there anyway)
  8. 'controller::action' for whatever you are wanting to disable it on. Make sure to separate each exception with a comma, and be careful using this if you don' know what your doing.
  9. You have to add this server as a aserver group, create group name, then add CS tcadmin to the group then create the package. like this see how it shows servercount: 1
  10. Maybe a pastebin would shorten your post
  11. Beav

    change http to https

    you do this in the .htaccess file in your web root # Force HTTPS RewriteCond %{HTTPS} !=on RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=307,NE,L]
  12. Ill have to set this as a widget in test environment, i would assume because ?whole_widget=true isnt a valid condition in the controller so having this in the uri isnt actually doing anything, i would have to look but im sure this has to do with its display. Ive not worked with widgets but i should have time by the weekend to check this task and research
  13. I would hate to see you pulled to the dark side. I personally think fixing the domain management would pull MAJOR SALES in for blesta.
  14. Beav

    DST Still a Bug

    in php.ini add [Date]; Defines the default timezone used by the date functionsdate.timezone = America/New_York can also define in htaccess with #Adjust default time zone SetEnv TZ America/New_York Obviously change to your timezone
  15. Beav

    DST Still a Bug

    Mon Nov 6 12:06:52 EST 2017 is showing correct time still wrong cron time run
  16. Beav

    DST Still a Bug

    I also am experiencing wrong cron times. Everything on my side is also running 1 hour eariler.
  17. The dropdown that currently has the field "Default" it should be located within this dropdown
  18. Exactly, add your servers ip and take a break when you return it should be okay it sometimes takes a moment to update
  19. You may certainly try, if so please update as others may want this alternative display as well
  20. Make sure the IP of your server is whitelisted for the api and allow 20-30 minutes for it to update and try again as it sometimes takes a bit to update.
×
×
  • Create New...