Log in

View Full Version : {Username} BB Code


Mellymonster
01-31-2009, 02:47 AM
How can I create a BB Code were you type in {username} and whoever looks at the thread sees there username?

Dismounted
01-31-2009, 03:05 AM
Add a plugin at postbit_display_complete:
$post['message'] = str_replace('{username}', $vbulletin->userinfo['username']);