Privacy Policy Link

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.
2/18/2010 4:12:49 PM
Gravatar
Total Posts 2239

Privacy Policy Link

Is there a control that can be used in layout.master that generates a link to the Privacy Policy URL set in the Site Settings?

Thanks,
Joe D.

3/24/2010 4:24:00 PM
Gravatar
Total Posts 7

Re: Privacy Policy Link

I was just trying to find out the same thing.  Any info on this?

3/25/2010 12:58:28 PM
Gravatar
Total Posts 18439

Re: Privacy Policy Link

Hi,

I just implemented a control for this so it will be available in the next release. You will be able to add it to a layout.master like this:

<portal:PrivacyPageLink id="pp1" runat="server" />

Keep in mind that while the setting in Site Settings suggests an url, you need to create the privacy page yourself in the CMS. What I did on this site is make a page beneath the About page as /privacy.aspx and I marked it as not included in the menu (it does show in the site map) then I manually added a link in my layout.master. The new control just makes it easier than hard coding a link. 

Best,

Joe

3/25/2010 1:40:37 PM
Gravatar
Total Posts 7

Re: Privacy Policy Link

Joe,

 

Thank you for the response.  About an hour after I posted this I realized it was as simple as adding a link in the footer.  I'm still just learning my way around Mojo Portal, and finding your forums and documentation great help.

 

Donna

2/29/2012 2:11:24 PM
Gravatar
Total Posts 537
feet planted firmly on the ground

Re: Privacy Policy Link

I just tried adding this

<portal:PrivacyPageLink id="pp1" runat="server" RenderAsListItem="true" />

but it seems the RenderAsLitItem does not work for this control - should I report this in the bugs forum?

2/29/2012 2:23:08 PM
Gravatar
Total Posts 18439

Re: Privacy Policy Link

It isn't a bug that is not a poperty of that control, if you want it in a list item you'll have to wrap it in markup <li></li>.

Only the links in the top nav were designed with that property and the only reason they need that property is for the ones that are shown and hidden such as login logout register etc becuase if the link is hidden then the li element also needs to be hidden so it was designed to render that internal to the control. There is no show/hide logic for the privacy link so it does not need this functionality.

Best,

Joe

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