Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 26 through 50 (of 148 total)
  • @xberserker

    Participant

    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().”);”);’

    @xberserker

    Participant

    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.

    @xberserker

    Participant

    @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 ?

    @xberserker

    Participant

    True, there is a add on module to cubepoints as well where you buy points with actual money too via paypal

    @xberserker

    Participant

    Ok version 1.7.5 is ready for be localized!

    @xberserker

    Participant

    I’d like to see the ability to approve groups before they go live as well.

    @xberserker

    Participant

    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/

    @xberserker

    Participant

    sorry that make any sense? lol

    @xberserker

    Participant

    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?

    @xberserker

    Participant

    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 ..

    @xberserker

    Participant

    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.

    @xberserker

    Participant

    Still can’t get this to work. Anything else I can do?

    @xberserker

    Participant

    @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.

    @xberserker

    Participant

    @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?

    @xberserker

    Participant

    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.

    @xberserker

    Participant

    @xberserker

    Participant

    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.

    @xberserker

    Participant

    Any ideas?

    @xberserker

    Participant

    Looks good so far! :) I’ll fully test it tonight.

    @xberserker

    Participant

    @thekmen The other is:
    bp_groups_posted_update

    What are you working on?

    @xberserker

    Participant

    I did, the group forums are showing up fine. It’s just the global forums page is redirecting.

    @xberserker

    Participant

    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!

    @xberserker

    Participant

    Edited my post with that now. Opps

    @xberserker

    Participant

    @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.

    http://pastebin.com/5qDXuCvv

    @xberserker

    Participant

    ^ Exciting :D

Viewing 25 replies - 26 through 50 (of 148 total)
Skip to toolbar