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 -->
Comments on view profile
Member
Usergroup: Customer
Joined: Oct 23, 2005
Total Topics: 21
Total Comments: 27
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
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
No catselector problem that I can find, but may as well make the change.