Deemphasising profile centric nature of Jamroom

gary.moncrieff
gary.moncrieff
@garymoncrieff
11 years ago
865 posts
Hey Guys

One of my goals is to deemphasise the profile centric nature of jamroom by designing front end pages for all areas. I am currently working on a My Events page, and Events Attended page, I have tried a number of combinations of code, including what you see below but either nothing ever shows or all events show.

{jrCore_list module="jrEvent" search="$_user._profile_id" template="events_row.tpl" require_image="event_image" page=$_post.p}

Tried various combinations of search's in above code and not getting anywhere.

Basically want pages on the front end to show events from a profile id
updated by @garymoncrieff: 12/10/14 11:59:25PM
paul
@paul
11 years ago
4,335 posts
{jrCore_list module="jrEvent" profile_id=$_user._profile_id template="events_row.tpl" require_image="event_image" page=$_post.p}

hth
Pa


--
Paul Asher - JR Developer and System Import Specialist
gary.moncrieff
gary.moncrieff
@garymoncrieff
11 years ago
865 posts
Thanks, would be great if there was a section on this site with examples of these types of lists that people could just copy and paste the code. May make designing skins much easier for people.

Tags