Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Episerver Subscriptions

Vote:
 

I want to use Subscriptions so Admin users can subscribe to content, and then when pages are created (or “Marked as changed” in edit mode) an e-mail is sent to the subscribers based on a configurable e-mail template.

But I cant seem to find any information on what we need, how to set up the pages and where we can set up the subscribers etc. I can see the Scheduled task but nothing else.

Can anyone point me in a direction to set up instructions?

Many thanks

 

Jonathan Roberts

#70276
Apr 16, 2013 14:15
Vote:
 

Hi,

To be able to send emails for latest  pages example news & events, make sure that users are subscribed to these pages and subscription is activated on parent nodes by selecting "Activate Subscription" from edit mode on a page. 

In AlloyTech site, there is page called "Subscription" http://demo.episerver.com/en/News-and-Events/Subscription/ , there the users can subscribes to available pages. 

 Subscription job, takes all pages (subscription activated) and takes the "changed" pages or newly created pages underneath those page(s) and send the subscription emails to the "subscribed" users.


See the subscription information in Editor's manuall. "Activate Subscription" & "Mark Page as Changed".
http://world.episerver.com/Documents/Manuals/EPiServer%20CMS/EditorManuals/EPiServer%20CMS%206%20R2/Print/Editors%20Manual%20EPiServer%20CMS%206%20R2%20(English)_HighRes.pdf

Hope it helps.

#70282
Apr 16, 2013 15:52
Vote:
 

Hi,

Thanks for your replies. If I click on Settings for any page on the site I dont see Activate Subscription. The list only goes as far as Mark
Page as Changed
.

Do I need to add anything in the webconfig?

#70292
Apr 16, 2013 16:29
Vote:
 

Your PageType needs to have a property named EPSUBSCRIBE (Selected/not selected) for this to work. If it's not there, add it.

It might already be there but hidden in edit mode. To check, do this:

  • Go to admin mode
  • Click Pagetypes tab
  • Click your pagetype
  • If there is no EPSUBSCRIBE property, create it.
  • If there is an EPSUBSCRIBE property, click it and see if "Display in Edit Mode" is checked or not.

 

#70293
Edited, Apr 16, 2013 16:43
Vote:
 

Cool, great. Many thanks for all your help. :)

#70294
Apr 16, 2013 16:43
Vote:
 

Hi, I have added it to my PageType and it doesnt show in the Settings or content tab.

Is there a webconfig setting I need to add?

#70298
Apr 16, 2013 17:53
Vote:
 

You don't have to add anything in web.config to make the EPSUBSCRIBE property show.

When you created the property on one of your pagetypes, check that:

  • you placed it on the Settings or Content tab (the bottom dropdownlist when creating the property)
  • you checked the "Display in Edit mode" box
  • the property is not removed or overwritten by settings in your code (e.g. if using PageTypeBuilder)

Adding this property is no different from adding any other pagetype property.

<a href="http://imgur.com/cgA33Z1"><img src="http://i.imgur.com/cgA33Z1.png" alt="" title="Hosted by imgur.com" /></a>

#70305
Apr 16, 2013 23:59
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.