By Chaon on Sunday, 13 February 2022
Posted in Technical Issues
Likes 0
Views 489
Votes 0
Hello
i have the entry subscription disabled on my EB settings and i just recieved a notification that a guest subscribed on a specific post. I use only site wide subscriptions and before upgrading to EB 6 it was working normally.
I need assistance,
Regards
Hey there,

I believe this happens via the subscription form on the entry page which is a known issue where the users subscribed via the subscription form on the entry page is an entry subscription instead of the site subscription.

I had applied the fix at JoomlaFolder/components/com_easyblog/themes/wireframe/entry/default/default.php.

Can you take a look and see how it goes?
·
Monday, 14 February 2022 10:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello
I believe i must apply this fix on my template overrides in order to work.
Can you share the fix so i can edit my custom default.php ?
·
Monday, 14 February 2022 14:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

You can go to your JoomlaFolder/templates/yourCurrentTemplate/html/com_easyblog/entry/default/default.php and look for the following code:

<?php echo $this->html('subscription.form', $this->my, EBLOG_SUBSCRIPTION_ENTRY, $post->id); ?>


and replace it with the following code:

<?php echo $this->html('subscription.form', $this->my, EBLOG_SUBSCRIPTION_SITE); ?>


Can you give it a try and see how it goes?
·
Monday, 14 February 2022 15:16
·
0 Likes
·
0 Votes
·
0 Comments
·
I just applied the fix thank you very much.
I will inform in case that it doesnt work.
·
Monday, 14 February 2022 16:17
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome. Alright, sure.
·
Monday, 14 February 2022 17:05
·
0 Likes
·
0 Votes
·
0 Comments
·
I can confirm that the bug is fixed.
Thank you once again.
·
Tuesday, 15 February 2022 16:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

Just for your information, I have locked and marked this thread as resolved to avoid confusion in the future. Please start a new thread if you have any other issues in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Tuesday, 15 February 2022 16:54
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post