Shane O-Mac Posted December 10, 2017 Report Posted December 10, 2017 Hi, We are trying to rename client to partner though out the whole of blesta, how do i this? I am only asking as i cant see the language folder apart for the invoices.
0 Beav Posted December 10, 2017 Report Posted December 10, 2017 16 minutes ago, Shane O-Mac said: Hi, We are trying to rename client to partner though out the whole of blesta, how do i this? I am only asking as i cant see the language folder apart for the invoices. 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.
0 Shane O-Mac Posted December 10, 2017 Author Report Posted December 10, 2017 No for example here and even on the login screen etc
0 Beav Posted December 11, 2017 Report Posted December 11, 2017 23 hours ago, Shane O-Mac said: No for example here and even on the login screen etc 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
Question
Shane O-Mac
Hi,
We are trying to rename client to partner though out the whole of blesta, how do i this?
I am only asking as i cant see the language folder apart for the invoices.
3 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now