Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Messages & Commander #88

Open
ogamespec opened this issue Jan 28, 2024 · 7 comments
Open

Messages & Commander #88

ogamespec opened this issue Jan 28, 2024 · 7 comments

Comments

@ogamespec
Copy link
Owner

Improved Message Handling:

  • Messages can optionally be sorted into 6 inboxes: Espionage Reports, Combat Reports, Expedition Reports, Alliance Messages, Player Messages, and Other Messages.
  • Players now have an address book which lists all alliance members and people on your buddy list for quick and convenient messaging.
  • Notes can be viewed from the messages page.
  • All messages can be kept up to 7 days before automatic deletion versus 24 hours for non-subscribers.
  • Up to 50 messages can be displayed at a time.
  • As of v0.78a, an optional RSS/Atom system is available so that one can view their messages without having to log in; more information can be found at New Version 0.78a or quoted below.
  • As of v0.78c, one can send up to 25 messages every 5 minutes versus 5 every 5 minutes for non-Commanders.

https://web.archive.org/web/20090903220236/http://board.ogame.org/index.php?page=Thread&threadID=232630

@ogamespec
Copy link
Owner Author

Нигде не могу найти ни одного скрина, как выглядели сообщения с Командиром. Это пиздец.

Нашёл только такое:

image

(это смотрелка скинов)

Не уверен и не помню что оно так было. Тем более выглядит куцо.

Продолжаем искать информацию как это было сделано 🆘

@ogamespec
Copy link
Owner Author

image

@ogamespec
Copy link
Owner Author

@ogamespec
Copy link
Owner Author

image

ogamespec added a commit that referenced this issue Mar 3, 2024
@ogamespec
Copy link
Owner Author

Делаю пока так:

  • Кнопка "ок" запоминает выбранные галки, если их тыкали руками (метод POST)
  • Ссылка на категорию инвертирует значение галки и одновременно перезагружает сообщения с новыми настройками (метод GET)
    Ещё пообсуждаем и повспоминаем.

I'm doing this for now:

  • The "ok" button remembers the selected checkboxes if they were poked by hand (POST method)
  • The category link inverts the value of the checkbox and simultaneously reloads messages with new settings (GET method).
    Let's discuss and remember some more.

@ogamespec
Copy link
Owner Author

Made a method selection.

  • Method 1: The category link inverts the checkbox value and simultaneously reloads the messages with the new settings (GET method)
  • Method 2: The link shows only messages from the selected category regardless of checkbox values (GET method)
// Since we don't know the exact method, we choose the method of this variable
$method = 2;

ogamespec added a commit that referenced this issue Mar 3, 2024
@ogamespec ogamespec added this to the Premium Features milestone Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant