By hosomura on Monday, 25 April 2022
Posted in EasyBlog
Likes 0
Views 583
Votes 0
I would like to add a "Stay Informed" feature as shown on the following page.

https://easyblog.stackideas.com/10-awesome-places-to-find-background-music-for-video

I thought you were going to use the "Subscribe Module" but I don't think this would allow you to place it in the same position as the above page. How can I place it in the position of the above page?
I am not sure where you want to put it, if you would like to move that subscribe form within the blog content area, you can modify this file JoomlaFolder/components/com_easyblog/themes/wireframe/entry/default/default.php


<?php if ($this->entryParams->get('post_subscribe_form', false) && !$preview) { ?>
<?php echo $this->html('subscription.form', $this->my, EBLOG_SUBSCRIPTION_SITE); ?>
<?php } ?>


This is the code output that subscribes form in the blog entry page.
·
Monday, 25 April 2022 16:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for your reply.
I would like to put that subscribe form under the tag on the article details page as attached, where should I insert it?
·
Monday, 25 April 2022 17:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Hmm, if you check our demo page https://easyblog.stackideas.com/javascript-arrays-and-objects-are-just-like-books-and-newspapers , the subscribe form is already displayed under the tag section.

Or are you asking how to show this subscribe form under the blog entry page?
·
Monday, 25 April 2022 18:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, I do. How do I get it to appear below the tags section, like on the demo page?
·
Monday, 25 April 2022 19:01
·
0 Likes
·
0 Votes
·
0 Comments
·
I've helped you enable this "Site Wide Subscription" setting, you can check my attached screenshot below, it should show that site subscribes form on the entry post now.
·
Monday, 25 April 2022 19:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you for everything. It is very helpful.
I look forward to working with you in the future.
·
Monday, 25 April 2022 19:34
·
0 Likes
·
0 Votes
·
0 Comments
·
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, 26 April 2022 11:41
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post