Hi there,
Essential, the current way allows users the ability to subscribe in order to receive updates to blog posts and/or any comments left on; whichever particular post they checked. This is of course, assuming admin has activated the setting in the backend allowing this to occur.
If there was a way to have a checkbox or something to indicate, signing up/subscribing to website blog posts that would be great; as well.
Otherwise, the only way I know would be to create either a module and place it on the sidebar stating signup/subscribe for new and up and coming posts, correct?
I was just assuming as a user coming in, K.I.S.S. (keeping it simple silly) would mean less clicking, less searching, and making it as easy as possible to obtain more subscribers.
We do not consider to add the checkbox for subscribing the sitewide is because the comment form is for the particular blog post and there is no logic to add this checkbox to the comment form. Thanks for your understanding.
For your information, you can enable '
Site Wide Subscription' from the General setting and enable '
Subscribe To The Blog' from the ACL setting so that the users can subcribe sitewide on the toolbar. Site Wide Subscription notifies the subscribers for new blog posts only on the site BUT if they subscribe to the particular blog post only, they will be notified on the new comment and updates on this particular blog post only.
Imagine if the side wide subscription also notifies for all new comments from 100 posts, it will be very messy for the subscribers when they check on their email. So side wide subscription notifies subscribers on new blog posts only.
Another Question Regarding This Topic:
Is there a way to create additional information; such as a sentence like the below in the comment area?
I was also thinking "what-if" we simply have a user who solely wishes to follow the post and comments. Can we insert something like the below near or in comment area?
You can language override the sentence's language constant which is the following language constant in the bracket at
Backend > Langauge > Override:
COM_EASYBLOG_ENTRY_AUTO_SUBSCRIBE_NOTE
OR if you really want to add the additional info under the subscribe checkbox, you can download the attached form.php file and paste it to template override location which is at
JoomlaFolder/templates/yourCurrentTemplate/html/com_easyblog/comments/form.php and you can edit at line 125.
For your information, you can subscribe to this blog post without commenting by pressing the 'Subscribe to this blog post' button as shown in the screenshot as I noticed 'You can also subscribe without commenting' in your sentence.