Active
Project:
Birthdays
Version:
6.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Feb 2009 at 06:57 UTC
Updated:
10 Feb 2009 at 08:40 UTC
Hi,
i am using the advanced profile kit, which depends on the panels module.
Is there a way to have a block or view with his own data to integrate the birthday, sign and age to a user panel?
Have a nice day!
Comments
Comment #1
Witch commentedI mean Birthday....
Comment #2
maartenvg commentedI don't have a lot of experience with panels, but if I'm not mistaken (and you are good with code), you can create an extra module that declares a block containing just that. Then you should be able to show that in the APK.
You'll need to get the current user being watched (arg() and user_load() will come in handy for that). Then format the content of that block using the appropriate Birthdays API calls (for an example see how it is done with in the Birthdays module for the profile view).
Then you should be set to do your panels-thing.
Comment #3
Witch commentedi am not good with code :\