Jump to content

Modify "support" Text In Navigation Bar


Alk

Recommended Posts

Hello,

 

I would like to alter the "Support" text in the navigation bar for both the Staff and Client Portal:

 

post-78-0-64402800-1402773125_thumb.png

 

I have tried modifying the "Support" text entry in the file:

 

\plugins\support_manager\language\en_us\support_manager_plugin.php

 

line 12 & 13:

 

$lang['SupportManagerPlugin.nav_primary_client.main'] = "Support";
$lang['SupportManagerPlugin.nav_primary_staff.main'] = "Support";

However, in practise, it is not changing. Could anyone help please?

 

Thank you!

Link to comment
Share on other sites

Thank you very much everyone; you have all helped me get to the bottom of this.

 

So when the plugin is installed, it takes the entry in the language file I mentioned and writes it to the database in table:

plugin_actions

In this table you will find 2 rows with these entries in the "action" column:

nav_primary_client
nav_primary_staff

(self-explanatory)

 

and these 2 rows will have the "support" text in the "name" column. Just go ahead and alter the text in the "name" column for the rows. Like so:

 

post-78-0-65233400-1402839970_thumb.png

 

Then clear your cache by deleting the "1" folder from the cache folder (eg. blesta_install_dir/cache/1/) (or use the emptycache plugin by naja7host) and reload the page. :)

Link to comment
Share on other sites

  • 4 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...