Webmastersite.net
Register Log In

Pagination after upgrade

Comments on Pagination after upgrade

ModemGuru


Usergroup: Customer
Joined: Mar 22, 2006

Total Topics: 8
Total Comments: 50
Posted May 14, 2008 - 8:44 AM:

I have a "personal links list" display on the frontpage of portal.modemhelp.net for logged-in users. The code was:

<!-- BEGIN TOPLIST 50 -->
<CONFIG>links,id,10,ascending,catid={THISMEMBERALBUMID},,,1,1,1,0</CONFIG>
<div class="newlinks"><a href="{TRACKLINKURL}" {EXTERNALLINKS}>{LINKTITLE}</a></div>
<!-- END TOPLIST 50 -->

<IF {TOPLIST50MULTIPAGE}>
<br>Page: {TOPLIST50PREVIOUS} <b>{TOPLIST50CURRENTPAGE}</b> {TOPLIST50NEXT}
</IF>



However the:

<IF {TOPLIST50MULTIPAGE}>
<br>Page: {TOPLIST50PREVIOUS} <b>{TOPLIST50CURRENTPAGE}</b> {TOPLIST50NEXT}
</IF>

The link list shows, but the pagination now shows:

Page: {TOPLIST50PREVIOUS} {TOPLIST50CURRENTPAGE} {TOPLIST50NEXT}

even though I have only 1 link in my personal list. Is pagination done differently now?



Thanks,

Brad
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7867
Paul
Posted May 14, 2008 - 2:09 PM:

That was 4.0 and earlier style. Pagination is now marked with {PAGINATION} for generic spots, or {TOPLIST1PAGINATION} for toplists (chaning 1 to appropriate number).

Customization of the text/html is now done in the pagination full template.
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.