Hello Robin Wilson,
after install, i faced some issue : when i add email,website url or third party links frontend visible just a text format. i want email perform as email format & website url perform as link with new tab. is it possible ?
thanks with regards
Gaurav
]]>Can this plugin be used to display default WordPress fields (like City, State, and Country) from the user’s profile? Or does it create separate fields that a WP user needs to fill in ?
Can it display custom fields created by another plugin that currently display in the user’s WP profile?
]]>As another user mentioned the “hide the label if a user has not entered data” is not working on the user profile page. The label still shows even if there is no data entered. Tried on two different installs with different themes and plugins. Looking at the code, I’m not sure how it ever worked on the user profile page. I had to update the rpi_user_profile_bbp_profile_information() function in display.php:
while($i <= $top) {
if(!empty($rpi_options['Activate_item'.$i])) {
$label_id = 'rpi_label'.$i;
$usermeta = esc_attr(bbp_get_displayed_user_field($label_id));
$usermeta = apply_filters('rpi_user_profile_field', $usermeta, $label_id);
// Check if usermeta is not empty
if (!empty($usermeta)) {
$label = (!empty($rpi_options['item'.$i.'_label']) ? $rpi_options['item'.$i.'_label'] : '');
echo "<p>";
printf(__($label.': ', 'bbp-profile-informaton'));
echo $usermeta;
echo "</p>";
}
}
$i++;
}
Maybe you have a better way to handle it, but this works for me. Just wanted to pass this along. Thanks.
Hi Robin,
thank you for your great plugin!
Unfortunately the “Hide Label if no data”-function/checkbox does not seem to work for me. I added 9 additional fields and all labels are shown even when there is no data.
Any idea? ??
Thank you,
Florian
Hi, i have a question about ypur fantastic plugin.
I used it in order to add 7 custom fields on form registration and on user profile.
Now i have a section with all custom field but i see other field too.
The fields are:
First name:
Last name:
Email:
Can i hide these fields? The most important to hide is Email.
Thank You,
Davide
]]>Thanks for the helpful plugin!
How to make the value of the field “Enter label eg Town, City, State ….” displayed by default? (in your example “Name:”) If the user did not enter their value, of course …
Is it customizable?
]]>Hi,
Is there a way to change the field type to URL so they are clickable on the profile page?
]]>Hello,
Is there a way to choose which fieldset (e.g. Contact Info, About Yourself) to put the new field in?
]]>Even if I uncheck the option to Show Item on registration form, it puts it there anyway!
]]>The widths of the TD elements change with each new table.
https://i.postimg.cc/J0BFFp4d/Screenshot-6.jpg
I had to fix alignment issues on the registration page as well.
Other than that the plugin functions well, even on latest WP.
]]>how can i add date of birth filed where users can enter their date of birth.
]]>Hi,
This is exactly the plugin I’ve been looking for so thanks for that.
I was just wondering if there is a way to extend the amount of text a user can put in one field? Such as having a description box for the text instead of one small rectangular box? A user might have a city with a long title or a job title that’s long and at the moment when you input it, you have to scroll along to see it all. and if it’s possible to fit it all on the same line when it appears on the forum reply display? or have separate boxes for the same field so you can input on different lines? Sorry if I’ve made that sounds a bit complicated.
Thanks,
Alan
hi support
after upgrading bbp profile information to version 1.8 I had in all my Forums, Text vertical instead horizontal
means all Forum themes and Forum responses had text like this
H
e
l
l
o
t
h
i
s
i
s
a
n
e
x
a
m
p
l
e
instead
Hello this is an example.
How can I fix this? My Forum is not populated to all, only logged in users can see our Forum, themes and responses.
regards
Richard
Hi there – this plugin successfully added my custom field (preferred pronouns) to the user’s page on the backend and it is displaying as promised.
I’m wondering though if there is a way to get this to display on the LearnDash profile page – https://cl.ly/a3f590245c18 – or if I can somehow link this and the LD xprofile custom fields together?
I want the field to show up in BuddyPress and LearnDash. Is this possible? Right now the user profiles seem to be handled separately.
Thanks!
]]>Hi Robin… just discovered this plugin – just what I need.
I have set it to display one extended profile field ‘Ovni model’, but it does not show up in topics and replies. The label does display. If I set ‘Hide label if no data’ then it hides the label, so it seems not to find my data.
I have tried switching to the 2016 theme, but no difference (apart from the appearance).
You can see a temporary public example here (but this will disappear once we have resolved this.). The data that should display is in a pull-down selection and should read ‘395’
thanks
]]>Hi. I’m using bbPress alone on my site (not BuddyPress). I’ve added the four fields and I can see them on the user profile page. I can update them also. However, they are not displaying on the front end, under the avatar on topics and replies. There is just nothing.
I’m using the divi theme. Any known issues?
Thanks!
Stormy
]]>the field displays on the user page https://www.metziahs.com/chirp/users/chayl/
(The whole filed is shown – not the response to the field)
But there is no field to EDIT anyehre on the /your-account page.
Please advise.
Thank you!
Fatal error: Can’t use function return value in write context in /home/xxxxx/public_html/xxxxxxx/wp-content/plugins/bbp-profile-information/includes/display.php on line 276
Any suggestions?
]]>bbp profile information and
bbp buddypress profile information
is the same plugin? reading the description for me looks the same.
thx
Robin – In my new bbPress forum the IP address of each user is displaying below their User ID under their avatar when they post. Is there a way to hide/disable this? Can’t seem to find it.
Your plugins have been very helpful to me in getting this new forum set up and functioning in the way we want it. Thanks.
Chris
]]>I recently updated from 1.1 to 1.3 and the site suffered a fatal error:
Fatal error: Can’t use function return value in write context in /home/———/public_html/wp-content/plugins/bbp-profile-information/includes/display.php on line 276
Luckily I could roll back to 1.1 but I prefer to stay current and help out plugin authors with any issues I find.
I use the theme Tempera with a child-theme.
Here’s a list of plugins:
Hi
We’re trying to export data using the “Export User Data” plugin.
We see the fields we made through “bbp profile information” in the export, but the fields are empty.
Can you help?
On a side note, we don’t see these custom fields in the backend view of a users profile either.
Thanks!
]]>Hi there
We activated your plugin and can see in edit profile page the new fields.
But, they’re not displaying in the front end. We’re using the theme “QK Oliver.”
Something in the theme is blocking it. When we tested with Twenty-Sixteen it worked.
Can you tell me where I can manually add some code to our theme’s files to get this to work?
Thanks,
Todd
Doesn’t work for me on BuddyPress 2.5.3, profile fields do not appear. I don’t feel to deactivate all my plugins to see which one conflicts with it…
]]>Hi. was wondering if this honours the conditional fields for users.
I want to have specific user types (roles) who have extra profile fields to have these shown under their profile.
But i dont want everyoneelse to ahve this as it would show a title then a blank field.
so does this work with conditional fields?
If not is there a way i can modify to do this?
]]>Hi Robin,
I’m wondering if your plugin can help me. Currently the BBpress profile does not include a few fields within the “edit profile” section that I need for members to update their profile completely. These field are already included in the WP profile which they do not have access to(purposely).
If I were to re-create these fields with your plugin for “Phone Number” and “Street Address” with your plugin – that leaves me with two questions.
1. Would these two new fields be updated when edited in the WP profile?
2. Would these two fields remain hidden to other members?
To be clear, currently members register (WP-Members) and included within that registration are “Phone Number” and “Street Address”. All of that info makes it to me, and also is automatically added to the users profile within “WP”.
However when members edit their profile those two fields are not currently included within the BBpress profile. I hope this makes sense.
Thank you in advance for your time and efforts.
]]>Hello delevoper,
Should it work on WP 4.3.1 ?
I did the install as you said in the documentaion.
But the fields do not show up while registering, nor when wants to edit the profile…
Here is the site: https://www.talentenmarkt.com
We really need 3 extra fields, so the plug in is very welcome!
]]>Hi, is it possible to add the labels in the wp-admin user.
On my site, only administrators can go to wp-admin and I have already changed the links to the profile on the go bbpress. So if I want to change the user information, I will rather on wp-admin and not the bbpress.
bbpress is best for the user
Is it possible to add visibility of the label in the topics that if the field was filled.
Is it possible not to see all fields that the plugin displays.
The email, first and last name, I do not need it necessarily.
So is that it is possible for the user not to display information to all users on their profile.
Sincerely Nicolas.
I have done this:
1. Go to Dashboard>plugins>add new
2. Search for ‘bbp profile information’
3. Click install
4. and then activate
5. Go to Dashboard>settings>bbp profile information and follow the instructions to select which items to display, and what labels they should have
I then, under settings set up a “Signature” field. But I don’t see any fields added to the profile pages.
]]>I am holding off on my review in favor of throwing out some suggestions first.
1- I would add a way to move the added fields order of appearance amongst each other and amongst those included in bbp. As it stand right now the questions are randomly put in the middle of bbp information, ideally they would be placed under the profile for me.
2- An ability to add and remove fields beyond four of them.
3- The ability to limit the length of responses.
4- The option of responses being answered by a drop down menu, radio buttons or boxes.
3- Fixing the bug of fields have two “::”, such as “Favorite Games: :”.
Overall though I do like what you have done. It is very clean in its presentation and it does work even if it is not perfect. Thanks a lot for the plugin. ??
]]>