MyBB Community Forums

Full Version: Change username to userid
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In my donation plugin, I want to change the "username" variable to "user id" but how?

<input type="hidden" name="item_name" value="'.$mybb->settings['bbname'].' Donation from '. $username .'">