By Martin on Wednesday, 22 January 2014
Posted in General Issues
Replies 5
Likes 0
Views 677
Votes 0
Hi!
Is it possible to subscribe to the blog all users that register on my website?
Even better, would it be possible to add a check box on the registration form to select whether to subscribe or not?
Thanks!
Hello Martin,

Sorry for late reply to this,
Unfortunately is it not possible we do not have this option in the current system.
·
Wednesday, 22 January 2014 10:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Really is not possible to subscribe users during registration?
A simple checkbox on the registration forn.... or at least subscribe automaticaly to every user?
·
Saturday, 25 January 2014 10:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Martin,

EasyBlog uses Joomla default registration form, then includes the user in joomla into easyblog, To have a checkbox to subscribe to your blog requires a hack/modification on the Joomla registration form that is not included in our support but you could go to http://www.joomlancers.com/ to look for developer that can help you with your modification.

Hope that helps, thanks:)
·
Saturday, 25 January 2014 17:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Ive made (modify from previous) a plugin for registration form once. Can you point me how to add the suscription to the DB and the table? Probably i can do it myself.
Thanks!
·
Saturday, 25 January 2014 18:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Martin,

Sorry for late reply to this,
Yes, you can add the subscription data to this database table jos_easyblog_site_subscription or you can using your plugin to call JTable Easyblog helper using this method
$subscription = EasyBlogHelper::getTable( 'SiteSubscription' );

You also can refer on this file JoomlaFolder\administrator\components\com_easyblog\tables\sitesubscription.php
Hope this help.
·
Monday, 27 January 2014 20:18
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post