Questions tagged [episerver-relate+]

EPiServer Relate is an add-on module to EPiServer CMS which, in combination, gives you a complete social platform for your website.This allows you to turn a static site into a thriving community.

Taken from the EPiServer website.

EPiServer Relate

EPiServer Relate is an add-on module to EPiServer CMS which, in combination, gives you a complete social platform for your website.This allows you to turn a static site into a thriving community.

Optimize your website for each visitor

Transform your website into a powerful sales and marketing platform that is optimized for each visitor. EPiServer Relate allows you to segment your audience and provide them with targeted content. This will increase the amount of time visitors spend on your site and improve your online conversion rates.

Help your content go viral

You can integrate EPiServer Relate with other social networking tools supporting OpenID such as Google+ to make it easy for others to share your content across the web.

Become a customer service superstar

Companies that deliver good customer service via social media have been known to generate lots of word-of-mouth referrals.

Listen and learn from your community

A branded social community allows you to engage in conversations with your audience. You can gain valuable feedback that will help you improve your organization, products or services.

Manage your social activities and track your results

If you’ve ever tried to use social media to increase your marketing ROI, you’ve probably found it difficult to measure your success. That’s why EPiServer Relate lets you track your community’s activities, view metrics and take action to improve your results.

3 questions
2
votes
1 answer

EPiServer Community member Avatar error

I am developing EPiServer CMS 7 MVC site with Community. I am trying to get and display member Avatar (Avatar exist physically in Contributed files folder). Here is my code: var user = CurrentUser; var image =…
Oleh
  • 447
  • 1
  • 11
  • 30
1
vote
0 answers

Error occurred when removing the user in EpiServer - ArgumentNullException: The type cannot be null

I have used, CommunitySystem.CurrentContext.DefaultSecurity.RemoveUser(IUser user); To remove user (Just as the answer posted in this issue). However, this works fine. But for one user it gives an error. The exception throws from the…
Senura Dissanayake
  • 654
  • 1
  • 9
  • 29
0
votes
1 answer

Episerver - Cannot set Changed state to false after updating the Forum Topic

I have tried to update the forum topic as below, EPiServer.Community.Forum.Topic topic = GetTopic(); EPiServer.Community.Forum.Topic topicClone = topic.CreateWritableClone() as EPiServer.Community.Forum.Topic; UpdateForumTopic(topicClone);// Edit…
Senura Dissanayake
  • 654
  • 1
  • 9
  • 29