ajax listing for articles ina spefici category

16 years 1 month ago #2418 by moncini
Hi guys,

nobody has done such a similar listing?

i am not able to do via xml or php.

So if somebody wanna share would be very appreciated.

Regards

Massimo

Please Log in or Create an account to join the conversation.

16 years 1 month ago #2419 by Arnaud
Hi moncini !

I've spent hours to build my own (as i'm a non developer it tooks me a long time :)). But now i can :D

What informations do you want to show ?

Please Log in or Create an account to join the conversation.

16 years 1 month ago #2420 by Arnaud
Here is a very simple but working XML plugin :
<?xml version="1.0" encoding="iso-8859-1"?>
<listing>
	<name>Latest News for a specific category</name>
	<query>SELECT id, title FROM #__content WHERE state = "1" AND sectionid = "XXX" AND catid = "XXX" ORDER BY created DESC</query>
	<htmlline>
  <table>
  
		<![CDATA[
		- <a href="index.php?option=com_content&task=view&id=%s&Itemid=XXX>%s</a>

		]]>
  
  </table>
	</htmlline>
</listing>

XXX need to be replaced by your own configuration !

Arnaud

Please Log in or Create an account to join the conversation.

16 years 1 month ago #2423 by moncini
thanks a lot!

i need to show all the article of a specific category, not the latest but all. may i use it? do i add only the id of the category?

Please Log in or Create an account to join the conversation.

16 years 1 month ago #2424 by Arnaud
you're welcome Moncini ;)

Yes, just add section id and category id from your configuration. You also need the Itemid. To have it, just look at your menu configuration in the admin area (if you have set a menu item for this category !).

If you need more help, do not hesitate ;)

Arnaud

Please Log in or Create an account to join the conversation.

About us

We provide high quality Joomla components created by a co-founder and original core developer of Joomla. For over a decade, our products have been used by more than 20.000 webmasters around the world.

Stay in touch