mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-07 13:24:22 +00:00
feat: forum notification message has a user link for one who was posting
This commit is contained in:
@@ -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&pid=2&fid2=$fid2&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&pid=2&fid2=$fid2&tid=$tids\">forum link</a>\n\nYours sincerely,\n<i>Server Robot :)</i>",
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user