17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1650 Views |
-
Top admin CMS silverstripe link change?

23 October 2008 at 7:08am
How do you edit the top admin cms link? I have changed the name inside the _config.php using the setApplicationName however the link to silverstripe.com is still there, so when they click on the custom name it still takes them to the silverstripe website. Anyone know how to modify this link, I can't find it anywhere...
-
Re: Top admin CMS silverstripe link change?

23 October 2008 at 7:14am
Welcome to the forum!
I think what you are looking for is hard-coded in this template:
\cms\templates\Includes\CMSTopMenu.ss -
Re: Top admin CMS silverstripe link change?

23 October 2008 at 7:19am
Perfect! THat was it, thanks so much.
-
Re: Top admin CMS silverstripe link change?

23 October 2008 at 7:23am
Is there any reason why changing the link inside the code below, doesn't refresh the updated link? I have changed the URL but it still remains the link to silverstripe even after hard refresh (CTRL+F5) ?
<div id="Logo" style="$LogoStyle">
<% if ApplicationLogoText %>
<a href="http://www.newurl.com/">$ApplicationLogoText</a><br />
<% end_if %>
</div> -
Re: Top admin CMS silverstripe link change?

23 October 2008 at 7:26am
You may need to flush the cache. Try using this: /admin/?flush=1
-
Re: Top admin CMS silverstripe link change?

23 October 2008 at 8:08am
Perfect one again. Thank you kindly.. I didn't know you can flush the cache that way
| 1650 Views | ||
|
Page:
1
|
Go to Top |


