Info
- 3 posts
- 2 voices
- Started 7 months ago by jam09
- Latest reply from jam09
- This topic is not resolved
Anonymous Posting
-
- Posted 7 months ago #
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
-
- Posted 7 months ago #
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'retype="hidden". Also make thevalue="Anonymous"for name and something likevalue="anonymous@example.com"for email.There is _probably_ a better way but this is the first that comes to mind for me.
-
- Posted 7 months ago #
where do i put the modified code?
-
You must log in to post.