how to make user name blank when guest posts

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zeeg2001
    New Member
    • Jul 2005
    • 6

    how to make user name blank when guest posts

    When guest user posts a message, the string "Unregistered" is automatically put in "Your Username:" field. Can I leave it blank so that every guest user has to put some identifical name for the user name?
  • daemon
    Senior Member
    • Jun 2003
    • 2351
    • 3.5.x

    #2
    Go to:

    Admin CP --> Styles & Templates --> Style Manager --> « » --> New Posting Templates --> newpost_usernamecode

    Find:

    HTML Code:
    <input type="text" class="bginput" name="username" value="$bbuserinfo[username]" size="50" style="margin-top:1px" />
    Replace it with:

    HTML Code:
    <input type="text" class="bginput" name="username" size="50" style="margin-top:1px" />
    Bugdar: PHP bug tracking software that is beautiful, fast, and robust.

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...