From: <ada...@us...> - 2003-07-17 22:33:32
|
Update of /cvsroot/phpwebsite-comm/modules/article/docs In directory sc8-pr-cvs1:/tmp/cvs-serv13913/docs Modified Files: INTRODUCTION.txt Log Message: Added a "Most-Used URL Extensions" section Index: INTRODUCTION.txt =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/docs/INTRODUCTION.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** INTRODUCTION.txt 9 Jul 2003 20:24:25 -0000 1.1 --- INTRODUCTION.txt 17 Jul 2003 22:33:27 -0000 1.2 *************** *** 211,212 **** --- 211,237 ---- COOL TIP! If you want to see the entire article on one webpage, change the url to &page_num=all + + + MOST-USED URL EXTENSIONS + ======================== + + Listing of all articles: + index.php?module=article&view=news + + 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" |