質問

カタログ項目として表示されている項目のクロスサイト発行で「私が好き」機能を実装する要求があります。

オーサリングサイトで作成された項目の詳細を表示する単一のページがあります。そのページを含むリストで評価を有効にした場合は、「好き」以降、表示されているアイテムではなく、再利用可能なページが好きです。

アイデアは、再利用可能なページではなく、表示されているアイテムを「好き」になることです。

は、クロスサイトの公開を備えた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