Hey everyone,
I want to install this for when april 1st comes around.
the thing is, I only want this to work for one user. So, I was thinking I could replace this:
PHP Code:
$replacewords=array(0 => "$bbuserinfo[username]");
with this:
PHP Code:
$replacewords=array(0 => iif($bbuserinfo['userid']==xxxx,"$bbuserinfo[username]",'=bbusername='));
(I'm using Zaphod's edit to use =bbusername=)
Would that work?
Thanks!