Mobile app version of vmapp.org
Login or Join
Murray432

: Joomla: How to create a blog of articles from multiple categories? I need to gather articles from multiple categories into the single blog feed (the front page and main RSS feed). For example,

@Murray432

Posted in: #Blog #Joomla #Section

I need to gather articles from multiple categories into the single blog feed (the front page and main RSS feed).

For example, I need this structure ...

Section 1
Category 1.1
Article 1.1.1 (20 apr 2011)
Article 1.1.2 (10 apr 2011)
Category 1.2
Article 1.2.1 (15 apr 2011)
Category 1.3
Article 1.3.1 (25 apr 2011)


... to be displayed in a single blog as

Article 1.3.1 (25 apr 2011)
Article 1.1.1 (20 apr 2011)
Article 1.2.1 (15 apr 2011)
Article 1.1.2 (10 apr 2011)


(sorted by the creation date of articles)

I tried to use "Section Blog" type for my menu item, but I can't understand its methods of sorting articles. I tried to sort them by date, but my section blog displaying it category by category, not article by article:

Article 1.1.1 (20 apr 2011)
Article 1.1.2 (10 apr 2011)
Article 1.2.1 (15 apr 2011)
Article 1.3.1 (25 apr 2011)


Maybe I should install some extension to do that?

Joomla 1.5.22

10.04% popularity Vote Up Vote Down


Login to follow query

More posts by @Murray432

4 Comments

Sorted by latest first Latest Oldest Best

 

@Fox8124981

In the required Articles can select option Front Page to Yes and create Front Page Blog Layout Menu Item.

10% popularity Vote Up Vote Down


 

@Candy875

Yahoo Pipes lets you join together various RSS feeds.

10% popularity Vote Up Vote Down


 

@Si4351233

I know Wordpress provides this possibility and there is a Wordpress blog for Joomla: extensions.joomla.org/extensions/news-production/blog/6659

10% popularity Vote Up Vote Down


 

@Murray432

I have founded an appropriate free Joomla component called Zaragoza Content

Current implementation for Joomla 1.5 is a little bit buggy, but here is my fix:


Install this component into Joomla. After this you can select the main menu item type "Zaragoza Content ยป Blog" and select IDs of categories you want to display in the single feed.
Overwrite the file "componentscom_zaragozacontentviewsblogtmpldefault_blog_item.php" by the file from your current template, in my case "templates[template-name]htmlcom_contentcategoryblog_item.php", because it has a bit different presentation.
Fix the file componentscom_zaragozacontentviewsblogview.html.php by adding 2 lines to the top of it (right after the first PHP open brace "?php"):

JHTML::addIncludePath(JPATH_COMPONENT.DS.'helpers');
JHTML::addIncludePath(JPATH_BASE.DS.'components'.DS.'com_content'.DS.'helpers');

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme