Forum Replies Created
-
I’m looking to do something similar. I want to sort members by who has the most points. Any direction would be helpful.
Here is the sql when points are logged:
‘ global $wpdb;
$wpdb->query(“INSERT INTO `”.CPDB.”` (`id`, `uid`, `type`, `source`, `points`, `timestamp`)
VALUES (NULL, ‘”.$uid.”‘, ‘”.$type.”‘, ‘”.$source.”‘, ‘”.$points.”‘, “.time().”);”);’Ya, turning off email notifications alone is fine
Thanks again for your direction! Hopefully I can figure this out, lol. Probably take a while though since I’m a noob.@travel-junkie Great thanks for the tips. I’ll try some things this week on it. How would I turn off notifications for a specific event from a general user point of view? Via My account > settings > notifications ?
True, there is a add on module to cubepoints as well where you buy points with actual money too via paypal
Ok version 1.7.5 is ready for be localized!
I’d like to see the ability to approve groups before they go live as well.
Came here looking for a solution and found this thread
Ah well.I may go with this plugin. Anyone try this ?
https://buddypress.org/community/groups/buddypress-group-email-subscription/
sorry that make any sense? lol
Ok, I’m a idiot … I had the “Disable global forum directory?” turn on, lol. Last question, where can I get that tags forums widget?
I thought that too, I even changed the slug to “toshtosh” and same thing, lol. The group forums works fine, just the global list won’t work ..
I have this in my wp-config.php file
define (‘BP_FORUMS_SLUG’,’groupforums’);I’m on WordPress 2.9.2 (single), and the latest BuddyPress.
Still can’t get this to work. Anything else I can do?
@r-a-y When the do_action “xprofile_avatar_uploaded” is called the 2 files are already created, where it be a new member or another avatar upload. The hunt continues, lol.
@r-a-y I got it to echo the file count correctly. But when you upload a avatar it will always be 2 files. There is a bpfull.jpg & -bpthumb.jpg file. I assume the avatars/59/ is created when a new user uploads for the first time?
I tried this in my wp-config.php file.
define (‘BP_FORUMS_SLUG’,’groupforums’);Still re-directs to the home page. Yes I changed my WP default permalinks.
@moominmama Invites is a work in progress. I have part of it working but not all yet.
https://buddypress.org/community/groups/cubepoints-buddypress-integration/
https://wordpress.org/extend/plugins/cubepoints-buddypress-integration/I don’t think I’d trust myself with command line stuff, lol. I’ll try some things and see what happens. Thanks for the assistance guys.
Any ideas?
Looks good so far!
I’ll fully test it tonight.@thekmen The other is:
bp_groups_posted_updateWhat are you working on?
I did, the group forums are showing up fine. It’s just the global forums page is redirecting.
Doh! I’m an idiot, lol. I’ll add you as a contributor to the plugin if you’d like?
Seems to be working, I’ll do a more tests when I get home. Thank you sooo much r-a-y!
Edited my post with that now. Opps
@r-a-y Thanks for that!
Getting some errors.This shows in the admin
Warning: Invalid argument supplied for foreach() in /home/me/public_html/mysite/wp-content/plugins/cubepoints-buddypress-integration/cubepointsBP.php on line 74
This shows on the front end when I go to the activity page
Warning: Invalid argument supplied for foreach() in /home/me/public_html/mysite/wp-content/plugins/cubepoints-buddypress-integration/cubepointsBP.php on line 74
Line 74 is:
foreach ( $bpcpspamlist as $spammer_id ) {This is what I put in.
^ Exciting
