Jump to content

Question

3 answers to this question

Recommended Posts

  • 0
Posted
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
Posted
23 hours ago, Shane O-Mac said:

No for example here and even on the login screen etc

client.PNG

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...