Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
v1.4; 'alang' bugs (with patch) [reports, place]
#1
With the latest version (15:01), there is still a bug in reports.
Open any group at reports except for "Alle Berichte".
You'll get an "alang" error.

Fix: edit htdocs/templates/game_report_overview.tpl and replace get("***") by grab("report_all", "***").

Language issues ('alang')
Platz -> Truppen
Calling back "Truppen in anderen Dörfern" -> einige:
aLang Error: place_units_try_back_units[support_call_back] not found!
Fix: add the following to de.ini (line 442):
Code:
[place_units_try_back_units]
support_call_back="Zurückrufen"
#2
Second bug fixed, can't reproduce the first bug!
#3
I can still reproduce it with this link:
http://localhost/game.php?village=1&scre...ode=attack

game_report.tpl should be edited too:
Code:
<h2>{$lang->get( "reports")}</h2>
becomes
Code:
<h2>{$lang->grab("report_all", "reports")}</h2>

Reminder: game_report_overview.tpl should be edited too, see first post.

Edit: and game_report_view.tpl...
#4
There's no need of proposing fixes Wink I'll take a look at it
#5
Well, I'm patching them with that, sharing doesn't hurt Wink
#6
Another bug (with fix):
When not specifying a receiver in a mail, you'll get an aLang error.
Fix: replace "max_receiver" in section "error" by "receiver_max" (lang/*.ini).
Found my post helpful? Rate me Big Grin
Project: creating a compact and easy to setup DSLan (Linux) (Windoze is in development)




Users browsing this thread: 2 Guest(s)