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']);
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.