MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

Previewing the contents before publishing

  Asked By: Vikat Shashtri         Date: Mar 16, 2009      Category: MOSS      Views: 247
 

We need to publish the contents from one server to another sharepoint server.

We need a process whereby approvers who did not author the content can preview it before it gets published.

As per my knowledge, MOSS 2007 OOB features doesnt support this functionality...

Please advice me on what approach i need to take to acheive this requirement

Tagged:          

 

1 Answer Found

 
Answer #1       Answered By: Meenakshi Khochar          Answered On: Mar 16, 2009       

To create a preview  page some thing that comes to my mind is to:
Identify the pieces that end user wont see in the Final published  page, for e.g.: Site Actions menu, Left navigation bar, Publishing tool bar, etc.

Once you have identified the pieces, you can create a CSS file to hide all these elements (as the elements will be wrapped in some or the other CSS class and you can simply set the Display = none for these css classes in your custom CSS file). This way you can render the page as the end user would see it.

Something that is easily done for Print Prview kind of output:
panvega.wordpress.com/.../

 
Didn't find what you were looking for? Find more on Previewing the contents before publishing Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].