If you edit a post Island there is a field called:
Number of Topics/Posts To Display
It appears to not exceed a hard coded limit of 5 in cache_builders/post_island.php
Line 33.
Code
// Maximum number of posts to display
$limit = 5;
But you can enter double digit values in Number of Topics/Posts To Display
In addition I do not see a place holder to accept the value for Number of Topics/Posts To Display to use anywhere.
So it stays at 5 posts no matter what you do in the control panel.
Unless you edit cache_builders/post_island.php
Line 33.


Blue Man Group
There is no such thing as stupid questions. Just stupid answers