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
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.
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?