spit_f1re88
New Member
I want to display another information in you bbcode. instead of showing the viewer's username i want to show their real name from what they've entered in about me. Can someone please teach me what to edit in the code to display what i desire.
Here's the code that i use in you bbcode.
*note: i did not made this code.*
Here's the code that i use in you bbcode.
Code:
global $vbulletin;
$text = str_replace("[you]","" .$vbulletin->userinfo['username']. "",$text);
$parsedtext = str_replace("[you]","" .$vbulletin->userinfo['username']. "",$parsedtext);
*note: i did not made this code.*