mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
feat: new messages-related links in Admin
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user