Sharepoint Wiki hierarchical view of pages - sharepoint

As you can see in the official MS powerpoint slides here: http://www.microsoft.com/germany/msdn/launch2008/library.aspx?id=SP_T16_DI_1800 it is possible to program a hierarchical view of sharepoint wiki pages.
i searched the web and i only found blogs full of the known weaknesses of SP wiki like: no comments, no pictures, no mark up language, no full text search etc.
but this is a thing which should be possible somehow, i hope.

The navigation is provided by an Add-on product, its not OOTB (Out of the box) functionality.
http://bluebridge.de/en/products/wiki/features

Related

How can Categories in SharePoint modern site can be managed

We have a project to migrate a site from MediaWiki to a SharePoint modern page. We easily conducted a migration using a Metalogix tool.
However, from a design perspective, what is the best way to manage Categories in the SharePoint modern site, so that the Category functionality would be similar to the Category functionality in MediaWiki (Wikipedia)
Should we use SharePoint Lists for this functionality, or should we use tagging?
Thank you very much in advance for your helpful answers
Got an answer here at this link
https://techcommunity.microsoft.com/t5/sharepoint/how-can-categories-in-sharepoint-modern-site-be-managed/m-p/1176713
I would be inclined to use tagging through a custom site column in the
"Site Pages" library. On the page, you can display tag using the "Page
properties" web part and finally tie it all together using the
"Highlighted content" web part filtered on the tag.

Customizing a sharepoint 2007 wiki site

I have been asked to customize a SharePoint 2007 wiki site into a 'Wikipedia' like interface and functionality.
After a bit of goggling it turns out that wiki's are not that readily customizable!!
Any recommendations or resources?
Edit:
As, this site is part of the SharePoint portal it is not possible for me to port to a different tool. And, my solution requires to add content types and webparts on the wiki pages.
Now, I am following the approach mentioned by Pavan to add a seperate wiki file for your customization.
If you have any other approach than this, please share.
Checkout Enhanced Wiki Edition on Community Kit for SharePoint on Codeplex
http://cks.codeplex.com/wikipage?title=Enhanced%20Wiki%20Edition&referringTitle=Home

Multi language SharePoint 2010

I'm developing a SharePoint site with multi-language feature.
My customer whants that when the language is changed, not only the labels are going to be traslated, but also the content: list contents, for example links descriptions, web part titles, announcements content, etc... (he's supposed to insert the content for all the languages the SharePoint site supports). How can I achieve this?
Thanks a lot
Ale
The only out-of-the-box option I can think of is variations. More info on this page: http://blogs.msdn.com/b/ecm/archive/2010/04/12/variations-in-sharepoint-2010-connecting-people-with-content.aspx

Tree View WIKI replacement solution for SharePoint like Confluence?

I keep my Process Documents on SVN and I want to create a Wiki page includes the information about these files. We use SharePoint in the company for basic document sharing and team sites. As it is mentioned in
https://stackoverflow.com/questions/256407/what-are-your-biggest-complaints-about-sharepoint SharePoint Wiki lacks of usability. I need an easy to use wiki tool which is capable of showing the content like WikiPedia contents and it would be great if I could have the SharePoint tree view and Active Directory authentication also. I googled it and found Atlassian's Confluence and it seems that this product is capable of the requirements. We use Jira for issue tracking, so we can use it's reporting in dashboards. I need and it has a Wiki part which displays wiki pages in tree view. It should be like http://www.atlassian.com/software/confluence/images/tour/full/page_tree.png http://www.atlassian.com/software/confluence/images/tour/full/page_tree.png
Does anyone used Confluence or have an idea for other products which meets my requirements
Have you considered our Confluence Sharepoint connector? It sounds like that's what your after, it will allow you to use Sharepoint for all the other features, but use Confluence as your wiki http://www.atlassian.com/sharepoint/.
Seeing that you already use Jira, you could use Confluence and leverage off some level of integration between the two products.
Let me know if you have any questions.
Sherif Mansour (#sherifmansour)
Confluence Product Manager

No-code solution for calendar view of SharePoint news items

MOSS provides you an excellent option to create a "news" site in your portal.
It adds some "Archive" functionality, but it is very limited - a list of all articles published in that particular site.
My users would like to see something better, a real archive of published articles, browsable by publishing date.
What I've tried so far, is creating a "Calendar" view in the http://portal/publishingsite/pages/ library. It works, but when you click a link in this calendar, it opens the "dispform.aspx?ID=123", not "mytestpage.aspx".
Is it possible to create a custom page using SharePoint designer where I can put a calendar (best if it can be browsed as easy as a typical calendar view in a list) and that links to pages in "page display mode" not in "SharePoint list item display mode"?
Maybe you have seen an easy-to-install and easy-to-maintain page archive feature for MOSS?
Hy,
have you tried one of the templates available at:
Microsoft SharePoint templates
There i saw some pretty good calendar implementations.
(Try the TimeCard Registration).
I'm not sore if it's reusable,but i'm confident that it's a good starting point.
Good luck :)
Check this out:
http://social.msdn.microsoft.com/Forums/en-US/sharepointcustomization/thread/179c74de-525c-4236-83cf-91861e9a7aee
It looks a little danger-esque to modifying MS template files in the 12 hive, but you can clearly see a 'DataItem.DisplayFormUrl' in...
<a onfocus="OnLink(this)"
href="<%# SPHttpUtility.HtmlUrlAttributeEncode(DataBinder.Eval(Container,"DataItem.DisplayFormUrl",""))%>
Change that and you may be good to go.
You could also perhaps consider customizing dispform.aspx:
http://office.microsoft.com/en-ca/sharepointdesigner/HA101191111033.aspx
I suspect, however, that - if you only want to do this with Designer - it's not gonna fly :(
You could look into XSLT for a Data View... but unless you're willing to dish out a little cheddar I don't think you'll find something which is up-to-par with the Calendar view.

Resources