I see there was mod called "/you"
that may have been it.
--------------- Added [DATE]1234139149[/DATE] at [TIME]1234139149[/TIME] ---------------
Quote:
Originally Posted by Mark.B
There is a hack that does that somewhere....I did have it running once, but I cannot remember what it is called.
--------------- Added [DATE]1234138325[/DATE] at [TIME]1234138325[/TIME] ---------------
Hmmm....this is how my site used to do it...
Create a plugin at global_complete with the following code:
Code:
$output = str_replace('[username]', $vbulletin->userinfo['username'], $output);
Now anywhere you type:
it will display the name of the person reading it.
|
Thank you!!