feat: forum notification message has a user link for one who was posting

This commit is contained in:
Martin Ambrus
2017-10-29 13:14:33 +01:00
parent 2ca133f830
commit 69da66c410
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1570,7 +1570,7 @@ class MYSQLi_DB implements IDbConnection {
(int) $row['owner'],
2,
'New Message in Alliance Forum',
"Hi!\n\n".$this->escape($session->username)." posted a new message into your common topic. Here\\'s a link that will get you there: <a href=\"".rtrim(SERVER, '/')."/allianz.php?s=2&amp;pid=2&amp;fid2=$fid2&amp;tid=$tids\">forum link</a>\n\nYours sincerely,\n<i>Server Robot :)</i>",
"Hi!\n\n<a href=\"".rtrim(SERVER, '/')."/spieler.php?uid=".(int) $session->uid."\">".$this->escape($session->username)."</a> posted a new message into your common topic. Here\\'s a link that will get you there: <a href=\"".rtrim(SERVER, '/')."/allianz.php?s=2&amp;pid=2&amp;fid2=$fid2&amp;tid=$tids\">forum link</a>\n\nYours sincerely,\n<i>Server Robot :)</i>",
0,
0,
0,
-1
View File
@@ -1,4 +1,3 @@
- link username to user when sending alliance forum notification message
- link username to user in message sender
- scale oasis regeneration with game progresses (now we have elephants and tigers everywhere)
- add checkbox when sending units for a raid to include the attack in the raid list, if eligible