Can you created the page number for phpnuke 7.x news modules like this :
« Previous 1 2 [3] ... 13 Next »
exp : Page 3 currentpage
Example code i get from ipbforum for you trying :
Code:
/*-------------------------------------------------------------------------*/
// Build up page span links
/*-------------------------------------------------------------------------*/
function build_pagelinks($data)
{
global $ibforums, $skin_universal;
$work = array();
$section = ($data['leave_out'] == "") ? 2 : $data['leave_out']; // Number of pages to show per section( either side of current), IE: 1 ... 4 5 [6] 7 8 ... 10
How can i creat this page number code in my index.php news modules ?!!
p/s Sorry my language is very bad...
lost3 Lieutenant
Joined: Aug 16, 2004
Posts: 163
Posted:
Sun Jul 03, 2005 6:16 am
there's already something similar to this i'm not sure if you know.. if you haven't seen it let me know and i'll send it to you because i dont' know where i found it
send me a private message if i don't reply here because i might nto see it
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum