Message Text |
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
|