From: Eloi G. <ada...@us...> - 2004-11-08 01:05:39
|
Update of /cvsroot/phpwebsite-comm/modules/article/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11723/docs Modified Files: INTRODUCTION.txt Log Message: - The view=news display now accepts an additional switch, "show=more". If you want your news display to show only articles that *didn't* appear on the homepage, use the following URL: /index.php?module=article&view=news&show=more - A paging bug in view=news is now fixed. Index: INTRODUCTION.txt =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/docs/INTRODUCTION.txt,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** INTRODUCTION.txt 21 Aug 2004 17:02:11 -0000 1.7 --- INTRODUCTION.txt 8 Nov 2004 01:03:56 -0000 1.8 *************** *** 228,231 **** --- 228,234 ---- 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 |