Move Premium XP Multiplier Icon - Better Battlelog Forums #68516

Sitemap
Post edited 2 x times, last by
Topicstarter
As requested here:
http://getbblog.com/board/topic/68343/1/Double-XP-Icon-on-top


This plugin moves the Double XP Bar from the Playbar to the Top Menu.

Changelog
* v1.1: RELEASE
* added czech language support
* (thanks to dapil - getbblog.com)
* v1.0: RELEASE
* main features implemented


Screenshot:
http://bblog.ind3x.de/v3/images/MoveXPMultiplier/preview.png


Plugin:
http://bblog.ind3x.de/v3/MoveXPMultiplier.js
Post edited 1 x times, last by
And as always :D :
//czech language strings
"cs" : {
"lang.enable" : "Přesunout Dvojitou ZK",
},
Any way you could make it like ORFK said in the request thread?
To make it look like ezek1el3000 showed, with the text also.
@dapil

No need to special encode the characters here or in the plugin file.
Use native chars to prevent encoding errors in the plugin and the board.
Topicstarter
xXJumpyXx wrote:
Any way you could make it like ORFK said in the request thread?
To make it look like ezek1el3000 showed, with the text also.


Yep, i will look into this at the next Double XP Event.
Today it should be already over, so i can't check the results properly.
Post edited 3 x times, last by
BrainFooLong wrote:
@dapil

No need to special encode the characters here or in the plugin file.
Use native chars to prevent encoding errors in the plugin and the board.


You've updated the site? Forum was replacing them by question marks before.

Test: ěščřžýáíéúůóďťň

EDIT: Great, it's working now. Thanks!
Holy sh... Sorry for that, i'll work on a fix.
Please try again, it should work now (Edit of post is enough)
Because forum now supports special characters, here is new version of translation:

//czech language strings
"cs" : {
"lang.enable" : "Přesunout Dvojitou ZK",
},

BrainFooLong wrote:
@dapil

No need to special encode the characters here or in the plugin file.
Use native chars to prevent encoding errors in the plugin and the board.
Topicstarter
dapil wrote:
Because forum now supports special characters, here is new version of translation:

//czech language strings
"cs" : {
"lang.enable" : "Přesunout Dvojitou ZK",
},


Updated!
Post edited 2 x times, last by
Here it is for french

//french language strings
"fr" : {
"plugin.name" : "Déplacement du Double XP",
"lang.enable" : "Déplacer le message Double XP",
Post edited 2 x times, last by
Greek Translation

//greek language strings
"gr" : {
"lang.enable" : "Μετατόπιση του πολλαπλασιαστή των XP",
},


Edit: Delete the space between &sigm a;
Post edited 1 x times, last by
New version of Czech translation:
//czech language strings
"cs" : {
"plugin.name" : "Přesunout Dvojitou ZK"
"lang.enable" : "Přesunout Dvojitou ZK",
},