content_profile
Content Profile 1.0 BETA 3 is out!
Posted January 7th, 2009 by fagoThe BETA 2 is already more than a half year old - so a new BETA release is really long overdue. So I've worked hard during last days to get a next BETA out of the door - finally it's there!
Of course there were a lot of improvements and bug fixes since BETA 2, so let me mention only the most notable ones:
- added support for an edit tab at the users page: either on the top level or as secondary tab below the "Edit" tab.
- added an extension module for integration at the registration page
- made theming with content profile easier and added content profile docs for themers
- added the possibility for admins to add content profile nodes for other users
- basic support for translated profiles with the help of the "content translation" module
- added Views integration
- added rules integration with support of upgrading from nodeprofile workflow-ng rules.
- by Gundalo and Michelle: added Panels integration
- added more usage help and hints to the README
Let's have a closer look at some points of these...
Theming with content profile
When you have a "profile-as-nodes" you probably want to use some profile information stored in your profile content in some of your themes, e.g. to show some additional information about the author of a forum post. To do so, you previously had to manually load the profile node in your theme and output the right data at the right place - yeah and not forget to properly check your data...
This cried for improvements, so I tackled this problem. We need to be able to easily access the data of the created profiles, where it should be already properly prepared for use in a template so you haven't to check it yourself. Yes and we should do that fast.. So just loading all profile data and putting it into $user is really no option.
more.zites.net