- Moderated by:
- Support
-
- rank:
-
Softmore
- registered:
- October 2003
- Status:
- offline
- last visit:
- 14.03.06
- Posts:
- 50
Hi there ppl,
Does anyone know if there is a more comprehensive members list module out there? Ideally i would like an avatar, phone number,
address, occupation, company & CV (resume). The CV would be a word document which can be uploaded and stored on the server, all members can access.
thanks for your time
steve -
- rank:
-
Professional
- registered:
- September 2004
- Status:
- offline
- last visit:
- 10.11.08
- Posts:
- 815
Are you using .760 or .750 or later?
In .760, the members list is templated - meaning its output is passed through a template that is easily editable.
How is the CV saved? if its tied to their username or their user id, it would be easy to hack the template
Output the userid as the end of a URL so that the URL is something like
Resume
You'll have to check in the actual template to see what the actual variable is ( $userid) - I don't recall at the moment for the memberlist table.
As is, I don't believe the members list can currently show dynamic user data - at least I haven't tried to do it yet
I use advProfile module to display a users details and dynamic data. Its powerful, can display whatever info you want if you can dig in and build a few simple plugins or use the ones available.
Nolan M.
UHEweb -
- rank:
-
Moderator
- registered:
- March 2002
- Status:
- offline
- last visit:
- 26.08.08
- Posts:
- 7720
uheweb
As is, I don't believe the members list can currently show dynamic user data - at least I haven't tried to do it yet
It can by using the pnusergetvar plugin in your template. e.g.
Code
<!--[pnusergetvar name=_MYVARLABEL]-->
-Mark
