How to create a landing page that can auto populate the latest blog entries from an inbuilt communities blog module?
Solved! Go to Solution.
Which version of AEM are you using?
You could include the forum component within the landing page template and customize it to just list the latest posts and limit the list to a certain number. Please refer the component guide URL [0] to find out the client libraries required for the template.
[0]
http://localhost:4506/content/community-components/en/forum.html
These blog items should be stored somewhere in the JCR - like everything else in AEM. YOu can look at writing a service that can read them, put them into a collection and them display them where needed.
Which version of AEM are you using?
You could include the forum component within the landing page template and customize it to just list the latest posts and limit the list to a certain number. Please refer the component guide URL [0] to find out the client libraries required for the template.
[0]
http://localhost:4506/content/community-components/en/forum.html
Hi smacdonald2008,
Thanks for sharing the solution. I have thought of the same concept to write a web service to get the forum component content feeds to populate on a custom page. I have few queries to that :
Thanks
Piyush
Views
Replies
Total Likes
Hi Bharat,
Thanks for sharing the solution. Adding component on the landing page will also display the component and i want a clean and impressive landing page similar to :
Where a user can post a blog or forum with some digital asset and that item will display on the landing page in above format with a image + Little description.
Will work on the display part later, first i need to retrieve the Blog/Forum details from JCR and display on the page.
Thanks
Piyush
Views
Replies
Total Likes
Hi smacdonald2008,
Thanks for sharing the solution. I have thought of the same concept to write a web service to get the forum component content feeds to populate on a custom page. I have few queries to that :
Thanks
Piyush
Views
Replies
Total Likes