[Request] Username Insert Mod

Status
Not open for further replies.

bozonessinc

OMG Member
Feb 20, 2010
52
0
50
Hello,

I had posted this over at Xenforo.com, and now I want to consult everyone here. Do you think there is a way for xenforo to insert the users name whenever, someone uses the bb code [you]. I'm sure there is a way to get it with PHP, but I'm not sure exactly how.

The reason I ask, is it will help bring my board more personal, when I can say, Hey [you], if you get much drift... :).

Ideas? Even if you have a code idea, I might be able to take that and try to make it on my own.

Caleb
 
  • Like
Reactions: 1 person

SNN_imported

OMG Member
Oct 7, 2010
19
1
215
30
$visitor = XenForo_Visitor::getInstance();
This is how you get the userinfo in PHP.
$visitor['username'] would be the way to access the username.

As far as the mod - you're just looking for a BB code?
 
  • Like
Reactions: 1 person
Oct 6, 2010
105
9
225
32
Thanks SNN, haven't gotten around to figuring that out yet. :D I started it in my next one, but I think you need to have [you][/you].
 
Status
Not open for further replies.