Profiles as nodes
We are a developers group that are very much interested in using nodes for profiles. There is a module, and some other code already, but that needs polishing.
Especially for bigger and more complex communities, people need features such as finer grained permissions on profiles, categorising of users, or simply search in profiles. Nodes offer all that. We tie them together.
Attribute on profile fields?
Hi,
Im building a website where user profiles shall be like CV/resumés where you can add skills etc. To every skill i want to be able to add attributes, like for example "hours of experience".
for example, I want to choose 'Development' as a skill from a selection list, and then be able manually enter a number of "hours of experience" to go with that skill - and so on. want to be able to do this with several skills, and be able to search / filter them out easily (i.e choose to view users that have the 'development' skill with MORE THAN 500 'hours of experience')
Minimal support for required Content Profile fields when adding multiple users
The latest dev version of userplus now has support for Content Profile's required fields when adding multiple users. There are a lot of caveats, but if all your required fields are text fields (and they take one value), you're now able to use the add multiple users screen and have the content profile nodes created and populated. It's similar to what's been in there for required core profile fields.
Content published based on paid membership - Help
I have a developer that has a post on the Drupal.org site. He is needing help with publishing content vs. non-published content based on paid membership. Please - if anyone can help lead him in the right direction, I would be greatly appreciative.
Thanks,
Tami
Access Denied to Content Profile Nodes
I am using the content profile module. After creating a content type, Bio, and designating it to be used as a user profile, users get an access denied message when attempting to view any profile other than their own. I created several Bio nodes for several users. According to the content profile release notes, those nodes are accessed through mysite/user/userid/profile/bio. Those nodes are only visible to their creators or the administrator. All others get the access denied message. I have given all users permission to access content.
Using NodeProfile and Ubercart
I am using:
Drupal - 5.19
Ubercart - 1.7
Node Profile - 1.4
During the development of my current project, I have been asked to add a number of "registration" fields to the checkout process in ubercart. One of the options that I am looking at is using nodeprofile, which would then allow all reports etc to contain the values. The other option is to manually hard code these fields into a new table - but this does not allow for the profiles to be managed or enhanced at a later date with new fields.
All user data in one content type or split in different content types
I build a job portal for students. There are two different kind of users: the students who are looking for a job and the employers offering jobs. As the students can write about their qualification the user accounts have a lot of fields.
Drupal Developer | Noah
Hi,
I have some drupal development work I need help with.
Two main areas:
1) I have too much work right now, so I want someone who can help out with basic Drupal stuff on an hourly basis.
2) I need to solve a few complicated puzzles involving Views, Search and Location integration. Ideally, I want to create a search platform similar to www.trulia.com The key factors being a combination of location and taxonomy in a nice "side bar" setup.
1 will be on an hourly part-time basis from project to project to help with my work load.
Confusing edit options with content profile
Hi,
I've installed the Content Profile node and it causing me some confusion. I have the module activated and created a content type named "user profile". The "use this content as a content profile" IS checked.
1) I can now create fields in both the "profile" setting AND the content-type settings. Which should I be using. (I want ALL the fields exposed on registration.)
More access permissions
Hi,
Could anyone help me a little. I'm trying to modify Content Profile module so I can add more permissions exept administer nodes that can create a profile for other users. Since there are many places in the code that deal with access permissions I can't seem to find the right spot to add 1 more permission.
This seems to be the right place for that:
function content_profile_page_access($type, $account) {
if ($node = content_profile_load($type, $account->uid)) {
return node_access('update', $node);
}
Extending core Profile module
This is a request for comments / interest in extending the core Profile module itself in Drupal 6. It is a bit off topic for the group, but this group is closest of any to the topic.
Background
Leading to a core module hack, so here is the full background.
After developing in Drupal 5 and 6 over the last two years, I just hit complex profile requirements in 3 different projects at the same time. Each have different access requirements and field requirements.
Attempt One: Profile module
Can I use any 'profile as node' modules to link users in a heirarchy?
I am trying to set up a new Drupal site with a complex set of permissions. It's a file management site that will allow a company (parent user) to create an account, then create accounts for their clients (child users). The parent and child users can then upload and share documents in a secure way. The parent user should have access to all nodes created by all of their child users, but nothing else. Child users should only have access to nodes they've created or nodes the parent has created for them.
Maybe a naive question, but why we need Profiles as nodes?
Why not just set up one content type and only allow one node per user for this content type?
Get uid of Content profile node
Hello,
Sorry if I've missed something obvious. How do I get the uid of a content profile node (not the author but the Content profile association) I can't see how Content profile stores the relationship (uid - profile nid) in the DB.
Tabs inconsistency?
Hello all. There's something I don't get with the Content Profile module. I've installed it and all works well, users can edit their own profiles which are based on a custom CCK form, everything's fine.
Some of the fields in that form are viewable to everyone but not editable directly by the user the profile is attached to (such as their position in the organization).
Comments on Content Profiles
Hi everyone,
Apologies if this is a simple issue, but I've been pulling my hair out over it for a few days now.
I'm using Content Profile to make my user profiles nodes, but I can't seem to get comments on my user pages.
My profile node type is set to have comments and the comment form appears when you go directly to the node page (e.g. node/123).
However, when visiting the user page (user/123) all the content from the profile node is included except the comment form.
Output Apparently Unavailable
Since I'm at least neck deep in a project for our startup company, not having time to see if I can recreate my Content Profile problem on a fresh install as requested prior to expanding the issue queue, I followed the link to this group hoping for expedited salvation.
I have read the readme twice (not to mention explored the issue queue) and despite what it says, I cannot output anything Content Profile in comment.tpl.php, and really need to promptly remedy that.
Some basic facts about my Drupal install:
Drupal 6.13
Content Profile 6.x-1.0-beta4
Automatic Nodetitles 6.x-1.1
Adding links to User's content on their profile
Hello,
I am allowing users to create their own content - photo albums, videos, blog, etc - and I am using user relationships nodeaccess to limit access to the user's content to only their friends. I am also using usernode and advanced profile. What I would like to do is have a link to all user's content on their profile page, such as "My Photo Albums" or "My Videos". I'm really stumped on how to add this.
I am using Drupal 5.
webservice module developer | Zum
Looking for a drupal guru who are well versed in module development in handling REST, XMLRPC calls to external api's. If you are familiar with facebook api, myspace api, or twitter api, it is a plus.
Work start in early July. Drupal version 6,
Link to profile node seperate from user page
Hello all, first time post for me!
Retrieving the Node Id of the profile of the current user
I am working with Rules and I can't figure out what code I need to enter into the PHP code box so that it will return the NID of the profile node for the currently logged in user.
I think this is just a matter of knowing which variable hold the value but I can't find it anywhere.








