MOSS publishing sites

I thought of sharing some of the important and useful links for Publishing sites:

 

Following command can be used to fix an issue with upgraded/ imported site to new farms: https://stsadm.blogspot.com/2007/08/fix-publishing-pages-page-layout-url.html

 

Dealing with Content Editor web part when migrating sites from Stage to Prod: https://andrewconnell.com/blog/archive/2008/12/24/Working-around-the-CEWPs-absolute-links.aspx

 

This article will help in gathering information and implementing a localized XSLT for CQWP. Generally XSLT doesnt support localization out of the box (for e.g. READ MORE.... kind of links that are added thru XSLT : https://blog.mastykarz.nl/localizing-content-query-web-part-xsl-templates/

 

This is an enhanced RTE that can be used to allow vidoes/flash players: https://www.codeplex.com/erte/Release/ProjectReleases.aspx?ReleaseId=15536

 

This is MSIT implemented CQWP with dynamic filtering: https://www.codeplex.com/sptoolbox/Release/ProjectReleases.aspx?ReleaseId=11150

 

How to use CEWP to display a simple SEARCH Box: https://www.tqcblog.com/archive/2007/10/26/creating-a-custom-advanced-search-box-in-moss-2007.aspx

 

This utility allows you to generate a Page Layout from a content type without any HTML code in it, so that this can then be handed over to the designer for placing the controls as required: https://blog.mastykarz.nl/generate-page-layouts-imtech-fields-explorer/

 

This utility should help us reducing the size of the Java script files to achieve page optimization. This utility should be used before uploading the js files to the Styles or any other document library : https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=tmt&ReleaseId=14085

 

The command PublishAllItems will traverse a site collection, check-in any checked-out items, approve any pending approval, and publish all items (very helpful while doing the development): https://www.andrewconnell.com/blog/articles/MossStsadmWcmCommands.aspx#PublishAllItems

 

Object Caching: https://blog.mastykarz.nl/obtain-objects-cache/

 

 

Optimizing the Images : https://blog.mastykarz.nl/optimize-images/

 

Locking down a Internet facing Sharepoint Site: https://blogs.msdn.com/sharepoint/archive/2007/05/10/how-to-lockdown-an-internet-facing-moss-based-web-site.aspx