RE: [OzMOSS] VS Project type for feature - a few questions

2008-11-27 Thread Clayton James
Hi Paul VSeWSS doesn't have an exact template for Custom Actions. You first create a Empty sharepoint project and then add a new Module template. I have an example here. This example creates a custom action for a code behind page in sharepoint.

RE: [OzMOSS] Search scopes and PDF documents

2008-11-26 Thread Clayton James
Hi Andrew By default Content Types aren't searchable, you need to enable this in your SSP. I don't have my SSP in front of me so the following may be a little different. 1. Go into Search Settings 2. Open Metadata Property Mappings 3. Find the property

RE: [OzMOSS] SharePoint 2007 Accessibility?

2008-11-15 Thread Clayton James
I haven't used the Accessibility kit (aks) but I have heard Andrew Connell discuss this kit a sample box, not a turn key solution. This would be the first place I would investigate. It provides a number of samples/examples in creating accessible web parts, master pages, sites definitions, custom

RE: [OzMOSS] CQWP and group by folder

2008-09-17 Thread Clayton James
Hi Michael You can embed your own CAML code in the CQWP so if you have the right CAML all should be good. To embed your own CAML code you need to export the CQWP, modify the .wepart file (QueryOverride property) with your own CAML and then re-import the .webpart back into the gallery.

RE: [OzMOSS] Workflow Email Notifications

2008-08-28 Thread Clayton James
of their account nameI am not sure. Let me know if you find a solution. cheers Clayton James From: [EMAIL PROTECTED] on behalf of Anthony Lee Sent: Thu 28/08/2008 2:16 PM To: listserver@ozMOSS.com Subject: RE: [OzMOSS] Workflow Email Notifications Workflow is built

RE: [OzMOSS] Formatting datetime string in ItemStyle.xsl

2008-08-19 Thread Clayton James
Have you got your ddwrt xmlns referenced in the file. Your FormatDate function will use this. Try dd-MM- cheers Clayton James From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Noone Sent: Wednesday, 20 August 2008 11:17 AM To: listserver@ozMOSS.com Subject

RE: [OzMOSS] RE: Developing for MOSS/WSS with VS2008

2008-07-30 Thread Clayton James
/archive/2008/06/07/updated-building-a-simple-asp-net-page-based-sharepoint-application-in-visual-studio-with-the-visual-studio-extensions-for-wss-1-2-with-visual-studio-2008.aspx Clayton James -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gavin Barron

RE: [OzMOSS] RE: Sharepoint Sequential Workflow in VS2008

2008-06-26 Thread Clayton James
directly from Visual Studio so you need to enter a valid URL in the projects properties. cheers Clayton James From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nichani, Ravi Sent: Tuesday, 24 June 2008 11:01 AM To: listserver@ozMOSS.com Subject: RE: [OzMOSS] RE: Sharepoint

RE: [OzMOSS] RE: MOSS audiences

2008-06-17 Thread Clayton James
. cheers Clayton James From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nigel Hertz Sent: Tuesday, 17 June 2008 11:02 AM To: listserver@ozMOSS.com Subject: RE: [OzMOSS] RE: MOSS audiences No luck unfortunately. I installed the hotfix on our dev server, and still have

RE: [OzMOSS] SharePoint 2007 SSP User Profile Import Connections Limitations

2008-06-04 Thread Clayton James
http://blah.winsmarts.com/2007-1-SharePoint_2007_Utility_-2_-_PI_-_Utility_to_Import-Export_actual_user_profiles.aspxhttp://blah.winsmarts.com/2007-1-SharePoint_2007_Utility_-2_-_PI_-_Utility_to_Import-Export_actual_user_profiles.aspx cheers Clayton James From: [EMAIL PROTECTED] [mailto

RE: [OzMOSS] Audience targeting individual items in a list

2008-04-20 Thread Clayton James
/library/ms563693.aspx If you want to limit what users/groups can view in the underlying list then you will need to implement item level security. cheers Clayton James From: [EMAIL PROTECTED] on behalf of MacKay, John Sent: Sun 20/04/2008 12:47 PM To: listserver

RE: [OzMOSS] The perfect MOSS development environment?

2008-04-01 Thread Clayton James
Thanks for the WhitePaper Ishai. A client I work with uses VMWare and they have all development images located on the Server. So all of the dev images consists of Windows Server 2003, VS.net 2005, SharePoint 2007, IIs 6.0. The Sql Server is a dedicated virtual server (this is also where

RE: [OzMOSS] custom site definition question

2008-02-06 Thread Clayton James
Site Definition ONET.xml Changes to the Site Definitions ONET.XML file won’t be reflected in sites that have previously been created. Changes will only be reflected only when you create new sites. Site Definition .aspx pages modified using notepad or VS.Net If these pages are modified with

RE: [OzMOSS] custom site definition question

2008-02-06 Thread Clayton James
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Clayton James Sent: Thursday, 7 February 2008 1:18 PM To: listserver@ozMOSS.com Subject: RE: [OzMOSS] custom site definition question Site Definition ONET.xml Changes to the Site Definitions ONET.XML file won't be reflected in sites

RE: [OzMOSS] RE: second level navigation menus in MOSS

2008-01-23 Thread Clayton James
Andrew Connell released a great white paper about replacing the OOB navigation with a 3rd party navigation control (telerik). http://www.andrewconnell.com/blog/archive/2007/07/25/6081.aspx It doesn't go into building the 2 tier navigation you are describing but it is very detailed with screen

RE: [OzMOSS] Debugging a Workflow with InfoPath forms

2007-12-20 Thread Clayton James
for stepping into this code to get it to stop at breakpoints? Thanks again, Jeremy On Dec 19, 2007 8:59 PM, Clayton James HYPERLINK mailto:[EMAIL PROTECTED][EMAIL PROTECTED] wrote: Hi J Good to see you in moss land J Could not find schema information for element...sounds like your schemas

RE: [OzMOSS] Recovering data from a dead site

2007-11-15 Thread Clayton James
Application UI there is a property for the Content DB. This is filled out by default. Remove this entry and type in the name of your Content DB that you restored. This makes a connection between your Web Application and your Content DB. Hope this helps. Clayton James Consultant/Trainer Data Cogs

RE: [OzMOSS] Emailing a Summary of Changes

2007-11-14 Thread Clayton James
Hi Dave, A simple solution is to create a search query that returns the results you need, then subscribe to the search result via RSS/Alerts. One of the Alerts settings is send a Weekly summary. Cheers Clayton James Trainer/Consultant Data Cogs Information Technology| Mob 0402 463 276 http

RE: [OzMOSS] Emailing a Summary of Changes

2007-11-14 Thread Clayton James
been recorded in the Microsoft Windows SharePoint Services change log http://msdn2.microsoft.com/en-us/library/microsoft.sharepoint.spchange.aspx Clayton James Data Cogs Information Technology| Mob 0402 463 276 Trainer/Consultant Data Cogs Information Technology| Mob 0402 463 276 http