account profile

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

MYSPACE IN 2000

I'm looking to create a site
that lets the user create and change their page,
theme, pictures, videos
like Myspace had in the beginning of the 2000.

Could anyone help me find or develop something similar?
I would love to have some help working with my project if anyone is
willing to go big, world wide big and in it for the long run.

I recall it allowed the users to use code to change their profile and add change pictures...

Read more
mp2000's picture

Multilingual username. Profile fields translation.

I create and support a bilingual (English-Russian) site on Drupal 7.

At registration the part of users specifies username in Russian, for example - "Михаил Серегин".
Forums are switch on, i18n is installed.
Part of forums on English language only, other part forums - on Russian only.
How to make so that at English forums of the message of this user have been signed by the English version his username: "Mikhail Seregin".
Well and not only at forums, and for example under any his content in English.
Actually it is a question of translation of one of profile fields.

Read more
McRick's picture

Improving the Sign In Registration and Account Management interactions

Hi all!

I'm new to the Drupal UX community, but not new to Drupal or User Experience Design. (I've added some info to my drupal.org profile for those interested in reading more...) I just finished speaking with yoroy about diving into Drupal UX work and the topic of Account Management came up. I mentioned how much it annoyed me and, lo and behold, it turns out that it's a pretty common pain point around here. So, I thought I'd kickoff my inaugural journey into doing UX with the Drupal Community with a discussion about Drupal's Sign In, Registration, and Account Management interactions.

Read more
Alias M2K's picture

[GSoC Proposal] Profile Pro - The User Profile Extended

The idea is to create a module that lets users share their social profile with the fellow members in the site.

To begin with, once the module is installed, the user should be able to configure the module. He should be able to connect his account with other social sites. Once connected he has his choice on deciding what is to be displayed publicly(to guests as well as other members of the site), privately(only to other members of the site).

Read more
emptyvoid's picture

Using CCK to build a User Profiles over time?

I have been researching this notion of building a marketing/profiling solution for a while now. The overview is leveraging CCK to collect data from users but not restricting the use of the fields to a specific content type.

** First my disclaimer **

Read more
karengrey's picture

Add user to a role based on profile selection

Im trying to make two rules:

  1. add user to 'roleA' if they select 'term1' from a profile selection 'profile_type_business'
  2. add user to 'roleB' if they dont select 'term1' from a profile selection 'profile_type_business'

At the moment, i think that profile selection lists are stored as one string,
eg: term1 term2 term3 term4
and so when i create a new user and select any term, the user gets added to both roles as both conditions would return true:

return $account->profile_type_business == 'term1';
return $account->profile_type_business != 'term1';

Read more
jocken's picture

Hur man visar account information och content profile på samma sida när man editerar

Hade enorma problem att visa användarnamn, lösenord och epost på samma sida som ens content profile när man redigerar. Har provat 3 moduler, usarios, content profile edit och account profile.

usarios, hemmasnickrad modul som enkelt skulle lägga till account-uppgifterna i content-profile editering (funka inte).

content profile edit, hemmasnickrad också. Funkade halvbra men den blandade om man hade flera content profiles (som i mitt fall) och körde även över värden om båda content profiles delade värden. Inte helt optimalt.

Read more
Subscribe with RSS Syndicate content