After adding a second quick tip entry to test the block I noticed some problems. I had turned on caching for blocks and wanted this block to be cached so as not to change on every page refresh. But a few tests showed that it was changing for every page view.
The ajax pager did not work instead linked back to the page being viewed with a page=1 (or other number) which messes with seo as they are plain text links bots will follow.
So I turned off paging all together and changed the random sort for the block to the same as the page view.
Now only the newest will be shown with a more link to the page view.
alterations
After adding a second quick tip entry to test the block I noticed some problems. I had turned on caching for blocks and wanted this block to be cached so as not to change on every page refresh. But a few tests showed that it was changing for every page view.
The ajax pager did not work instead linked back to the page being viewed with a page=1 (or other number) which messes with seo as they are plain text links bots will follow.
So I turned off paging all together and changed the random sort for the block to the same as the page view.
Now only the newest will be shown with a more link to the page view.