NAVIGATION
This is an old revision of the document!
Author:adamderesz http://forum.phpwcms.org/viewtopic.php?f=1&t=24285
Soo, tried it on phpwcms 1.5.4.1 (r491), and it worked (in general) straight from the box. Code used was Infinite Ajax Scroll (IAS) from https://github.com/webcreate/infinite-ajax-scroll
Follow these simple steps an you'll get it!
Site is using paginate code as in config/phpwcms/conf.template_default.inc.php file with added extra class for “next page' link as it's required by the IAS script to work
Line 122:
$template_default['article_paginate_navi'] = '<div class="paginate paginate-{POS}">{PREV:«} <span class="page-next">{NEXT:»}</span> page # of ##</div>'; //