The tag has no wiki summary.

learn more… | top users | synonyms (1)

0
votes
0answers
20 views

How to display comments by logged in user and responses

I want to create a profile page and display the logged in persons comments, AND also responses to his/her comment. Like this: Post title Comment (by logged in user) ...
0
votes
0answers
30 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
3answers
33 views

How do I change the image from the default mysteryman in the WP Profile page

I work for a company that has recently added a plugin for WordPress. We have a company profile page, as the plugin owner, and we want to change the image from the the default mysteryman to a logo. I ...
0
votes
0answers
9 views

redirect on first_time login [duplicate]

So I created a custom front end profile ala this wp-answer. Now I have made a custom register page using Theme My Login, which serves its purpose of saving data and such. Now what I want to do is on ...
1
vote
1answer
32 views

Redirect after password update

A client gave a WP page to fix some problems. Specifically, there was a front end profile page that was not updating information as it was meant to. After I started testing, it all updates, but if you ...
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
47 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. ...
-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 ...
-1
votes
0answers
18 views

hide show profile fields - is there a plugin? [closed]

I'm using theme my login, so if the plugin doesn't conflict with that, it would be great, but it's not a requirement. I only need to hide/show profiles based on user roles. (I know I could do it ...
0
votes
0answers
27 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 ...
2
votes
1answer
127 views

Removing “Website” Field from the contact info

I want to remove the website field from the user contact info. I use the following to remove the AIM,Jabber and Yahoo IM . But I am not able to use this to remove the website. Someone please help. ...
1
vote
3answers
51 views

Linking comments from registered users to their profile pages

I am trying to find a way to link the 'username' in comments from registered and logged in users to their profile pages instead of their website URL. And comments from unregistered users to their ...
0
votes
1answer
24 views

how do you point 'screen_function' to a function in the same class? [closed]

In a plugin class, I'm successfully creating a new tab on a Member page using: bp_core_new_nav_item( array( 'name' => __( 'MyTab', 'bp' ), 'slug' => 'mytab', 'position' => ...
2
votes
1answer
44 views

How to hide fields from my user profiles

I want to hide the fields link nick name, first name, last name, etc. I could not find an answer in the codex and I do not want to touch the core files. Is there any solution for it?
2
votes
1answer
43 views

How to change the link “Edit my profile”?

I am setting up a new membership website. I only have one issue that I can't resolve. Once a member is logged I don't want them to go to the dashboard to edit their profile but instead to the website ...
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
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 ...
3
votes
1answer
73 views

Allow Profile HTML for select users

I know there are a ton of post out there about how to allow html in profiles. Most of these warn about the security risk of doing so. My thinking is there has to be a way to only allow users to use ...
1
vote
1answer
41 views

How to use the Display Name as the post title in a custom post type?

I've created a custom post type called "teacher" and I want to use that person's display name as the title of their post. Details: 1. The "teacher" custom post type supports title. 2. Only logged in ...
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
42 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
12 views

wordpress profile page [duplicate]

Hi there basically this is going to be very complicated for me to explain basically i am creating a student profile page where parents can log in to view their childs profile I am creating a ...
0
votes
2answers
15 views

Show infos only to the author in the author.php

I need to be able to show some informations only to the author in his profile viewable in the front end, for istance I need to add a text under the avatar that only the author, if logged in, can see. ...
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'); ?> ...
1
vote
2answers
43 views

How to do an event when any user updates their profile?

I want to call a function, whenever any user update their profile. How to do that?
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
54 views

display specific sidebar for each role

Does someone know if it's possible to display a specific sidebar per user-role ? (only accessible if the user is logged as the specific role related to the specific sidebar )? What I want is to have ...
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
1answer
51 views

Modify Profile Biographical Info Field

I've been hunting for the hook to edit the Biographical info field and it's H3 but no luck. I've found edit_user_{$field} do specific hooks exist? I'm thinking I can hook into the existing tag ...
0
votes
1answer
70 views

Calling custom profile fields?

I've hidden and created various profile fields using the following code: function my_user_contactmethods($user_contactmethods) { // You can get rid of ones you don't want ...
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 ...
0
votes
1answer
135 views

Conditional based on the User Role of the Current Profile the user is viewing - BuddyPress

I'm using BuddyPress and need a certain block of code to show up on user role Store Owner profiles only. I'll be putting it in member_header.php, so it's just a template file. I've been digging for a ...
0
votes
1answer
55 views

how to connect the author profile with google webmaster tools in multiuser blog?

in this page google help us to enable our profile image on google search list when some one search get results from our blog post. my question not about how to do that ... like this link that closed ...
7
votes
1answer
117 views

Make display name unique

Right now you can make your Display Name whatever you want, you can even impersonate an admin. Is it possible to make the Display Name unique?
0
votes
1answer
169 views

Displaying custom profile fields using Mingle Plugin

I am using the Mingle plugin to add some networking functionality for a website I am creating for a client. I am having Mingle handle displaying user profiles and friends, but WordPress to actually ...
0
votes
2answers
114 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 ...
2
votes
1answer
90 views

Custom user profile URLs

I have created a page "profile" that when visited with get variable of user id like: http://example.com/profile/?uid=1 Then it will display the profile details of user id 1. Now I want to rewrite … ...
0
votes
1answer
31 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 ...
1
vote
1answer
98 views

Maintain user profile data in a non-Wordpress database

I have an existing MySQL database (not Wordpress) containing user profile information. I am looking for a way to allow these users to log in to a Wordpress site and edit their profile. It is most ...
0
votes
3answers
398 views

Wordpress Add New User - Send an Activation Email

I edited the Add New User Profile page to add some custom fields (I'm not using multisite). My question is if there is a way to send out an activation/confirmation email to new users once I manually ...
0
votes
1answer
67 views

why there is a large file named core in wpmu's directory?

why the file named core is here? can i delete it? ls -lh total 37M -rw-rw-r-- 1 hugemeow pg 16 2012-03-04 04:22 a.php -rw------- 1 hugemeow pg 30M 2012-10-16 10:41 core // this is the large ...
2
votes
2answers
139 views

Custom style on profile options page

is there any way to style the profile page on wordpress ? I will like to add something like: Start of the page just below the <h2> tag <div id="normal-sortables" class="meta-box-sortables ...
0
votes
1answer
114 views

frontend show edit profile with selected custom options

So I have many custom user profile fields. When I use do_action( 'show_user_profile', $profileuser ); hook it displays all custom user profile fields.. But I would like to show only certain fields. ...
0
votes
0answers
32 views

How to make wordpress as a provate membership site? [closed]

can you help me how to create a stockiest/dealer website. This site is not for public, is will be a membership site for reseller. Reseller can see stock of products. Administrator can change ...
1
vote
2answers
178 views

Reordering Buddy Press profile navigation

I am using this code to reorder the positions of the menu items for BuddyPress profile. I am using the xprofile (not sure if that makes a difference). Here is the code that I am trying to use: ...
0
votes
3answers
66 views

How to pull user/author profile data in a plugin?

My site has a user profile page. For some reason I would like to pull user profile data in my plugin. I know I can pull logged in user profile data using get_currentuserinfo();. For example I would ...
0
votes
1answer
46 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 ...

1 2 3