* show user avatar (outfit) in forum posts

* show user position (group) in forum posts
* replaced forum actions links (move, remove, edit, quote) with images
* redirect directly to the thread on user login (on new reply)
* fixed account login redirect with special chars (like '&' and '?')
This commit is contained in:
slawkens1
2018-01-06 01:46:36 +01:00
parent c2574235ea
commit 544375378f
6 changed files with 136 additions and 43 deletions

4
TODO
View File

@@ -16,10 +16,6 @@
* hooks
* fieldExist and tableExist functions
* Menus in templates
* forum:
* show position of the player
* replace forum actions links for admin (move, remove) with images
* redirect directly to the thread on user login
* characters: edit in admin panel option
* move highscores to twig
* $db->hasTable(table) + $db->hasColumn(table, column)