- Compatible XF Versions
- 2.1
German for Xenforo 2.1.x based on MPHs 2.0.12 translation. Version with "Reactions" as-> "Rating", further small corrections and all newly added and changed phrases. Exceptions: emojis and style related phrases.
Attention:
As of version 7, a Javascript is also integrated into a phrase that ensures that the mod / admin line in the header is always hidden, if there are no messages, etc. Manually show or hide the admin / modline by clicking or typing on the free space next to the header image.
To stop this behavior, use the phrase search and search for the phrase titled: moderator_tools. In the phrases you remove everything after the name "Moderator Tools" and save the result.
Before:
After:
Attention:
As of version 7, a Javascript is also integrated into a phrase that ensures that the mod / admin line in the header is always hidden, if there are no messages, etc. Manually show or hide the admin / modline by clicking or typing on the free space next to the header image.
To stop this behavior, use the phrase search and search for the phrase titled: moderator_tools. In the phrases you remove everything after the name "Moderator Tools" and save the result.
Before:
Code:
Moderator Tools <script> var staffBar = document.getElementsByClassName ('p-staffBar') [0]; staffBar.style.display = staffBar.children [0] .children [0] .children [0] .href? '': 'none'; setTimeout (function () {document.getElementsByClassName ('p-nav') [0] .onclick = document.getElementsByClassName ('p-header') [0] .onclick = document.getElementsByClassName ('p-nav-inner') [0] .onclick = document.getElementsByClassName ('p-header-content') [0] .onclick = function (e) {e = window.event || e; if (! E.target) e.target = e .srcElement; if (e.target === this) staffBar.style.display = staffBar.style.display? '': 'none';};}, 100); </ script>
Code:
Moderator Tools