mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-30 07:07:14 +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=search">General Search</a>
|
||||||
<a href="?p=message">Search IGMs/Reports</a>
|
<a href="?p=message">Search IGMs/Reports</a>
|
||||||
<br />
|
<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="#"><b>Ban</b></a>
|
||||||
<a href="?p=ban">Ban/Unban Players</a>
|
<a href="?p=ban">Ban/Unban Players</a>
|
||||||
<a href="?p=maintenence">Server Maintenence</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="admin.php">MCP Home</a>
|
||||||
<a href="<?php echo HOMEPAGE; ?>">Homepage</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="#"></a><a href="#"></a>
|
||||||
<a href="?p=server_info">Server Info</a>
|
<a href="?p=server_info">Server Info</a>
|
||||||
<a href="?p=online">Online users</a>
|
<a href="?p=online">Online users</a>
|
||||||
|
|||||||
@@ -42,6 +42,7 @@ martinambrus changes:
|
|||||||
30. fixed sending messages to player via Admin
|
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)
|
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)
|
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:
|
Shadowss changes:
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
- allow sending Mass Message + System Message from Admin
|
|
||||||
- send mass message as Support rather than Multihunter
|
- send mass message as Support rather than Multihunter
|
||||||
- fix editing current task from Taskmaster -> number never match the edited quest after save
|
- fix editing current task from Taskmaster -> number never match the edited quest after save
|
||||||
- cannot delete a single medal in admin
|
- cannot delete a single medal in admin
|
||||||
|
|||||||
Reference in New Issue
Block a user