Problem with a group forum dice roller
-
I installed the BuddyPress Group Dice plugin before buddypress 1.6.1 and it worked fine… then I upgraded.
In a new Group Forum Post the dice roller works perfectly once. When I try and run it again, I get: “It looks like you’ve already said that!”
I’m not sure if this plugin is supported anymore but I love it…. is there anything I can do to fix this?
I have found the function that the dice roller is triggering:
// Don’t allow reply flooding
if ( bp_forums_reply_exists( $_POST, $topic_id, bp_loggedin_user_id() ) ) {
bp_core_add_message( __( ‘It looks like you’ve already said that!’, ‘buddypress’ ), ‘error’ );Now I don’t want to allow flooding… but I would like it to ignore my dice roller… now what?
- The topic ‘Problem with a group forum dice roller’ is closed to new replies.