feat: new messages-related links in Admin

This commit is contained in:
Martin Ambrus
2017-10-22 13:36:12 +02:00
parent dd90648b09
commit 48cea5ea2b
3 changed files with 7 additions and 1 deletions
+6
View File
@@ -478,6 +478,11 @@ if (!empty($_GET['p'])) {
<a href="?p=search">General Search</a>
<a href="?p=message">Search IGMs/Reports</a>
<br />
<a href="#"><b>Messages</b></a>
<a href="<?php echo rtrim(SERVER, '/'); ?>/nachrichten.php">Read In-Game Messages</a>
<a href="<?php echo rtrim(SERVER, '/'); ?>/massmessage.php">Create Mass Message</a>
<a href="<?php echo rtrim(SERVER, '/'); ?>/sysmsg.php">Create System Message</a>
<br />
<a href="#"><b>Ban</b></a>
<a href="?p=ban">Ban/Unban Players</a>
<a href="?p=maintenence">Server Maintenence</a>
@@ -517,6 +522,7 @@ if (!empty($_GET['p'])) {
{ ?>
<a href="admin.php">MCP Home</a>
<a href="<?php echo HOMEPAGE; ?>">Homepage</a>
<a href="<?php echo rtrim(SERVER, '/'); ?>/nachrichten.php">In-Game Messages</a>
<a href="#"></a><a href="#"></a>
<a href="?p=server_info">Server Info</a>
<a href="?p=online">Online users</a>
+1
View File
@@ -42,6 +42,7 @@ martinambrus changes:
30. fixed sending messages to player via Admin
31. Support user is now a part of the installation and can be logged into Admin and in-game (albeit in game, they have no village, so can not access fields or village views)
32. messages sent to Multihunter now have the correct recepient shown next to them (was empty)
33. new links in Admin to access in-game messages + Mass Message & System Message dialogs
Shadowss changes:
-1
View File
@@ -1,4 +1,3 @@
- allow sending Mass Message + System Message from Admin
- send mass message as Support rather than Multihunter
- fix editing current task from Taskmaster -> number never match the edited quest after save
- cannot delete a single medal in admin