I upgraded the site to 3.0.12, but it appears the issue with personal links list still occurs. I have the following user still setup on http://portal.modemhelp.net :
I'm still having a little trouble getting the Personal Links to display on the main page using the toplist generator. Can anyone give me a little shove in the right direction? Here are a few things I have tried:
Comments on Personal Links Mod Assistance Needed
Usergroup: Customer
Joined: Mar 22, 2006
Total Topics: 8
Total Comments: 50
Paul,
I upgraded the site to 3.0.12, but it appears the issue with personal links list still occurs. I have the following user still setup on http://portal.modemhelp.net :
User: testaccount
Pass: testing1234
Their Personal Links List points them to:
ModemHelp.Net's Tech Portal > Misc Tech Sites > Tech Humor and Recreation
Let me know if you need anything else. Was hoping to release this site in ~10 days.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Paul,
I upgraded the site to 3.0.12
No, you did not upgrade to 3.3.12:
http://portal.modemhelp.net/?checkversion=docheck
http://portal.modemhelp.net/readme.txt
http://portal.modemhelp.net/readme.html
Usergroup: Customer
Joined: Mar 22, 2006
Total Topics: 8
Total Comments: 50
No, you did not upgrade to 3.3.12:
http://portal.modemhelp.net/?checkversion=docheck
http://portal.modemhelp.net/readme.txt
http://portal.modemhelp.net/readme.html
Was -very- elated to hear this. So re-uploaded all of the 3.3.12 files, ran upgrade.php, and it works!
I must have uploaded the wrong folder this weekend. Working great now, thanks Paul!
Usergroup: Customer
Joined: Mar 22, 2006
Total Topics: 8
Total Comments: 50
I'm still having a little trouble getting the Personal Links to display on the main page using the toplist generator. Can anyone give me a little shove in the right direction? Here are a few things I have tried:
<div align="center">
<span class="title">My Links</span><br><br>
</div>
<!-- BEGIN TOPLIST 50 -->
<CONFIG>links,id,5,descending,catid={THISMEMBERALBUMID},,,0,0,0,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>
<br><br>
That was per Paul's suggestion of thismemberalbumid. I also found in the toplist generator a listing with no "this" in it. So tried this too:
<div align="center">
<span class="title">My Links</span><br><br>
</div>
<!-- BEGIN TOPLIST 50 -->
<CONFIG>links,id,5,descending,catid={MEMBERALBUMID},,,0,0,0,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>
<br><br>
However, even though I have personal links in my profile, no links are displaying. Any ideas?
Thanks,
Bradford Liedel
ModemHelp.Net
Usergroup: Customer
Joined: Mar 22, 2006
Total Topics: 8
Total Comments: 50
nevermind, finally figured it out. :-) In case you are wondering:
<div align="center">
<span class="title">My Links</span><br><br>
</div>
<!-- BEGIN TOPLIST 50 -->
<CONFIG>links,id,5,ascending,catid={THISMEMBERALBUMID},,,0,0,1</CONFIG>
<div class="newlinks"><a href="{TRACKLINKURL}" {EXTERNALLINKS}>{LINKTITLE}</a></div>
<!-- END TOPLIST 50 -->
<IF {TOPLIST50MULTIPAGE}>
<br>Page: {TOPLIST50PREVIOUS} <b>{TOPLIST50CURRENTPAGE}</b> {TOPLIST50NEXT}
</IF>
<br><br>