MyBB Community Forums

Full Version: Need MyBB Mods help in Creating Pagination
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi frnds, i want to create a PHP Pagination Like MyBB
Fetch data From Database and Displayed this in Limited Result on Per Page
I tried to create but i failed, i can only create a Simple Pagination Like "Next Page" ,"Previous Page"
i am a PHP starter so can you please tell me how to do that..??
Any Links or Suggetions will be helpful
http://www.phpfreaks.com/tutorial/basic-pagination

That seems to offer what you're looking for. Maybe not as advanced as MyBBs but you can always look at the source to see how they do it.
(2012-09-23, 05:42 AM)Alex Smith Wrote: [ -> ]http://www.phpfreaks.com/tutorial/basic-pagination

That seems to offer what you're looking for. Maybe not as advanced as MyBBs but you can always look at the source to see how they do it.

Thanks!
Have a look at MyBB's multipage() function too.
(2012-09-23, 05:51 AM)euantor Wrote: [ -> ]Have a look at MyBB's multipage() function too.

Thanks, but where can i find this?
In inc/functions.php I believe.
(2012-09-23, 05:59 AM)euantor Wrote: [ -> ]In inc/functions.php I believe.

Thanks for this Tip, i will be look.