1 |
2 |
3 |
4 |
5 |
6 | 7 |
8 |
9
The ArticleManager module lets you create dynamic web articles that display your site's content the way -you- want it to be displayed!
Most-Used Url Extensions
Listing of all articles:
index.php?module=article&view=news
Listing of all articles except those summarized on the homepage (like an "additional articles" page):
index.php?module=article&view=news&show=more
Create (Submit) a new article:
index.php?module=article&edit=create
Access Image Library:
index.php?module=article&config=image_library
Main Menu:
index.php?module=article&disp=main_menu
To control the type and order of articles that show up, use:
index.php?module=article&LIST_group=All&LIST_sort=created_date&LIST_order=DESC
where LIST_group may be "All" or "MY"
LIST_sort may be "title", "publication_date", "expiration_date", "created_date", or "updated_date"
and LIST_order may be "ASC" or "DESC"
To see all articles for a specific day, enter
http://www.yoursite.com/index.php?module=article&view=archives&year=2003&month=8&day=27
To see all articles for a specific month, enter
http://www.yoursite.com/index.php?module=article&view=archives&year=2003&month=8
To see all articles for a specific year, enter
http://www.yoursite.com/index.php?module=article&view=archives&year=2003
NOTE: The above links will show currently viewable articles published on these dates.
If you want to see the articles created or updated on these dates, add "&datetype=created_date" or "&datetype=updated_date" to the link.
If you want to see ALL (expired and unexpired) articles, add "&all=1" to the link.
