Re: suggestions to solve a banner problem

2011-02-11 Thread Dan Sheedy
2 options. Add some javascript on the master page to check the url and either hide/display the banner element. https://developer.mozilla.org/en/DOM/window.location Or again, have the banner element in the master page, hide it by default in your custom.css and use a content editor web part to

problem with xslt

2011-02-16 Thread Dan Sheedy
Hi. I'm using a dvwp to display some text with markup. I've used the StripHTML template from SPXSLThttp://spxslt.codeplex.com/wikipage?title=StripHTMLreferringTitle=Documentation and it will happily remove all html. I hit a problem when I try to change the test conditions and then the concat

file/folder feature deployment

2011-05-18 Thread Dan Sheedy
Hi. I've got a folder created through designer at the root of a site collection. Is it possible to deploy to that folder with a feature? This is my latest attempt (without success); Module Name=LAQFunctionsJS RootWebOnly=TRUE File Url=js/LAQfunctions.js Path=JS/LAQfunctions.js

Re: file/folder feature deployment

2011-05-18 Thread Dan Sheedy
For reference i resolved this with the following: Module Name=LAQFunctionsJS Url= Path=JS File Url=LAQfunctions.js Name=js/LAQfunctions.js Type=Ghostable IgnoreIfAlreadyExists=TRUE/ /Module ___ ozmoss mailing list ozmoss@ozmoss.com

Re: Remove fields from inherited content type

2011-06-01 Thread Dan Sheedy
Administrator, ICT Infrastructure Team *CEO Sydney* *From:* ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] *On Behalf Of *Dan Sheedy *Sent:* Thursday, 2 June 2011 1:15 PM *To:* ozMOSS *Subject:* Re: Remove fields from inherited content type You can in your element

Re: 2007 - currentPublishingSite

2011-06-06 Thread Dan Sheedy
Hey Paul. I think you can test the current web title with; if (SPContext.Current.Web.ToString() == News) { } On Mon, Jun 6, 2011 at 1:34 PM, Paul Noone paul.no...@ceosyd.catholic.edu.au wrote: Hi all, ** ** I am trying to check if the current site’s Title (or Name) equals “News”

Re: 2007 - currentPublishingSite

2011-06-06 Thread Dan Sheedy
Wanted to caveat that with the fact I'm not a coder ;) On Tue, Jun 7, 2011 at 10:52 AM, Dan Sheedy sheedy...@gmail.com wrote: Hey Paul. I think you can test the current web title with; if (SPContext.Current.Web.ToString() == News) { } On Mon, Jun 6, 2011 at 1:34 PM, Paul Noone

Re: SP2010 Main Navigation problems - Keyboard accessibility and Flyouts [SEC=UNCLASSIFIED]

2011-06-19 Thread Dan Sheedy
Hi Kathleen. 1. You can also use the css selector :focus to target the focussed element in the style sheet. 2. In 2010 there is a bit of js that sets the page hieght so it plays nice with the ribbon control. This could be a reason for your menu problems. This might be useful,

Re: Solution and Feature XML schema

2011-06-19 Thread Dan Sheedy
Hi Paul. They're still there, most msdn sharepoint pages have a version drop down up top. http://msdn.microsoft.com/en-us/library/ms442108(v=office.12).aspx http://msdn.microsoft.com/en-us/library/ms412929(v=office.12).aspx On Mon, Jun 20, 2011 at 3:32 PM, Paul Noone

Site definition and a stapled feature's scope

2011-07-06 Thread Dan Sheedy
Hi. I have a site definition based on the blank intranet definition. It will be used to create a SPWeb. I also have a feature scoped to the site collection that I'd like to staple to my templates activation. Is it correct that I can't activate a cross scoped feature through a feature stapler?

quick search question

2011-09-22 Thread Dan Sheedy
Hi. Without having to maintain a reference in a content source, is it possible for SharePoint to index external locations (in this case a pdf) that is linked to from our SharePoint content? Thanks, Dan. ___ ozmoss mailing list ozmoss@ozmoss.com

Re: 2010 CUs and SPs

2012-01-31 Thread Dan Sheedy
Hi Paul. On our scripted SP2010 build we slipstream just the SPS SP1 and the SPS August 2011 CU. Also; Be aware that the SharePoint Server 2010 CU contains the SharePoint Foundation CU. And the SharePoint Server 2010 with Project Server CU contains Project Server CU, SharePoint Server CU and