[Request] Username Insert Mod

Status
Not open for further replies.

bozonessinc

OMG Member
Joined
Feb 20, 2010
Messages
52
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
 

SNN_imported

OMG Member
Joined
Oct 7, 2010
Messages
19
$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?
 
Joined
Oct 6, 2010
Messages
105
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].
 

Floris

I'm just me :) Hi.
Staff member
Joined
Jan 1, 2001
Messages
60,100
I might be interested in this :) Has any code been finalized, or a plugin been made?
 
Status
Not open for further replies.
Top