Thanks for this plugin James!
It's cool, but messages is from "public user" and could be better add link for that game. I post code for this below
Link for game:
| Code: |
[url=".sefRelToAbs("index.php?option=com_puarcade&Itemid=198&gid=".$gameid)."]" . $gamename . "[/url]
|
Is need to create option for PUARCADE itemid or change in code and option for link or not (in uddeim option must be allow links).
So, here is query for system message without option to answer:
| Code: |
$query = 'INSERT INTO #__uddeim (fromid,toid,datum, message,disablereply,systemmessage) VALUES (' . $newuserid . ',' . $olduserid . ',' . $thetime . ',"' . $msg .'",1,"System")';
|
I hope it's useful for anybody.