Message Text |
I had some problems with the viewprofile.tpl
The catselector in the wrapper dosen't work at memberprofiles who had submitted one link. (with members without links there where no problems)
I replaced:
<!-- BEGIN TOPLIST 1 -->
<CONFIG>links,time,5,descending,ownerid={MEMBERID}</CONFIG>
<a href="link.php?id={LINKID}&action=detail">{LINKTITLE}</a> <br>
<!-- END TOPLIST 1 -->
with:
<!-- BEGIN TOPLIST 1 -->
<CONFIG>links,time,5,descending,ownerid={MEMBERID}</CONFIG>
<a href="{LINKDETAILSURL}">{LINKTITLE}</a> <br>
<!-- END TOPLIST 1 -->
then it works.
Greetings from Germany |