In the event variable page in the manual it says: {EVENTJOINEDLIST} - A list of the people who have joined. -- Optional parameter: template of how it should be displayed.
and also
All the member template variables can also be used , in this context they'll show information about the owner of the event.
My question is how can you change how the Joinedlist displays and how can you use member variables on an event page or an event toplist? The normal ways of trying these don't work.
The default display data is <a href="memberlist.php?action=profile&id={MEMBERID}" class="{MEMBERGROUPNAMESTYLE}">{MEMBERNAME}</a> so modify that as desired. I should change it to use {MEMBERPROFILEURL}.
ow can you use member variables on an event page or an event toplist?
I don't understand the question. You type them, or copy-paste them, of course.
Note there are no event pages, only day pages with event sections.
<!-- BEGIN TOPLIST 19 --> <CONFIG>cal,starttime,9999999,ascending,link = {LINKID},,,0,0,0,0,0,0,,0</CONFIG> {EVENTJOINEDLIST} - {EVENTSTARTDATE[%b %e, %Y]} <!-- END TOPLIST 19 -->
List works fine, but as I said, I want other MEMBER field informations displayed where the EVENTJOINEDLIST is. You gave me the default data, but where can I change that? I ran a search in all the files of WSNLINKS and couldn't find it. It's not in the Language variables either. Where can I change this?
Comments on event variable options
Forum Regular
Usergroup: Customer
Joined: Jun 22, 2005
Total Topics: 91
Total Comments: 305
Hi Paul,
In the event variable page in the manual it says:
{EVENTJOINEDLIST} - A list of the people who have joined.
-- Optional parameter: template of how it should be displayed.
and also
All the member template variables can also be used , in this context they'll show information about the owner of the event.
My question is how can you change how the Joinedlist displays and how can you use member variables on an event page or an event toplist? The normal ways of trying these don't work.
Thanks
David
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
The default display data is <a href="memberlist.php?action=profile&id={MEMBERID}" class="{MEMBERGROUPNAMESTYLE}">{MEMBERNAME}</a> so modify that as desired. I should change it to use {MEMBERPROFILEURL}.
ow can you use member variables on an event page or an event toplist?
I don't understand the question. You type them, or copy-paste them, of course.
Note there are no event pages, only day pages with event sections.
Forum Regular
Usergroup: Customer
Joined: Jun 22, 2005
Total Topics: 91
Total Comments: 305
Hi Paul,
I have this:
List works fine, but as I said, I want other MEMBER field informations displayed where the EVENTJOINEDLIST is. You gave me the default data, but where can I change that? I ran a search in all the files of WSNLINKS and couldn't find it. It's not in the Language variables either. Where can I change this?
Thanks
David
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Pass it to the template variable:
Forum Regular
Usergroup: Customer
Joined: Jun 22, 2005
Total Topics: 91
Total Comments: 305
Nice!!!! I didn't know you could do that.
Thanks