-
simon replied to the forum topic Q: working with $wpdb class and Buddypress 1.5 (custom SQL calls) in the group How-To and Troubleshooting 13 years, 2 months ago
Thanks both for the feedback!… looking into xprofile_insert_field() in bp-xprofile/bp-xprofile-functions.php. This appears to be the function for adding a new profile field to the BP system.
`function […]
-
simon replied to the forum topic Q: working with $wpdb class and Buddypress 1.5 (custom SQL calls) in the group How-To and Troubleshooting 13 years, 2 months ago
Something like this
$sql = "SELECT *
FROM wp_bp_xprofile_data XP
WHERE XP.user_id = $iallusersUserID";
$xprofile = $wpdb-get_col( $wpdb-prepare($sql));should probably more like this
`
$sql = […] -
simon started the forum topic Q: working with $wpdb class and Buddypress 1.5 (custom SQL calls) in the group How-To and Troubleshooting 13 years, 2 months ago
Hey all, I’m trying to find the proper way of referencing BP tables using the $wpdb class. using $wpdb-$table reference https://codex.wordpress.org/Class_Reference/wpdb#Tables allows a smart way of reference WP […]
-
simon replied to the forum topic Activating existing users in the group How-To and Troubleshooting 13 years, 2 months ago
That’s seems to be it… regardless of BP activity or “last activity” the table wp_bp_xprofile_data is the lowest common denominator of who is displayed in the members directory.
`
$sql4 = “SELECT *
FROM […] -
simon replied to the forum topic Activating existing users in the group How-To and Troubleshooting 13 years, 2 months ago
Altough User A (ID:21) does show up in the table “wp_bp_xprofile_data”
It would be great if there was some help in […] -
simon replied to the forum topic Activating existing users in the group How-To and Troubleshooting 13 years, 2 months ago
On this same topic…..In the members directory in BP 1.5 user are displayed based on more criteria then mentioned by the discussion above.
User A (ID: 21) is showing up in the members directory but does NOT […]
-
simon replied to the forum topic BP 1.5 ~ Bugs with Private Messaging autocomplete in the group How-To and Troubleshooting 13 years, 2 months ago
@boonebgorges – Correctamundo. The text field for “To” is blank rather then being populated with the username.
@DJPaul – to get back to you on usernames see below
User A – archon2112
User B – […] -
simon started the forum topic BP 1.5 ~ Bugs with Private Messaging autocomplete in the group How-To and Troubleshooting 13 years, 2 months ago
Hey all!
Quick note on this bug we found today. When sending a private message the autocomplete does not always fill in correctly. Friends and activity stream has been turned on / off to see if there is any […] -
sdls posted an update 13 years, 2 months ago
@DJPaul @DJPaul Have you thought about integrating achievements with these universal FF “badges”? I would assume that firefox will require you to “login” to your badges repository to view and display… perhaps this could be integrated with WP login? Or…. how might you bring these together? We’el see how it goes for FF, perhaps it will take off.
-
sdls posted an update 13 years, 2 months ago
@DJPaul @DJPaul Firefox is onto you!
https://beta.mozillalabs.com/en-US/open-badges/
😉 -
sdls posted an update 13 years, 2 months ago
My favourite parts about Buddypress 1.5:
http://www.simondelasalle.com/articles/buddypress-1-5-the-best-parts/ -
simon posted an update in the group BP Jobs Board 13 years, 2 months ago
Hi there, I am an experienced web developer specializing in WordPress / Buddypress customization and custom plug-ins. If your interested in recieving a quote, please visit my questionaire at: http://www.simondelasalle.com/contact/request-proposal/. Currently looking for a few new projects to work on this fall.
** Hope that’s ok to post this in the…[Read more] -
simon joined the group BP Jobs Board 13 years, 2 months ago
-
simon replied to the forum topic BP 1.5 – Wierd bug with CSS loading a child theme in the group How-To and Troubleshooting 13 years, 2 months ago
SWEET youutube.com integration in the forumns!
-
simon replied to the forum topic BP 1.5 – Wierd bug with CSS loading a child theme in the group How-To and Troubleshooting 13 years, 2 months ago
as @boone mentions have way through this:
for posertity’s sake -
simon replied to the forum topic BP 1.5 – Wierd bug with CSS loading a child theme in the group How-To and Troubleshooting 13 years, 2 months ago
cheers !!!! @johnjamesjacoby and @mercime
-
simon replied to the forum topic BP 1.5 – Wierd bug with CSS loading a child theme in the group How-To and Troubleshooting 13 years, 2 months ago
aaaa….. IC what’s going on here…. previously on child themes you would include the BP default theme as an @import at the top of your child theme style.css this is no longer neccesary with the way BP 1.5 loads […]
-
simon replied to the forum topic BP 1.5 – Wierd bug with CSS loading a child theme in the group How-To and Troubleshooting 13 years, 2 months ago
Appreciate the response John, so just to clarify.
All child themes for Buddypress should reference their “style.css” using wp_enqueue_style() rather then the traditional WP style of including the style […]
-
simon started the forum topic BP 1.5 – Wierd bug with CSS loading a child theme in the group How-To and Troubleshooting 13 years, 2 months ago
Not sure if anyone else is getting this when working with a child theme, but I’m getting a “flash” of the site in BP default before the theme CSS changes to my child theme. It only appears for a moment…. am I […]
-
simon replied to the forum topic Setting up Achievement Events with other plug-ins in the group Achievements 13 years, 3 months ago
cannot get this $wpdb delete to work in it’s simplest form….
`// register_activation_hook( __FILE__, ‘achievements_tweaks_events_activate’ );
function achievements_tweaks_events_deactivate() {
// remove the actions […]
- Load More
@simon_said
Active 5 years, 11 months ago