By Niccolo Angeli on Wednesday, 27 September 2017
Posted in General Issues
Replies 4
Likes 0
Views 679
Votes 0
Hi guys,
I was wondering if it would be possible to insert a "subscribe to this category" button (I like the feature but the regular subscribe link is too small and hard to see for my purposes), and if so if yoiu could suggest the custom code to use.
Also I'd like to know if this button would work in part of the site where the Easydiscuss component is not being loaded (of course in this case I would have to specify which category to subscribe in the button code).

Thank you!
Hey Niccolo,

Currently Easydiscuss do not have any category subscription module at this point of time.

But you can always request for a quote from us at https://crm.stackideas.com and select "Customizations" . Our sales person would be glad to send you a quote for the customizations that you have requested.
·
Wednesday, 27 September 2017 19:58
·
0 Likes
·
0 Votes
·
0 Comments
·
I remember asking the same thing for Easyblog some time ago, and you gave me a line of custom code to link a subscribe button in thata case, is this possible also for easydiscuss?

Thanks
·
Wednesday, 27 September 2017 21:09
·
0 Likes
·
0 Votes
·
0 Comments
·
for instance, I see this code used for the subscribe to category link


<span data-subscription-form>
<a class="via-email has-tip" href="javascript:void(0);" data-ed-subscribe data-type="category" data-cid="2">
<i class="fa fa-envelope-o ed-subscribe__icon t-lg-mr--sm"></i>Iscriviti via mail </a>
</span>


will this work if I use it for a button in a custom html joomla module?

Thanks
·
Wednesday, 27 September 2017 21:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, provided that the module renders on EasyDiscuss page
·
Wednesday, 27 September 2017 22:34
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post