|
Hello all,
I'm trying to create a single Custom Profile Field that will display the value of multiple Custom Profile Fields. For instance:
First field: CPU
Second field: RAM
Third field: Video Card
Make all of those show under one field called "System...
Started by mrw1986 on
, 11 posts
by 3 people.
Answer Snippets (Read the full thread at simplemachines):
Not sure custom Profile fields....
Using Custom Profile Fields so members can put in their own info.
Right now I have this in the Custom Profile Field "Show Enclosed Within Text (Optional):"
< something that works.
|
|
New Profile Fields CertForums has added new profile fields to all members profiles, they are listed below:
Real Name - If you would like to share your real name with the community feel free to do so. Personal Blog - Personal Blog URL Twitter - Twitter...
Started by SiFor on
, 11 posts
by 5 people.
Answer Snippets (Read the full thread at certforums):
Same....
The new profile fields can be added when you edit your profile, at present that option...
As an addition to the new fields, the Personal Blog field is now available from the member info not seeing that option...
|
|
I have added a few custom profile fields to my forum for my members.
I have a xbox forum so i have added "Fav Game", "Console" & "Gamertag"..
But these are just text, Is it possible to have custom profile fields that have a link..
For example.. A link...
Started by SeanFace101 on
, 11 posts
by 3 people.
Answer Snippets (Read the full thread at freeforums):
You could do this if you upgrade to Advanced Hosting... .
You could do this if you: : No you can't do this as you can't parse BB Code in Custom Profile Fields.
No you can't do this as you can't parse BB Code in Custom Profile Fields.
|
Ask your Facebook Friends
|
I have a User model with the usual information (login, email, name, location, etc). However, when users decide to edit their information, I'd like to separate the fields to be edited according to the appropriate concerns.
For example, I'd like to have...
Started by Baby Diego on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
That said, at a certain point in my systems I tend to pull the profile information out to be able to see the profile....
If all your users have both profile and account fields then I wouldn't put it in seperate models a model for each.
|
|
I've looked around quite a bit and either I'm an idiot or the answer just isn't out there yet.
When I enable custom profile fields in the mini profile it does work, but I want to customize the display. So I edited this section of code:
Code: Select all...
Started by darcshadow on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at phpbb):
I must of done something wrong cause I just tried it again and got it to work... .
Thanks, I actually tried commementing that section of code out but it kept giving me an error .
If you are using the individual display code, you should remove the loop code .
|
|
Hello, just trying out 1.6 in a test environment, the user profiles plugin doesn't seem to actually enforce all the required fields when they're set. I see red asterisks next to Address 1, City, Region, Country, Postal / ZIP Code, and Phone, but leaving...
Started by pe7er on
, 14 posts
by 11 people.
Answer Snippets (Read the full thread at joomla):
Also if I set, but somehow i receive no validation-error for the new fields in the profile plugin when i try if i leave for example....
Set the new fields to required and no red asterisk appears.
fields to profile plugin.
|
|
Ever looked at a MyBB user's profile and wondered why on earth empty profile fields are displayed? I know I have. That's why I decided to stop empty profile fields from being displayed on my forum and in this guide I'll show you how to do the same.
To...
Answer Snippets (Read the full thread at mybb):
Details work slightly differently to profile fields, though it is possible to hide empty ones using.
|
|
I have a problem with the following implementation of hook_cron in Drupal 6.1.3.
The script below runs exactly as expected: it sends a welcome letter to new members, and updates a hidden field in their profile to designate that the letter has been sent...
Started by anschauung on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
profile_save_profile dosn't check for permissions or as far as I can.
Yes i confirm drupal cron user profile good in term of security ..
Drupal changes, Apache runs under the noone account.
|
|
Hi.
i have created custem fields for social media. like twitter and facebook.
only in posts the images of the fields when entered in profile,
are situated beneeth eachother see screenshot!
i want them in the post to be next to eachother.
i use IP.board...
Started by lexxie1983 on
, 8 posts
by 3 people.
Answer Snippets (Read the full thread at forumscriptz):
Is the code i put in tot the custom profile ....
As $group => $data"> <foreach loop="customFields:$author['custom_fields'][ $group ] as $field itself what deals with the custom profile fields
the second one.
|
|
I'm on a project to create a skills matrix for about 200 people and am hoping to not have to reinvent the wheel. Users will fill out and maintain their skill proficiencies using yes/no and radio or combo inputs. Skills are grouped by category (Technical...
Started by Nicholai on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The hard part with Drupal is the theme customization, but reuse a free one or purchase a new one, you can build... .
As @sprugman pointed out, use the Content Profile , together with CCK you can customize the profile page at will.
The Taxonomy.
|