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

"my_stats.php" bearbeiten #546

Closed
Kamiikaze opened this issue Sep 3, 2018 · 2 comments
Closed

"my_stats.php" bearbeiten #546

Kamiikaze opened this issue Sep 3, 2018 · 2 comments

Comments

@Kamiikaze
Copy link

Kamiikaze commented Sep 3, 2018

Wäre es möglich das man die Anzahl der Stunden sowie Verbindungen zum nächsten Rang im Webinterface einstellen könnte? Da meine Änderungen sonst nach jedem Update verschwinden^^
Damit meine ich Z75-83 in "my_stats.php"

	$time_for_bronze = 50;
	$time_for_silver = 100;
	$time_for_gold = 250;
	$time_for_legendary = 500;

	$connects_for_bronze = 50;
	$connects_for_silver = 100;
	$connects_for_gold = 250;
	$connects_for_legendary = 500;
@xopez
Copy link
Contributor

xopez commented Sep 8, 2018

fände ich ehrlich gesagt, auch gut, wenn die in die DB wandern, da dort eh alle Optionen sind.
Dann bräuchte man nur im Webinterface eine neue Sektion mit "Errungenschaft" oder ähnlich.

@Newcomer1989
Copy link
Owner

Ist mit der 1.3.0 umgesetzt.

Webinterface -> Stats Page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants