In both Details and toplists, I'd like to display the member name of the person who submitted the link. However, all I see is a variable for the ID of the person who submitted it. not the name. Is there some easy way to display this info that I'm missing?
Member template variables should work within the scope of a topic, so just use {MEMBERNAME}. (Note that this will slow down toplists a bit since it has to query another table, but it shouldn't be too bad.)
0/5
1
2
3
4
5
This thread is closed, so you cannot post a reply.
Comments on How to display member name?
Forum Regular
Usergroup: Customer
Joined: Jun 02, 2004
Total Topics: 32
Total Comments: 142
In both Details and toplists, I'd like to display the member name of the person who submitted the link. However, all I see is a variable for the ID of the person who submitted it. not the name. Is there some easy way to display this info that I'm missing?
Thanks,
Adam
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Member template variables should work within the scope of a topic, so just use {MEMBERNAME}. (Note that this will slow down toplists a bit since it has to query another table, but it shouldn't be too bad.)