Change Prev - page 1 of 4 - Next to Prev - 1 2 3 4 - Next
4 posts by 2 authors in: Forums > CMS Builder
Last Post: February 15, 2011 (RSS)
By Mikey - February 15, 2011
<!-- STEP3: Display Page Links (Paste anywhere below "Load Record List") -->
<?php if ($newsMetaData['prevPage']): ?>
<a href="<?php echo $newsMetaData['prevPageLink'] ?>"><< prev</a>
<?php else: ?>
<< prev
<?php endif ?>
- page <?php echo $newsMetaData['page'] ?> of <?php echo $newsMetaData['totalPages'] ?> -
<?php if ($newsMetaData['nextPage']): ?>
<a href="<?php echo $newsMetaData['nextPageLink'] ?>">next >></a>
<?php else: ?>
next >>
<?php endif ?>
<!-- /STEP3: Display Page Links -->
Re: [zick] Change Prev - page 1 of 4 - Next to Prev - 1 2 3 4 - Next
By Toledoh - February 15, 2011 - edited: February 15, 2011
This one's in my bookmarks.
http://www.interactivetools.com/iforum/Products_C2/CMS_Builder_F35/gforum.cgi?post=58688
Tim (toledoh.com.au)
Re: [Toledoh] Change Prev - page 1 of 4 - Next to Prev - 1 2 3 4 - Next
By Mikey - February 15, 2011 - edited: February 15, 2011
The link you provided seems to be cycling back to this thread, but I did find a solution just minutes after I posted this thread. It may be the same one you where trying to send me to. I just finished testing and it works just like I needed it to... Thanks for the help.
Zick
http://www.interactivetools.com/iforum/Products_C2/CMS_Builder_F35/gforum.cgi?post=77535
Re: [zick] Change Prev - page 1 of 4 - Next to Prev - 1 2 3 4 - Next
By Toledoh - February 15, 2011
Tim (toledoh.com.au)