-
Marcella posted on the forum topic Weird double query using WPDB in the group How-To and Troubleshooting: 14 years, 9 months ago
Any ideas how to use this function, there is no documentation on accepted parameters. Nor is it listed in the function reference guide?
Thanks again
*i still wonder why it’s running 3 times, it works fine minus being entered 3 times.
-
Marcella posted on the forum topic Weird double query using WPDB in the group How-To and Troubleshooting: 14 years, 9 months ago
Thanks for that, i hadn’t clicked at your clues above. Will post back the results.
Cheers
-
Marcella posted on the forum topic Impossible to upload image on ”change Avatar” and ”Album” and can’t send private message in the group How-To and Troubleshooting: 14 years, 9 months ago
a little unrelated but does anyone here ever wonder why the default theme has so much js?. i understand it’s pro and progressive but really don’t think this sort of function is needed at the base theme. It’s kinda confusing because your not sure what’s core and what’s not sometimes. I believe it’s up to […]
-
Marcella posted on the forum topic Weird double query using WPDB in the group How-To and Troubleshooting: 14 years, 9 months ago
All i’ve done here is when the user is logged in and when the user matches my own custom login counter at 0 they are then signed up to these groups.
I don’t think the BP internal functions keep track of login counts?
It would be inefficient to run this every time they login.
-
Marcella started the forum topic Weird double query using WPDB in the group How-To and Troubleshooting: 14 years, 9 months ago
Hey guys, I’m running a query whenever someone logs in for the first time to sign them up to some groups automatically. Here is the code. foreach($officialGroups as $groupSubscribe) : $subscription = $wpdb->insert(‘wp_bp_groups_members’, array( ‘group_id’ => $groupSubscribe, ‘user_id’ => 5, ‘inviter_id’ => 0, ‘is_admin’ => 0, ‘is_mod’ => 0,…[Read more]
-
Marcella joined the group How-To and Troubleshooting 14 years, 9 months ago
@marcella1981
Active 6 years, 5 months ago