Respondido How to display view all site content in a web part page

  • quarta-feira, 18 de abril de 2012 05:19
     
     

    Hello Friends,

    Is there a possibility to display the "View all site content" in a web part page??? By default the view all site content will not be displayed if I create a web part page.

    Please suggest!!!


    Thanks & Regards, Chandra Shekhar

Todas as Respostas

  • quarta-feira, 18 de abril de 2012 07:20
     
     Respondido

    Hi

    create your page, which contain one or multiple webpartpage.

    Inside, insert a Media Content/Page Viewer

    For the address use /_layouts/viewlsts.aspx

    Or you can use the same  link in a modal dialog page


    Romeo Donca, Orange Romania (MCSE, MCTS, CCNA) Please Mark As Answer if my post solves your problem or Vote As Helpful if the post has been helpful for you.

  • quarta-feira, 18 de abril de 2012 07:33
     
     

    Hi Shekhar,

    Best is to use an Page Viewer webpart, just add the URL of View all site content in the Page Viewer Webpart Properties.

    Page Viewer webpart can display any page in the webpart.

    Hope this helps!!!


    Thanks, Suraj Bangera | http://linkd.in/xXf8nk

  • quarta-feira, 18 de abril de 2012 10:35
     
     

    Hello,

    Thank you very much for the replies. I have a query though, I already thought of using the Page Viewer web part, but it displays the entire page. My requirement is it should be displayed like the normal "View all site content" appears.

    Hope my information is clear enough. Please suggest


    Thanks & Regards, Chandra Shekhar

  • quarta-feira, 18 de abril de 2012 10:44
     
     

    Yes Page Viewer webpart will display the entire page.

    Check out this solution from Code Project that shows all the SharePoint site contents on Webpart.

    http://www.codeproject.com/Articles/81465/Site-Content-Web-Part-SharePoint-2010

    You just need to do some changes in code to get the same look and feel as the Default "View all site content".

    Hope this helps!!!


    Thanks, Suraj Bangera

  • quarta-feira, 18 de abril de 2012 11:02
     
     

    Hi

    create your page, which contain one or multiple webpartpage.

    Inside, insert a Media Content/Page Viewer

    For the address use /_layouts/viewlsts.aspx

    Or you can use the same  link in a modal dialog page


    Romeo Donca, Orange Romania (MCSE, MCTS, CCNA) Please Mark As Answer if my post solves your problem or Vote As Helpful if the post has been helpful for you.

    As i said, you can use Modal Dialog, to show only the content of the page

    How to -  please goto my site, I posted there 2 doc about modal dialog pages


    Romeo Donca, Orange Romania (MCSE, MCTS, CCNA) Please Mark As Answer if my post solves your problem or Vote As Helpful if the post has been helpful for you.


    • Editado romeo donca quarta-feira, 18 de abril de 2012 11:02
    •  
  • quarta-feira, 18 de abril de 2012 13:11
     
     

    Hello,

    It would be helpful if you provide the exact link for the documents that you were talking about :)


    Thanks & Regards, Chandra Shekhar


    • Editado Shekhar R quarta-feira, 18 de abril de 2012 13:43
    •  
  • quarta-feira, 18 de abril de 2012 15:46
     
     

    Hi

    Oh, yes

    Next time i will paste for  you the docs in my message

    To read my docs regarding ModalDialog,  2 ways for you:

    1. Browse my site

    Goto Posts Archive and there expand February 2012.

    OR

    2 search the site  -- "modal" word. This is the link.


    Romeo Donca, Orange Romania (MCSE, MCTS, CCNA) Please Mark As Answer if my post solves your problem or Vote As Helpful if the post has been helpful for you.

  • quarta-feira, 18 de abril de 2012 15:53
    Usuário que responde
     
     Respondido

    Hello,

    You can do this using the page viewer and setting "IsDlg=1" parameter to you url

    like => /_layouts/viewlsts.aspx?IsDlg=1

    with that, only the content of the view all site content will be displayed

    hope this help!


    Best regards, Christopher.
    Blog | Mail

  • quarta-feira, 18 de abril de 2012 15:57
     
     

    Having the quick launch missing from web part pages is a common problem. This is the commonly applied fix. It will make the left nav bar on web part pages look like wiki pages, with recycle bin, view all site content, etc.

    http://pscave.blogspot.com/2010/10/show-quick-launch-on-sharepoint-2010.html


    Please mark my response as an answer if appropriate.
    Learn.SharePoint.com