Dear reader,
Let me first introduce my problem.
For a website, currently under my development, I need to implement two 'profile sets' on the user' profile. One with so called 'Personal information' and one with 'Foundation information' (information of the donor which is known by the foundation where the website is of).
My goal is to place the two profile sets on different profile tabs, so one Tab for the personal information and another opne for the foundation information. This is working with the 'Profile Tabs' module which is ported to Drupal 6, but since I don't want to give all users access to all profiles (and the 'Profile Tabs' module needs this), the issue that it isn't the way it should be, remains...
When I do place the information within the same page, it all works like a charm. All the information is on the user' profile page and only visible for the user itself, but the layout is far from what I want. All the information is placed beneath eachother with the same space between the information...
My question is the following. Is there a simple possibility (and please do tell me how) to:
1. Place the profile sets on different Tabs (with a module or another possibility);
2. Place a border or a extra space between the two profile sets when it's place on one page.
Thanks in advance for any tips which might help me out!
Regards,
Marco
Comments
=-=
investigate content profile nad build your profles with a cck cotent type allowing you finer grained permissions over which can be filled out/viewed by users.
u need profile module
u need "profile" module
Hi, @VM: Forgot to say, but I
Hi,
@VM: Forgot to say, but I just did get rid of the CCK and Content Profile module, since it does make an enormous amount of nodes, which the standard profile fields doesn't do. CCK won't be an option anymore unfortunately (or I must understand you wrong?).
@captix: I'm currently using the 'Profile' module, but getting the issues as mentioned in the first post. The two Profile Catagories made in /admin/user/profile are placed on the beneath eachother on the users profile page without any layout or split...
Thanks for the headsup guys!
Regards,
Marco