Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:http://localhost/vanilla/extension.php?page=2&PostBackAction=Blog$CategoryID = ForceIncomingInt('CategoryID', 0);
if ($CategoryID == 0) $CategoryID = '';
$pl = $this->Context->ObjectFactory->NewContextObject($this->Context, 'PageList', 'CategoryID', $CategoryID);
$pl->NextText = $this->Context->GetDefinition('Next');
$pl->PreviousText = $this->Context->GetDefinition('Previous');
$pl->CssClass = 'PageList';
$pl->TotalRecords = $this->DiscussionDataCount;
$pl->CurrentPage = $this->CurrentPage;
$pl->RecordsPerPage = $this->Context->Configuration['BLOG_PER_PAGE'];
$pl->PagesToDisplay = 10;
$pl->PageParameterName = 'page';
$pl->DefineProperties();
$PageDetails = $pl->GetPageDetails($this->Context);
$PageList = $pl->GetNumericList();1 to 1 of 1