Hi, maybe someone on here can help me. I got my hands on the memberlist pluing, it works great.. unfortunately, it doesn't show up in the control panel (which i'm not really concerned about) What I am concern about is that I can't get it to display any custom fields.. default aMember fields show up fine, anything added after install (company name, artists represented etc) refuse to show up.. help?
You should put these fields yourself in memberlist/index.html template. you can use this variable: {$u.fieldname} if field type was set to SQL. {$u.data.fieldname} - for common fields.
amazing! Thanks so much, can you tell me how to break up lines? Ie. some companies represent more than one artist and it's displaying them all in one straight line, I'd like to have each companies artists display one below another.
I did contact the help desk and this was the response I received (which doesn't really help at all): "Hello, well, it can be possible only if you add some separator to this field, then value should be split by this separator and then it is possible to print out each artist on new line. Currently it is not possible to split the field. For example here is the value of this field for user 'allenm@divine.com' 54.40 Ridley Bent Blackie & The Rodeo Kings Lee Harvey Osmond John Mann Barney Bentall The Left You see it is split by lines only becuase textarea has 20 columns."
I can't find ticket where you asked about this, but depends on reply I guess that this is impossible to split that fields if you will use that format. You need to instruct your users to separate artists by comma or specify one artist on each line. Without this you will not be able to display each artist on separate line. because there is no way to split this line as was provided in example: 54.40 Ridley Bent Blackie & The Rodeo Kings Lee Harvey Osmond John Mann Barney Bentall The Left
Hi Sheesh, I'm looking around for this and it sounds like you found it, can you tell me where? Drop a link? It is not in my plugin folders. Thanks in advance