Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

/me (like IRC) for shoutbox


ghost's Avatar
0 0

i think i'd be good if this addition was implemented for IRC heads like people who use it in the shoutbox…

the code can be added (and it's also short):

$ME = " ".$userdata['user_name']."".$locale['YOURLOCALE101'].""; $data = str_replace('/ME', $NAME , $data);

It's a mod from php-fusion. Hope it's, at least, taken into consideration, if not immediately implemented.


ghost's Avatar
0 0

i like the idea. and mixed with the less strict time wait for the posts it could make things more intresting


ghost's Avatar
0 0

Wouldn't that convert /me s to the user viewing them, they could be implemented through BBcode though


ghost's Avatar
0 0

well it would be inserted into the db as that user who did the /me. so then when viewed, its not viewing the $userdata['user_name'], but the literal value of the user who posted the /me.


ghost's Avatar
0 0

i think you could do it if you added another field to the database, 0 for username 1 for /me ….that will just change the output formate….shouldn't be to difficult


ghost's Avatar
0 0

only_samurai wrote: i think you could do it if you added another field to the database, 0 for username 1 for /me ….that will just change the output formate….shouldn't be to difficult

WTF… that made no sense to me, do you mean that the user can choose between /me and /me1 which outputs their username?