• I’m using CFC 0.5.1 with WMPU 2.9.2 + BuddyPress 1.2.3.

    CFC and its documentation say to add the following two lines to the .htaccess file:

    RewriteCond %{HTTP_COOKIE} !^.*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.*$
    RewriteRule ^wp-signup.php – [F,L]

    Since BuddyPress signup URL is /register/, should these two lines be as follows when using BuddyPress?

    RewriteCond %{HTTP_COOKIE} !^.*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.*$
    RewriteRule ^register/ – [F,L]

    http://wordpress.org/extend/plugins/cookies-for-comments/

  • The topic ‘[Plugin: Cookies for Comments] CFC and BuddyPress?’ is closed to new replies.