views:

237

answers:

2

For example, I have a MOSS publishing page where a user added a web part and I'm unable to remove that web part due to how the layout is rendered. I cant access the small drop down menu to "delete" the web part.

I know there is a ton of unpublished list views that exist and was wondering if we could get a comprehensive list of them here, and maybe find the one that will also solve my problem.

+3  A: 

Hey for removing a webpart, you can just append the query string Contents=1 to the webpart page url.

i.e. "http://localhost/sites/SiteCollection/default.aspx?Contents=1" will show you the webpart maintenence page for the webpart page "http://localhost/sites/SiteCollection/default.aspx". Here you can remove the webparts.

ashwnacharya
What?? Community Wiki?? For my first ever accepted answer?? Noooo!!!!
ashwnacharya
+2  A: 

From Heather Solomon's blog: http://www.heathersolomon.com/blog/articles/sp07urls.aspx

Is there some way to make a wiki here?

strongopinions
Fantastic, thats what I was looking for. This is a community wiki. However, I don't know if Heather would like it if we pulled content from her site. Hmmm.
Marc