
A plugin to show list of articles in selected category.
Enable plugin first !!!
{articlesofcategory=CATEGORY ID, |COLUMNS|, |START|, |LIMIT|, |ORDER BY|,|SHOW/HIDE Active Items|}
CATEGORY ID: Category ID
COLUMNS - optional, to show the list in columns
ORDER BY - (optional) is an any field of #__content table (where the articles are stored) to order by. You mar reverse order it (descending order) by adding DESC in to the end.
SHOW/HIDE Active Items
Values:
- show - Show the link to the page even if the visitor is on it
- showinactive - Show the title only - no link
- hide or blank(no value) - Hide the link if the visitor is currently on this page
List of fields for example: title, created, modified, ordering
example:
{articlesofcategory=133,3,,4,title desc,showinactive}
{articlesofcategory=133,3,2,4,title desc,hide}
or
{menuitemsoftype=MENUTYPE, |COLUMNS|, |START|, |LIMIT|, |ORDER BY|}
Joomla 1.5 List of fields for example: name, ordering
Joomla 1.6/1.7/2.5 List of fields for example: title, lft
Descending order - add DESC after field name.
example:
{menuitemsoftype=extensions,1,,10,name,show}
{menuitemsoftype=extensions,2,,10,name,show}
Plugin (2.5kb) listofarticles_for_joomla_16.zip (Compatiable with joomla 1.7 and 2.5)
Plugin (2.5kb) listofarticles_for_joomla_15.zip
From version to version, whats new:
- 1.1.5 New features added: Exclude List, Optional Separator, Optional Value Field
- 1.1.4 Duplicate Link Bug fixed
- 1.1.3 Now it is a System Plugin. And may show the article or menu titles as a list separated by any string or as a table. Also Front-end editor safe - The plugin doesn't run if the code is in the textarea tag. Doesn't run in back-end ether.
- 1.1.2 The option to Show/Hide the link to current page added.
- 1.1.1 Custom Ordering added, limit fixed.
- 1.1.0 Menu list ordering fixed for J1.6/1.7
- 1.0.9 Warning Message fixed
- 1.0.8 Bug fixed
- 1.0.7 Supports Joomla 1.7
- 1.0.6 Smart SEO (Looking for Menu item to get alias)
- 1.0.5 Some warnings fixed.
- 1.0.4 Custom classes, Joomla 1.6 compatibility, table view bug fixed.
- 1.0.3 Menulist bug fixed, menu search by menutype.
- 1.0.2 Start and limit properties are added.
- 1.0.1 Menu item lists.
- 1.0.0 First release.



Comments
Not supported. Use Category Block instead.
Sure it works on Joomla 2.5
Example:
joomlaboat.com/index.php?option=com_extrasearch&view=details&listing_id=6&Itemid=304&establename=extensions
If I disable Jcomments, it works
I cant run it
Do you mean you can order the list by only one field, but you need to sort it by two fields?
Check the source code.
You should have plugin tag "{articlesofcate gory=114,1,,,id desc}" clean of any formatting. Open as HTML and check.
id - is the field of mysql table "jos_content" to sort by
put "title" to sort by title.
desc is descending order, if you put no "desc" keyword, just the filed name then it will be sorted in ascending order.
-------------------------
Fonction DB échouée avec le numéro d'erreur 1064
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '/span>' at line 8 SQL=SELECT ijidt_content.id AS id, ijidt_content.title AS title, ijidt_content.introtext AS introtext, ijidt_content.created AS created, ijidt_menu.link AS link, ijidt_menu.id AS Itemid FROM ijidt_content LEFT JOIN ijidt_menu ON INSTR(`link`, CONCAT("index.php?option=com_content&view=article&id=",ijidt_content.id)) WHERE ijidt_content.id!=265 AND ijidt_content.state=1 AND ijidt_content.catid="100" ORDER BY ijidt_content.id
-------------------
On all the other pages when i put the order
I have a problem !
When i use the order i can put only 1 list... When i put the second.. It is not showed !
If i not put the order on the second list i can see the second..
Can you fix it please ? Is really important
RSS feed for comments to this post