Members Table column links shows 0 links for every member including admin. Tried regenerating links with no luck. (I found this because I was trying to use a conditional based on the number of links each member has). (ADMIN owns ~30 links)
I see further into the table that there is a column for "listings" -- my bad. You might need to make that clear on the member variables article that for WSN Directory it's MEMBERLISTINGS not MEMBERLINKS and MEMBERSUMBISSIONS does not work on WSN DIRECTORY
{MEMBERSUBMISSIONS} is the template variable which the member list template and other spots use. It works the same in all the scripts. It shows me "3" not "0" in WSN Directory.
Check your member list page. Are you seeing zeros in the member list?
I am seeing the proper number of links per member on the members page, however that count comes from the listings column on the members table in the db, not the links column...which makes sense to me now because you renamed the script, but there was no mention in the manual for MEMBERLISTINGS versus MEMBERLINKS and they use the same KB.
Using MEMBERLINKS in a conditional did not work for me until I changed it to MEMBERLISTINGS
0/5
1
2
3
4
5
Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.
Comments on DB not updating number of links per memb
Forum Regular
Usergroup: Customer
Joined: Nov 26, 2003
Total Topics: 70
Total Comments: 211
Members Table column links shows 0 links for every member including admin. Tried regenerating links with no luck. (I found this because I was trying to use a conditional based on the number of links each member has). (ADMIN owns ~30 links)
I see further into the table that there is a column for "listings" -- my bad. You might need to make that clear on the member variables article that for WSN Directory it's MEMBERLISTINGS not MEMBERLINKS and MEMBERSUMBISSIONS does not work on WSN DIRECTORY
Attached Files:
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
{MEMBERSUBMISSIONS} is the template variable which the member list template and other spots use. It works the same in all the scripts. It shows me "3" not "0" in WSN Directory.
Check your member list page. Are you seeing zeros in the member list?
Forum Regular
Usergroup: Customer
Joined: Nov 26, 2003
Total Topics: 70
Total Comments: 211
I am seeing the proper number of links per member on the members page, however that count comes from the listings column on the members table in the db, not the links column...which makes sense to me now because you renamed the script, but there was no mention in the manual for MEMBERLISTINGS versus MEMBERLINKS and they use the same KB.
Using MEMBERLINKS in a conditional did not work for me until I changed it to MEMBERLISTINGS