The profiles tag has no wiki summary.
0
votes
2answers
73 views
Author.php display profile for all types of users
I'm using wp-usersonline plugin with user links, when you click for subscribers it goes to a not found page but works fine for authors, im thinking is there a way to redirect subscribers to a profile ...
0
votes
2answers
113 views
Making a buddypress profile field readonly
How to make a profile field readonly depending on a value of another field. I want to disable editing the email field (in the settings' page) if the user is a student, where "student" is a value of a ...
-1
votes
2answers
387 views
Different user type , different profile fields buddypress
I have a buddypress site build for a social media for Entrepreneurs and workers to help each other. now, this site can have different user types and according to type, different profile informations, ...
0
votes
1answer
38 views
How to update user profile or inputing any data to the wp db from external site?
I need to update user profile field (mainly first name, last name, email and password) from an external website.
Wordpress is installed on wordpress.domain.com and external website is at ...
0
votes
1answer
45 views
Show gender icon depending on “Gender” field value
I created a profile field value "Gender" in buddypress. I want to show icons next all field values. Now I have two icons for male/femaile gender, and I want to show the relevant icon according to ...
0
votes
1answer
47 views
Calling a custom profile field only it it exists
I've used this code to show custom fields if they're filled in a post using Custom Field Suite Plugin
<?php if($cfs->get('whatliked')){?>
<?php echo $cfs->get('whatliked'); ?>
...
0
votes
1answer
30 views
How to create a widget on witch a registered user can create a checklist
I have no idea where to start.
I want to create a widget. with the following features
show a button to create a checklist.
Show a list of already created checklists created by the user.
Mark ...
0
votes
1answer
45 views
All Posts Linking to Author Posts directly
I want to do "All Posts" hyperlinked to Author-Link so when user clicked All posts then user will be directed to Author's all posts, instead of "All Posts of: Author-Link"
I don't want repeatation of ...
0
votes
1answer
91 views
Profile Field In Admin Bar
I have added a field named "Current Status" in the user profile where the users fill their information e.g. E-mail, Website etc. How can I make this field displayed only for authors and also display ...
0
votes
1answer
238 views
Cant edit profile from frontend
Hope you can assist.
Background:
I have a multisite config. Users need to be able to update their profile from the frontend, via their profile page, which is something like, ...
-1
votes
1answer
61 views
Adding profile data to database
I added a custom field to my wordpress user profile page that asks a user what their favorite browser is. I have the field on the profile.php page, but how can I get this field into my sql database?
...
3
votes
0answers
69 views
List User Comments on User Profile BuddyPress
Does anyone know if there’s a way to create an option on the BuddyPress user profiles where it can list the users’ comments, so that the user can see a list of everything they commented on. I searched ...
1
vote
0answers
85 views
BuddyPress | How to merge the “setting” & “profile” pages into one page?
In BuddyPress I would like to merge the register.php and setting.php files into one "register.php".
Is that possible?
I don't want to change my Name, City and Address then go to the setting page to ...
1
vote
0answers
436 views
Why are BuddyPress user avatars not displaying properly?
I have a BuddyPress 1.6.x installation on WordPress 3.4.2.
User avatars are not displaying in the following situations.
On pages like:
www.domain.com/members/USERNAME/profile/edit/group/1/
Here is ...
1
vote
0answers
157 views
Validating buddypress custom profile fields
I'm using buddypress and I offer users the chance to add links to their social networks (facebook/twitter) by entering the url's into custom profile fields. My issue is that people can;t follow ...
1
vote
0answers
76 views
How can I make the user names of commentors clickable links to the user's profile from the admin comment screen?
I've set up my wordpress blog to only allow logged in users to leave comments, but I need a way for the administrator to be able to go to a user's profile from the comment moderation screen. I don't ...
0
votes
0answers
27 views
Resize and crop image during upload
How to add more function to resize and crop image during upload?
I want to creat a avatar upload form on author profile.
And size of avatar: 150x150
If file size have width > height => resize by ...
0
votes
0answers
14 views
Custom Individual User Home Page set by the Admin
I need users to login and see their homepage as a custom page set by the admin with information he wants to display for them. Basically the user will login and only see the information pertinent to ...
0
votes
0answers
18 views
Why is $_POST Empty in Profile Edit Admin?
This is a very odd problem - post data seems to be empty in the profile editing page of admin.
Here is my code: http://pastebin.com/3ejg8P99
What causes this? Is there some "safety" step I've missed ...
0
votes
0answers
42 views
Display custom fields in frontside user profile
I installed the CIMY User Extra Fields plugin to add new custom fields in theuser profile.
I added 1 custom field for gender to the user profile but it displays only in the admin panel user profile. ...
0
votes
0answers
26 views
How can I use BuddyPress XProfile fields to build a dynamic CV?
I'm developing student alumni network powered by Buddypress where students should be able to build their own CV / résumé based on a template of xprofile fields.
Job Title [ input field ]
Job ...
0
votes
0answers
23 views
how to get back to my blog from profile page?
Once I'm on a wordpress page like changing my avatar or editing my profile, there seems to be absolutely no link anywhere on the page to return me to my blog (or much else). Shouldn't there be some ...
0
votes
0answers
22 views
Profile update button not working after adding custom fields
After adding custom fields (Adsense Codes) in profile page the 'update profile' button not working. Custom fields are added through functions.php calling "kd_authoredit"
<?php
...
0
votes
0answers
31 views
How to get password string from the update profile option?
I want to grab the password string (not the hash), when some user changes their password from the profile page. How can I get the value? Any idea?
I am trying to integrate wordpress with an external ...
0
votes
0answers
41 views
Country, Region and City in User Profile
I have to put in the user profile fields: Country, Region and City as dropdown.
It is important to select Country, displayed their associated regions.
Then, when you select Regions should appear ...
0
votes
0answers
54 views
Shortcodes on outside loop of comments
hello i just wanna to show short codes on comments wich is ordered by query
for example
<?php
$comments = get_comments(array('number' => '10','user_id' => 1,));
foreach($comments as ...
0
votes
0answers
40 views
How should I manage dual registration and custom roles on my wordpress site?
I am running a multi-lingual site for my client and now he wants to add in a shop and a community so I have to deal with shoppers and authors as logged in users.
Now I want only a single ...
-1
votes
0answers
20 views
theme my login - repeating messages
I'm using theme my login plugin. The problem is whenever there's a message (error or even just plain message) on form posting, the message appears twice - once as error and once as message. I tried ...

