[OzMOSS] Subsite directory structure

2008-10-19 Thread Paul Noone
Something I've been wondering but can't find an answer to.

Can anyone explain why subsites (not site collections) have a _catalogs 
directory which appears distinct from the root site but can't actually be used?

Scenario: You can create new master pages and store them in the masterpage 
directory but they cannot be applied to the site through Site Settings.

I know the approved method for this is to store them all in the root site but 
I'm stumped as to why there is a _catalogs directory for subsites in the first 
place.

Just wondering. :)



--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com



[OzMOSS] RE: Subsite directory structure

2008-10-19 Thread Brian Farnhill
I'm not sure about the master pages not being selectable in the UI, but you can 
certainly set the master page to be in a sub-sites _catalogs/masterpage 
directory through code at least. An example of this is the OOTB meeting 
workspace, it uses its own master page that gets deployed to each individual 
meeting workspace.

Brian Farnhill
Consultant
Technical Consulting

Phone:02 6225 4307
Mobile:   0408 289 303
Fax:   02 6225 4334
Email:[EMAIL PROTECTED]
Web: www.uniqueworld.net
Blog: pointstoshare.spaces.live.com

Microsoft Certified Application Developer
[cid:image001.jpg@01C932A7.A3B0F3E0]

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Noone
Sent: Monday, 20 October 2008 11:29 AM
To: listserver@ozMOSS.com
Subject: [OzMOSS] Subsite directory structure

Something I've been wondering but can't find an answer to.

Can anyone explain why subsites (not site collections) have a _catalogs 
directory which appears distinct from the root site but can't actually be used?

Scenario: You can create new master pages and store them in the masterpage 
directory but they cannot be applied to the site through Site Settings.

I know the approved method for this is to store them all in the root site but 
I'm stumped as to why there is a _catalogs directory for subsites in the first 
place.

Just wondering. :)
--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.
Powered by mailenable.com



--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com

<>

[OzMOSS] custom menu in MOSS

2008-10-19 Thread Guljar, Sardar
Hi,
I have built a navigation provider based on StaticSiteMapProvider and
getting my data from some database. In, web.config I added the provider
 
In my control I then added a data source as 
and put a SharePoint: AspMenu with following properties.
 
ID="TopNavigationMenu"
   Runat="server"
   DataSourceID="..."
   EnableViewState="false"
   AccessKey="<%$Resources:wss,navigation_accesskey%>"
   Orientation="Horizontal"
   StaticDisplayLevels="1"
   MaximumDynamicDisplayLevels="1"
   DynamicHorizontalOffset="0"
   StaticPopoutImageUrl="/"
   StaticPopoutImageTextFormatString=""
   DynamicHoverStyle-BackColor="#e86032"
   SkipLinkText=""
   StaticSubMenuIndent="0"

 
The Issue is in my sitemap data, there are some absolute url like
http://www.yahoo.com, and in the menu it's not shown. 
 
Any idea how to resolve this? I tried to put
securityTrimmingEnabled="false" in the provider settings. But no luck.
 
Regards,
Sardar Guljar


- This email (including any 
attachments) is confidential.  If you are not the intended recipient you must 
not copy, use, disclose, distribute or rely on the information contained in it. 
 If you have received this email in error, please notify the sender immediately 
by reply email and delete the email from your system.  Confidentiality and 
legal privilege attached to this communication are not waived or lost by reason 
of mistaken delivery to you.  Lend Lease does not guarantee that this email or 
the attachment(s) are unaffected by computer virus, corruption or other 
defects.  Lend Lease may monitor incoming and outgoing emails for compliance 
with its Email Policy.  Please note that our servers may not be located in your 
country.




--- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com