Login link text

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
3/7/2011 9:02:50 AM
Gravatar
Total Posts 160
mojoPortal Community Expert
Designer of over 25 unique and custom mojoPortal sites with DMSQD and sister company, The Design Loft - www.dmsqd.com

Login link text

Hi guys,

Is there any way in the layout.master file to amend the "Sign In " text on the login link please? Got a site that needs "Client Login" instead.

Thanks

Mark

3/7/2011 10:35:20 AM
Gravatar
Total Posts 18439

Re: Login link text

Hi Mark,

There is not currently a way to do it, but after the next release you will be able to specify OverrideText="Client Login" on the link.

Best,

Joe

3/7/2011 10:36:55 AM
Gravatar
Total Posts 160
mojoPortal Community Expert
Designer of over 25 unique and custom mojoPortal sites with DMSQD and sister company, The Design Loft - www.dmsqd.com

Re: Login link text

Thanks Joe

When's the release due? I may be able to hold off client go live....

3/7/2011 10:38:34 AM
Gravatar
Total Posts 18439

Re: Login link text

probably in the next few weeks, definitely sometime this month.

This change is in the source code repository now.

Best,

Joe

3/7/2011 10:39:30 AM
Gravatar
Total Posts 160
mojoPortal Community Expert
Designer of over 25 unique and custom mojoPortal sites with DMSQD and sister company, The Design Loft - www.dmsqd.com

Re: Login link text

Superb news, thanks Joe.

3/7/2011 11:14:14 AM
Gravatar
Total Posts 11

Re: Login link text

Hi

If it is not available via server code, you can change it by jquery codes.

$('here is id of object or holder').text('sign in');

it is a good way I think.

 

Best regards

 

Mehrdad

 

4/15/2011 5:08:25 AM
Gravatar
Total Posts 160
mojoPortal Community Expert
Designer of over 25 unique and custom mojoPortal sites with DMSQD and sister company, The Design Loft - www.dmsqd.com

Re: Login link text

Hi Joe

Before I dive in and jQuery this up, I was wondering if the changes you mentioned got implemented in the latest release? Don't recall seeing anything about it in the latest version notes.

Could have missed it though!

Thanks

Mark

4/15/2011 5:59:04 AM
Gravatar
Total Posts 18439

Re: Login link text

Hi Mark,

Yes this was implemented in 2.3.6.4, its kind of a minor thing so I forgot to mention it, but in layout.master on the <portal:LoginLink you can set custom text like OverrideText="Client Login"

Best,

Joe

4/15/2011 6:01:31 AM
Gravatar
Total Posts 160
mojoPortal Community Expert
Designer of over 25 unique and custom mojoPortal sites with DMSQD and sister company, The Design Loft - www.dmsqd.com

Re: Login link text

Once again, a mine.

Thanks Joe.

You must sign in to post in the forums. This thread is closed to new posts.