This plugin can be used to add some additional information to a member profile on your Nucleus blog. The note field is just too short for some text about you. Further on you can add an URL to an image you'd like to show.
| General Plugin info | |
|---|---|
| Current Version: | 1.0 |
| Download: | http://foto-cs.de/blog/downloads/NP_MemberInfo-1.0.tgz (format: tgz, size: 1.8 kB, 2 files) http://foto-cs.de/blog/downloads/NP_MemberInfo-1.0.zip (format: zip, size: 2.0 kB, 2 files) |
| Forum Thread: | http://forum.nucleuscms.org/viewtopic.php?p=39068#39068 |
| Author: | cs42 (Carsten Schurig) |
| Homepage: | http://foto-cs.de/blog/ |
| Sample: | http://foto-cs.de/blog/member/1 |
To show the added details for a member simply call <%MemberInfo(param)%> in the member details skin page. There are two parameters which decide, what is returned:
<%MemberInfo(image)%>
this returns an img tag with the URL you defined (if not empty). It will add an alt=“Me” (this isn't configurable right now, but could be added easily). The width and hight attributes aren't set, though.
<%MemberInfo(longtext)%>
this returns the text as you defined it without any additional HTML tags.
This plugin will not return anything on pages with a skintype other than member!
This plugin provides two new options on the member settings page:
NP_MemberInfo version 1.0 works with Nucleus CMS version 3.31 - 2007-11-16 kg