Jump to content
  • 0

How To Change Client Portal Page Titles


franksidebottom

Question

3 answers to this question

Recommended Posts

  • 0

Is there any way of changing the individual page titles for the different pages of the client portal, without breaking anything? For example the default title for the support manager appears to be 'my account', but I would like to change this to something more suitable eg support centre.

 

Support Manager doesn't have a title set yet see: http://www.blesta.com/forums/index.php?/topic/4458-support-support-manager-page-titles/?hl=support+manager

 

You can change the portal title via: Settings > Company > Plugins > Installed > manage (Title)

Link to comment
Share on other sites

  • 0

I realise you can change the portal title which I have done, but for example if you click through to to support the page the title is My Account. If a non customer (not logged in) raises a ticket using contact form it would look more professional if the title were 'support' etc. The same applies to other portal pages, most read 'my account' when it's not really appropriate.

Link to comment
Share on other sites

  • 0

I realise you can change the portal title which I have done, but for example if you click through to to support the page the title is My Account. If a non customer (not logged in) raises a ticket using contact form it would look more professional if the title were 'support' etc. The same applies to other portal pages, most read 'my account' when it's not really appropriate.

 

that's because of my last post. +1 my thread :)

You can do what we do with the CMS for certain things like descriptions for blogs etc:

<?php if (strpos($_SERVER['REQUEST_URI'], "support_manager") !== false){ echo "Support"; }else{echo ($this->Html->ifSet($title) ? $this->Html->_($title, true) : $this->_("AppController.client_structure.default_title", true));}
?>

That will look for support_manager in the URL, since there's no page title, and if it's got support_manager it shows Support otherwise it shows the default title.

Link to comment
Share on other sites

Join the conversation

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

Guest
Answer this question...

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