sitemap  |  contact

Sakic.Net Forum
28 August 2008, 02:30 *
Welcome, Guest. Please login or register.
Did you miss your activation email?
Login with username, password and session length
News: Save money on product bundles: http://www.sakic.net/support/order/
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: ajax listing for articles ina spefici category  (Read 827 times)
moncini
Newbie
*
Posts: 4


View Profile
« on: 15 March 2008, 12:39 »

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
Logged
Arnaud
Newbie
*
Posts: 43


View Profile
« Reply #1 on: 15 March 2008, 12:59 »

Hi moncini !

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

What informations do you want to show ?
Logged
Arnaud
Newbie
*
Posts: 43


View Profile
« Reply #2 on: 15 March 2008, 13:30 »

Here is a very simple but working XML plugin :

Code:
<?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><br />
]]>
 
  </table>
</htmlline>
</listing>


XXX need to be replaced by your own configuration !

Arnaud
Logged
moncini
Newbie
*
Posts: 4


View Profile
« Reply #3 on: 15 March 2008, 15:38 »

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?
Logged
Arnaud
Newbie
*
Posts: 43


View Profile
« Reply #4 on: 15 March 2008, 21:51 »

you're welcome Moncini Wink

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 Wink

Arnaud
Logged
Pages: [1]
  Print  
 
Jump to: