Hi all
I’m searching info on how to go about integrating a dynamic graphical view of all sub-sites under a given site collection
this site map would ideally be
– graphical (like a mind-map)
– dynamic (timer or event based ?) so that whenever a sub-site is added/deleted somewhere the graph gets updated.
– clickable, clicking a node brings you to the sub- site
This is not an administration tool, but should be integrated in the end-user facing UI
Does this already exist ? (I would hope), maybe SP 2013 out of the box ? (remember I’m a beginning beginner in SP) or to develop ?
thanks
I am not sure if we have any out of box functionality for this and again it depends what level of graphical user interface you want. If you would like to go through custom development route, there can be many ways as I did this graphical view of Sub Sites and Site Collections hierarchical view of all farm using Silverlight few years ago but I will not recommend going that route as you know silverlight is not getting that much media these days.
However, now we have app model in 2013 and this could be good project for developing an App using Javascript and you can leverage HTML5, CSS3 and javascript to create any killer graphical UI for this view.