21293 Posts in 5733 Topics by 2602 members
General Questions
SilverStripe Forums » General Questions » Rebranding silver stripe, I can't get rid of this silverstripe alt tag or website link
General questions about getting started with SilverStripe that don't fit in any of the categories above.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 873 Views |
-
Rebranding silver stripe, I can't get rid of this silverstripe alt tag or website link

15 March 2010 at 3:52pm Last edited: 15 March 2010 4:16pm
Hi all,
Am trying to do a simple rebrand of silverstripe.
I have successfully redone the loading logo and name in the bottom right footer of the admin, but when I hover my mouse over my newly changed name I get an alt tag popup showing the word Silver Stripe Website, and a link pointing to silverstripe.org. Both of these things I am trying to get rid of.
Here is the few tutorial I went through.
http://doc.silverstripe.org/doku.php?id=recipes:rebranding-the-cms
Any help would be great
-
Re: Rebranding silver stripe, I can't get rid of this silverstripe alt tag or website link

20 March 2010 at 6:37am
I noticed that the LeftAndMain::setApplicationName(); function accepts more than one argument, so try something like this:
LeftAndMain::setApplicationName('Rebranded Name', 'Rebranded Name', 'http://www.mysite.com');
To rebrand the "title" attribute of the <a> tag in the footer you can create a lang/xx_XX.php file, that looks like this:
$lang['xx_XX']['LeftAndMain.ss']['SSWEB'] = 'Rebranded Name';
where "xx_XX" is your locale.
Regards,
Riccardo
| 873 Views | ||
|
Page:
1
|
Go to Top |

