Pagination in News Module
Posted: Fri Nov 24, 2006 12:45 am
Hello all,
there seems to be a slightly misleading example given at
http://wiki.cmsmadesimple.org/index.php ... fined_Tags
The example given is but this will cause the news list to start with the SECOND news item.
Changing the parameter to solves the problem.
This is easy to spot when you already have some news items, but if you have only one news item (e.g. right after after installing cmsms) it will simply show nothing - leaving you wondering what may be wrong ...
I tested with 1.02 Maui.
Anyone else observed this? If this is common behavior, I suggest to change the documentation accordingly.
Cheers,
Alex
there seems to be a slightly misleading example given at
http://wiki.cmsmadesimple.org/index.php ... fined_Tags
The example given is
Code: Select all
{newsindex number='10' start='1'}
Changing the parameter to
Code: Select all
{newsindex number='10' start='0'}
This is easy to spot when you already have some news items, but if you have only one news item (e.g. right after after installing cmsms) it will simply show nothing - leaving you wondering what may be wrong ...
I tested with 1.02 Maui.
Anyone else observed this? If this is common behavior, I suggest to change the documentation accordingly.
Cheers,
Alex