문제

카탈로그 항목으로 표시되는 항목에 대한 크로스 사이트 게시에서 "내가 좋아하는"및 / 또는 등급 "기능을 구현하는 요청이 있습니다.

제작 사이트에서 생성 된 항목에 대한 세부 사항을 표시하는 단일 페이지가 있습니다.해당 페이지가 포함 된 목록에서 등급을 활성화하면 "좋아요"를 사용하면 표시 할 항목이 아닌 재사용 가능한 페이지를 좋아합니다.

아이디어는 재사용 가능한 페이지가 아닌 표시가 표시되는 항목을 "좋아"하는 것입니다.

는 Cross Site Publishing을 사용하여 SharePoint 2013에서 모든 SharePoint 2013에서 지원되는 소셜 태그 / 좋아요 / 등급 기능입니까?

그렇지 않으면 대안은 무엇입니까?

고맙습니다

도움이 되었습니까?

해결책

The solution for this ended up being a custom implementation.

We enabled ratings and likings on the list that contained the items in the Authoring site, and then created a custom implementation that applied the likes to the items on that list.

So the detail Page on the Publishing site collection wasn't liked or rated, the items in the authoring sites were.

다른 팁

We didn't want to give users any information about the authoring side. The beauty of xsp is that we can rearrange our authoring side and not disrupt the published version as long as it spits out the same info.

So we created a "CDN" another site with limited permissions (create entry, update, and read) for everyone in our farm. The star ratings are turned on there and some custom code allows them to rate items with the values stored on the "CDN" side.

Overall it doesn't seem to have much performance implications -- compared to all the other SP stuff going on.

The one problem we still face is that the rating doesn't get incorporated into things like most popular or what have you.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top