Webmastersite.net
Register Log In

event variable options

Comments on event variable options

david
Forum Regular

Usergroup: Customer
Joined: Jun 22, 2005

Total Topics: 91
Total Comments: 305
david
Posted Jun 13, 2008 - 12:04 PM:

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

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

Total Topics: 61
Total Comments: 7867
Paul
Posted Jun 14, 2008 - 1:41 PM:

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.
david
Forum Regular

Usergroup: Customer
Joined: Jun 22, 2005

Total Topics: 91
Total Comments: 305
david
Posted Jun 15, 2008 - 9:29 AM:

Hi Paul,

I have this:

<!-- 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?

Thanks
David
Paul
developer

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

Total Topics: 61
Total Comments: 7867
Paul
Posted Jun 15, 2008 - 11:52 AM:

Pass it to the template variable:
{EVENTJOINEDLIST[<a href="{MEMBERPROFILEURL}">{MEMBERNAME}</a>]}
david
Forum Regular

Usergroup: Customer
Joined: Jun 22, 2005

Total Topics: 91
Total Comments: 305
david
Posted Jun 15, 2008 - 12:00 PM:

Nice!!!! I didn't know you could do that. smiling face

Thanks
Search thread for
Download thread as
  • 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.