Forums

Join
bbPress Support ForumsTroubleshootingAnonymous Posting

Info

Tags

Anonymous Posting

  1. Hi, I have anonymous posting turned on but how do i make it so that the user doesn't have to enter an E-mail or website? also is there a way to make it so that every user's name is defaulted as "Anonymous"?

    Thanks

  2. Assuming bbPress 2.0:
    You can modify this file (http://plugins.trac.wordpress.org/browser/bbpress/tags/2.0/bbp-themes/bbp-twentyten/bbpress/form-anonymous.php)

    Modify the <input> tags such that they're type="hidden". Also make the value="Anonymous" for name and something like value="anonymous@example.com" for email.

    There is _probably_ a better way but this is the first that comes to mind for me.

  3. where do i put the modified code?

  4. You must log in to post.