MyBB Community Forums

Full Version: Guest posting: How do I change the name
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm allowing Guest posting on my forum. When Guests post, how do I change what the username says. Instead of "Guest" I want it to say something else, like Anonymous
Thank you in advance
Mybb version 1.4
ACP >> Configuration >> Languages >> global.lang.php
Perfect thank you
Answered in your other post, sort of. If you want to control the username for guest posts in ACP then use this code in the loginbox termplate instead of what I posted in your other thread.

<input type="hidden" name="username" value="{$username}" />