-
frank thirteen started the forum topic Where to get list of BuddyPress Stored Values in the group How-To and Troubleshooting 12 years, 4 months ago
Is there a single reference page of index of all the BuddyPress functions that can be used to retrieve data values?
I am familiar withbp_get_member_profile_data( 'field=Phone Number' )
and others, but now I […] -
frank thirteen replied to the forum topic Where to get list of BuddyPress Stored Values in the group How-To and Troubleshooting 12 years, 4 months ago
Thanks
-
frank thirteen replied to the forum topic Where to get list of BuddyPress Stored Values in the group How-To and Troubleshooting 12 years, 4 months ago
Thanks @RogerCoathup. Can you share the URL for phpftwr ?
http://phpftwr.com returns page/site not found
-
frank thirteen replied to the forum topic Where to get list of BuddyPress Stored Values in the group How-To and Troubleshooting 12 years, 4 months ago
Yes @CJKruger — Google is a great friend. Except when you want to get the function to return a Buddypress user’s role. Been looking for that one for a couple hours now.
Thanks for the link.
-
frank thirteen started the forum topic How to grab the Member's Phone Number on Loop Template in the group How-To and Troubleshooting 12 years, 4 months ago
I know how to grab a member’s phone number on the profile-loop.php page via
echo bp_get_profile_field_data( 'field=Phone Number' );
But how do I grab that same data value on the members-loop.php page?
-
frank thirteen replied to the forum topic How to grab the Member’s Phone Number on Loop Template [Solved] in the group How-To and Troubleshooting 12 years, 4 months ago
Oops, Google’d it and found this:
echo bp_member_profile_data(‘field=Phone Number’);
Looks like maybe 2 different developers built the functions — 1 version for profile-loop.php and a different variation […]
-
frank thirteen started the forum topic What script file is do_action( 'bp_after_sidebar_me' ) located in? in the group How-To and Troubleshooting 12 years, 4 months ago
I am using a dynamic widget / text widget that will not show up in a page I have coded as a blog list in the template.
I need to find the script for
do_action( 'bp_after_sidebar_me' )
so I can hard code my […] -
frank thirteen replied to the forum topic What script file is do_action( 'bp_after_sidebar_me' ) located in? in the group How-To and Troubleshooting 12 years, 4 months ago
Gave up and hard coded inside the sidebar.php template
-
frank thirteen replied to the forum topic send mass email in the group How-To and Troubleshooting 12 years, 4 months ago
You do not have sufficient permissions to access this page.
Odd … I am the WP Admin. What’s up with that?
-
frank thirteen started the forum topic How To Modify the Member's Base Profile Template in the group How-To and Troubleshooting 12 years, 4 months ago
I recently learned that I can copy a template and it’s directory structure and add it to my custom theme using the same structure which essentially gives me a custom overridden template. That was pretty cool to […]
-
frank thirteen replied to the forum topic How To Modify the Member's Base Profile Template in the group How-To and Troubleshooting 12 years, 4 months ago
Oh, and I see @RogerCoathup chimed in during my research and troubleshooting.
Thanks “buddies”
-
frank thirteen replied to the forum topic How To Modify the Member's Base Profile Template in the group How-To and Troubleshooting 12 years, 4 months ago
Solved…thanks @hotsitez for getting me to see that what i wanted to do was, in fact, possible and allowed me to poke around deeper.
And thanks to @boonebgorges for this post — […]
-
frank thirteen replied to the forum topic How To Modify the Member's Base Profile Template in the group How-To and Troubleshooting 12 years, 4 months ago
Ok, thanks @hotsitez
You pointed me in the right direction. Awesome!
I discovered that profile-loop.php is the script/template file I need to mod.
All I need to do now is figure out how to get the value […]
-
frank thirteen replied to the forum topic How To Modify the Member's Base Profile Template in the group How-To and Troubleshooting 12 years, 4 months ago
Well, yes and no @hotsitez….
Here’s what I have:
I went into WordPress/BuddyPress via wp-admin — then navigated to Buddy Press Profile Fields
On the Extended Profiles Fields page, I added a “Start […]
-
frank thirteen started the forum topic What table are pages meta stored in? in the group How-To and Troubleshooting 12 years, 4 months ago
I need to change an author to something not appearing in drop down list.
Thanks.
-
frank thirteen replied to the forum topic Can I turn off the "what's new" in the profile? in the group How-To and Troubleshooting 12 years, 4 months ago
Yes.
Take a copy of ../wp-content/plugins/buddypress/bp-themes/bp-default/activity/post-form.php
Put it in your themes directory using the same sub-dir structure /activity/post-form.php
Then simply […]
-
frank thirteen replied to the forum topic How To Modify the Member's Base Profile Template in the group How-To and Troubleshooting 12 years, 4 months ago
Thanks @RogerCoathup.
I ended up downloading all 28 documents from ../members/single/
I did a search on the custom field I created and only found the edit.php template that had it. And it had it because I […]
-
frank thirteen replied to the forum topic What script file is do_action( 'bp_after_sidebar_me' ) located in? in the group How-To and Troubleshooting 12 years, 4 months ago
Here’s why I need to get into the code @RogerCoathup:
I have a page called Business.
Off Business, I have about 10 child pages.
I created a static-text widget. I used every conceivable settings […]
-
frank thirteen replied to the forum topic What script file is do_action( 'bp_after_sidebar_me' ) located in? in the group How-To and Troubleshooting 12 years, 4 months ago
Thanks again @RogerCoathup.
I continue to phrase my need very poorly.
I know about functions, calls, etc. I also know where
do_action( 'bp_after_sidebar_me' )
is located…that’s how I honed in on […] -
frank thirteen replied to the forum topic What script file is do_action( 'bp_after_sidebar_me' ) located in? in the group How-To and Troubleshooting 12 years, 4 months ago
Thanks @RogerCoathup…poorly phrased question on my part.
I am looking for the code file or source document in WP/BP that contains the function
do_action( 'bp_after_sidebar_me' )
- Load More
@frank13
Active 9 years, 2 months ago