User Profile

Events happening in the community are now at Drupal community events on www.drupal.org.
tedbow's picture

Separate Sandbox and Full Projects on User Profile Pages

It would great if on the drupal.org user profile pages the user's sandbox and full projects could be separated. This would allow a viewer to quickly see how many sandbox and how many full projects a user is committing to.

Read more
yelgulwa's picture

User profiles in Multisite

Hi there,

I am planning to build a multisite architecture for my project. My need is to have different users and associated profiles across each site. I don't have prior experience working with multisite. What is the default behavior of having different databases? Could anyone tell me if this could be done?

Thanks in advance!
Swati.

Read more
rolkos's picture

How to get group_renderd from content_profile in user-profile.tpl.php?

Hi,

It might be not directly related with content profile module. I have a site where I'm using content profile module for user profiles, but I also use userpoints module and few other modules that display some information on user profile page. I created user-profile.tpl.php template and now I want to display content from CCK groups that are in content profile.

Usually in for ex. in node.tpl.php it's enught to

print $my_group_name_rendered;

But it does not work with page template user-profile.tpl.php

Read more
gallamine's picture

Associating taxonomy with a user

After some great help by @afreeman on Friday, I've got a solid plan for implementing a lightweight user grouping function on my website. In a nutshell, I have "Club" nodes, that users can associate with. A taxonomy links the two. First problem: it doesn't seem possible to link a taxonomy term with a user. So, I'm using Content Profile, which turns user profiles into Nodes. Using this I can associate the user's profile node with a taxonomy term.

Read more
madhums's picture

City and country fields as autocomplete in user profile for a social networking site

Hi,

I am trying to have auto complete for countries, cities fields in user profile. But I am not able to find a proper way to do it.

I tried address module, but it doesn't have auto complete option. Even tried Location module, but its too heavy and redundant for my purpose. I tried hierarchical_select module, but it doesn't provide a CCK field type...

any suggestions?

Thank you.

Read more
arne.olafson's picture

User profile integration

I'm looking for some code that will find g2_itemId for albums that users own.
For instance, a cooliris slideshow album reference:
http://yoursite.com/index.php?q=gallery&g2_view=slideshow.Slideshow&g2_itemId=

<?php
print $profile['field_g2dropdown']->value;
?>

// the $profile['field_g2dropdown']->value;
would reference an available gallery2 album as a dropdown menu in a php enabled block visible in the user profile content, and signify the album that the user wants to use for his or her user profile photo gallery.

Read more
sterwa's picture

user_notify (disable notification) is not updated phpbb_users table

Hello all,

I have Drupal 5.3+phpbb2.0.22 integrated using phpbb5x-1.1 module,

I seem to have an interesting problem: when editing user profile, I can successfully update such fields as user_from, user_icq, etc. both in the drupal users table and in the phpbb users table. On the otherr hand, when I want to disable notifications about new posts on the forum -- "disable notifications" unclicked in the profile -- the change is happening only in drupal_profile_values table and not in phpbb_users table.

Read more
Damjan Dvorsek's picture

Multilingual User Profiles, what are the options?

What options does one has when trying to set up an internationalized or multilingual user profile at multilingual site. When useing the core profile option the i18n module provides the posibility to translate the names of the profile fields, which might be enough for some profiles, but if you want a profile where user writes an introduction of him self, you are in trouble. Exposing the user entered text for translation trough t() function is not a good option.

Read more
Subscribe with RSS Syndicate content