MyBB Community Forums

Full Version: Add multipage on index
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!

I've created a box with latest threads and now I want to add it a pagination.

I've added thisĀ in index.php
$templatelist .= ",multipage,multipage_end,multipage_jump_page,multipage_nextpage,multipage_page,multipage_page_current,multipage_page_link_current,multipage_prevpage,multipage_start,portal_announcement_send_item";



And all necessary for multipage (with function and all queries)

But is not showing, why?

Solved!

Just need variable multipage to be global.