Subscribing to content when not logged in?

Hi All

We've noticed that visitors who view our community while not logged in can still 'subscribe by email' to be alerted to new content in certain applications (such as a blog for instance). However, I can't identify these in the activity reporting area? 

When they subscribe, they're asked for their email address and then sent a verification request to that address. Where is their email address then stored in the community and how is that used? Where can I find out how many 'anonymous' users have subscribed to content? 

We were also wondering whether it's something we would be able to disable/remove from our community as we'd prefer users to have an account in order to get the benefit of being notified of new content etc. 

Any suggestions?

Lisa

Parents
  • Hello  ,

    The subscribe by email feature stores email addresses in table "te_Blog_BlogSubscriptions" and you could retrieve emails, date and blog Id they subscribed if you run some SQL queries (make sure you select it with IsConfirmed flag).

    With regards to disabling it, I would just customize Blog - Links widgets, or create a customized version (Usually we create a clone of existing widget for our clients) and ensure the subsribe by email either not visible to anonymous users or redirect them to a join page.

    Kind regards,

    Russ.

Reply
  • Hello  ,

    The subscribe by email feature stores email addresses in table "te_Blog_BlogSubscriptions" and you could retrieve emails, date and blog Id they subscribed if you run some SQL queries (make sure you select it with IsConfirmed flag).

    With regards to disabling it, I would just customize Blog - Links widgets, or create a customized version (Usually we create a clone of existing widget for our clients) and ensure the subsribe by email either not visible to anonymous users or redirect them to a join page.

    Kind regards,

    Russ.

Children
  • Hi Rouslan

    Where would find the table te_Blog_BlogSubscriptions in the admin dashboard? 

    Also with the Blogs Links widget, I can't see any way of making the widget visible to logged in/logged out users in order to clone it and use different options in the different versions for logged in/logged out? As it stands the 'New post by email' option (which I THINK is the one used for subscribing if you're not logged in) is disabled anyway?

    Sorry, I'm a bit confused! Blush