Frage

Es gibt eine Anforderung zum Implementieren von "Ich mag" und / oder "Rating" -Funktionalität in der Cross-Site-Veröffentlichung, um einen Artikel als Katalogelement zu zeigen.

Es gibt eine einzige Seite, die das Detail für die in den Authoring-Sites erstellten Elemente anzeigt.Wenn Sie Ratings in der Liste aktivieren, die diese Seite enthält, nachdem Sie ihn nach dem "Like", möchten Sie die wiederverwendbare Seite, anstatt das Element, das es zeigt.

Die Idee wäre, den Artikel "mögen", der es zeigt, anstelle der wiederverwendbaren Seite.

ist soziale Tagging / Liking / Rating-Funktionalität, die überhaupt auf SharePoint 2013 mit einem Cross-Site-Publishing unterstützt wird?

Andernfalls, was sind die Alternativen?

danke

War es hilfreich?

Lösung

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.

Andere Tipps

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit sharepoint.stackexchange
scroll top