Webmastersite.net
Register Log In

Personal Links Mod Assistance Needed
Need Help Modding

Comments on Personal Links Mod Assistance Needed

ModemGuru


Usergroup: Customer
Joined: Mar 22, 2006

Total Topics: 8
Total Comments: 50
#16 - Quote - Permalink
Posted Apr 09, 2006 - 9:23 AM:

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.
Paul
developer

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

Total Topics: 61
Total Comments: 7868
Paul
#17 - Quote - Permalink
Posted Apr 10, 2006 - 2:48 AM:

ModemGuru wrote:
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
ModemGuru


Usergroup: Customer
Joined: Mar 22, 2006

Total Topics: 8
Total Comments: 50
#18 - Quote - Permalink
Posted Apr 10, 2006 - 4:49 AM:



Was -very- elated to hear this. nod 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!
ModemGuru


Usergroup: Customer
Joined: Mar 22, 2006

Total Topics: 8
Total Comments: 50
#19 - Quote - Permalink
Posted May 06, 2006 - 10:42 AM:

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
ModemGuru


Usergroup: Customer
Joined: Mar 22, 2006

Total Topics: 8
Total Comments: 50
#20 - Quote - Permalink
Posted May 06, 2006 - 11:07 AM:

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>
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



This thread is closed, so you cannot post a reply.