Closed (fixed)
Project:
OG Event
Version:
5.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Oct 2008 at 09:38 UTC
Updated:
22 Oct 2008 at 08:13 UTC
Hello
Great module
What i like is a List of participants with Avatar (user picture)
Can this be done in the current module
Can we prepare a view
I tried making a view, but i could not find any proper filter
Pls suggest
Thanks in Advance
Ajay
Comments
Comment #1
pounardThis can be done in two ways:
1) Make the main participant list view (the one you can see on node's menu_local_task) themable;
2) Code the proper views module stuffs to do it.
I'll try to do this as soon as I can (I can't promise anything I have a lot of work these days).
If you think you can do it yourselft, no problem, please try and post a patch :)
Comment #2
pounardthe function which display participant list is themable. If you can modify your theme, then you should override it with something like this:
This one works perfectly (I did it using the grid display of og module, you should rename HTML elements classes), using the last module release (not a developement version, so no surprises).
Test it and give me a feedback please.
Comment #3
iajay commentedHello pounard
I m trying the above code
Will let u know
Regards
Ajay
Comment #4
iajay commentedHello pounard
This works great
I will get back to you, if i find anything
Thanks once again
Ajay
Comment #5
pounardIssue closed because snippet seems to be working.