Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
problems with translate add-ons
This discussion has been closed.
Comments
mad...
Might have to hack the CSS something similar to changing in /themes/vanilla/styles/default/vanilla.css
Try position: absolute also, but you would have to use a different value for the top:... just keep bumping the number higher until the grid is where it belongs.
i hacked the css many times but it didn't work
# Engin,
i just translated the English to Chinese
Try using the "CSS > Test Styles" function of the IE web accessibility toolbar to get it working again. It's not as good as the firefox edit css, but it works. The IE-own developer toolbar can help too in debugging, but AFAIK it will not live edit css.
BTW: looking at your "PageDetailsMessageFull" and similar messages, you've not yet translated all the strings.
some people add the following to \languages\Chinese_Simplified and it works
[quote]// Who's Online
$Context->Dictionary["Who's Online"] = "看è°åœ¨çº¿";
$Context->Dictionary["Hide the \"Who's Online\" panel"] = "éšè—“看è°åœ¨çº¿â€é¢æ¿";
$Context->Dictionary["Hide my username from the \"Who's Online\" panel"] = "在“看è°åœ¨çº¿â€éšè—自己的åå—";
$Context->Dictionary["guest"] = "游客";
$Context->Dictionary["guests"] = "游客";[/quote]