pnProfile - v0.63
Author: Florian Schiessl
Zikula Version: PostNuke Phoenix .760
Category:
API Compliancy:
Yes
pnRender Compliancy:
Yes
Description:
Support Information:
Supported Languages:
german
english
Change Log:
Changelog for the pnprofile module
new in 0.50:
============
- you can mark accounts as system accounts (admin etc.) so
that there is no profile page shown for these account
- the online-status of a user is now shown in the profile
- code cleaning in user_display.htm and the module's core
- with pnUserPictures 0.70 or newer pnProfile will check
if the own pictures are public or private for the profile
page
- bug #4881: link to the weblog of a user was broken.
fixed now
- After updating the profile data the user now gets
redirected to his profile page so he can see the
result of his changes directly after storing the data
- pnClickedMe > 0.30 can now calculate how often a
profile is visited per day (7 day average value)
This is integrated in the generic profile template
now. Make sure IF pnClickedMe is installed that it
is up to date. Otherwise you will get an error.
new in 0.40:
============
- Version 0.30 was broken - 0.40 corrects the prefix
and makes sure that this prefix is created the way
it should be created.
The prefix was changed from pnProfile_ to _
So a field called name will be _name in the DB.
new in 0.30:
============
- new identifiers will get a prefix "pnprofile_"
because otherwise the identifiers like "name"
might cause errors because such variables
are used in the core and have side effects
in pnProfile
- English language file is now included in the release
- Fixed bug in the manual
new in 0.20:
============
- new blocks:
birthday block
extended online list
new members list
- fixed some bugs