-
Alan Niemies replied to the topic Profile Field Description removes target="_blank" from links in the forum How-to & Troubleshooting 11 years, 1 month ago
Anyone?
-
Alan Niemies started the topic Profile Field Description removes target="_blank" from links in the forum How-to & Troubleshooting 11 years, 1 month ago
Hello guys.
I’m today having another issue on one of my BuddyPress developments: I need to add links on my Field Descriptions at Profile Fields for them to open on a new tab. This is a way for people to read some information before keep going with the registration form.
I can create the links, but unfortunately BuddyPress removes the…[Read more]
-
Alan Niemies replied to the topic Avatar Crop not working: selector is not a square in the forum How-to & Troubleshooting 11 years, 1 month ago
Hi @hnla and thank you for your reply.
Yes, as I was thinking, the problem is with OneCommunity theme (it crops as a square on Twenty Thirteen theme).. Do you have any idea of how a theme can modify this information and where should I look for? I already tried a lot of different templates and files.
Thanks again for your time!
-
Alan Niemies started the topic Avatar Crop not working: selector is not a square in the forum How-to & Troubleshooting 11 years, 2 months ago
Hello guys, how are you?
I found a really strange issue when creating a website using OneCommunity WordPress and Buddypress theme.
First of all, the “Change Avatar” link on the Profile menu at the Profile page had a “display:none”, which I changed as I want people to use different avatars than Gravatar.
Now, I’m able to upload images on the…[Read more]
-
Alan Niemies replied to the topic [Resolved] List Members based on extended profile field value in the forum Creating & Extending 11 years, 2 months ago
Found the problem, it’s really simple: if we declare an empty “include” in bp_has_members, it displays a Members Loop with all members. Now it’s everything fine. Thanks a lot, @shanebp!
-
Alan Niemies replied to the topic [Resolved] List Members based on extended profile field value in the forum Creating & Extending 11 years, 2 months ago
Geez, not yet. I tried almost everything, triple-checked database and nothing 🙁
-
Alan Niemies replied to the topic [Resolved] List Members based on extended profile field value in the forum Creating & Extending 11 years, 2 months ago
Hello shane! Thanks for the reply.
I tried to turn them into an array and implode, but still nothing happened. My updated code:
<?php
[Read more]
global $wpdb;
$db_query = "SELECT user_id FROM wp_bp_xprofile_data WHERE field_id = 13 AND value = Yes";
$match_ids = $wpdb->get_col($db_query);
$get_these_members = array('include='… -
Alan Niemies started the topic [Resolved] List Members based on extended profile field value in the forum Creating & Extending 11 years, 2 months ago
I’m trying to retrieve a specific Members Loop page at BuddyPress with members who chose Yes on a specific Radio Button (which has Yes/No options).
For this, I created an specific Template page at my theme. Found some old topics here on forums and managed to get this code. Unfortunately, my code (below) isn’t working and I came to a dead end. Can…[Read more]
-
Alan Niemies replied to the topic ALMOST THERE in jQuery hiding fields on Register. Need advice. in the forum How-to & Troubleshooting 11 years, 3 months ago
Hi, @mercime. Thanks for the answer.
This is not what I need, although it’s a great plugin which I’ll give a try in the future. What I am having trouble with is from a more coding nature, as I need to add an external jQuery to pull out more info inside the registration page. I have everything coded ok outside the registration.
Thanks a lot…[Read more]
-
Alan Niemies replied to the topic ALMOST THERE in jQuery hiding fields on Register. Need advice. in the forum How-to & Troubleshooting 11 years, 3 months ago
Up?
-
Alan Niemies replied to the topic ALMOST THERE in jQuery hiding fields on Register. Need advice. in the forum How-to & Troubleshooting 11 years, 3 months ago
Nobody? PLEASE.
-
Alan Niemies replied to the topic ALMOST THERE in jQuery hiding fields on Register. Need advice. in the forum How-to & Troubleshooting 11 years, 3 months ago
The REAL jQuery, lol: http://jsfiddle.net/nZ5fp/
-
Alan Niemies started the topic ALMOST THERE in jQuery hiding fields on Register. Need advice. in the forum How-to & Troubleshooting 11 years, 3 months ago
Hello, guys!
After a lot of struggle, I’m tweaking a BuddyPress register page in the way I want it to display. Again, I’ll ask for some advice from you guys, as this is an already edited piece of code.
My website’s register page is this one (sorry for the Portuguese language): http://medsimples.com/registrar/
I tweaked it so it is showing…[Read more]
-
Alan Niemies replied to the topic Check value from bp_member_profile_data in the forum How-to & Troubleshooting 11 years, 3 months ago
Thanks a lot, shane!
-
Alan Niemies started the topic Check value from bp_member_profile_data in the forum How-to & Troubleshooting 11 years, 3 months ago
Hello!
I’m developing a medical online community based on BuddyPress and I’d like to know how to check the value from a specific bp_member_profile_data field. If the user put a specific value (this field is a Dropdown with several choices), such as a Physician or a Student, I’ll like to display a specific button on the user’s profile.
Does…[Read more]
@alanniemies
Not recently active