Thanks for info, we will investigate this.
Also please note that at this moment vBET do not support translation of button name. It is because BET translates only text between tags, no attributes values.
vBET has configuration parameter which allows to translate alt for img tags. Probably we will add also possibility to translate title attribute from links. With button made as input field with type submit or reset it is harder, because there is used attribute attribute value and such attribute is used also for other cases which cannot be translated (like for data from form). So translation here would require complex regular expression which we want to avoid because of performance.
We will check all places which you pointed and check which is a bug and which is just not supported in this version. As I see first pointed place should be translated since it is just a text. We will check it![]()
As I explained vBET do not translates buttons made by input HTML tag. This is not supported in this version. On pictures you cannot see that button is translated. You can see it only in HTML output. Because on picture you do not see is it button HTML tag, which has its description as text and which will be translated; or is is input HTML tag with submit or reset type which will not be translated, because it is not supported now; or it is not a button at all, just some area with different background and link inside (what is used a lot in vB4 everywhere where forms are not used). You can check it yourself looking into HTML output, but you cannot tell it looking on pictures.
So just as I wrote before - we will check it and tell you where it is a bug and where it is just not supported now.
1. button in Topic View Options - not translated because as Michał wrote in his previous post - the name of this button is a value.
for example - from your site source:
2.Why quick navigation is translated? look into code from your site source:HTML Code:<input type="submit" class="button" value="הראה נושאים" />
as you see, the name of button is betweenHTML Code:<span class="shade">Quick Navigation</span> <a href="/vb407/en/forumdisplay.php?1-Main-category" class="popupctrl"><span class="ctrlcontainer">Main Category</span></a> <a href="/vb407/en/forumdisplay.php?1-Category-g%C5%82%C3%B3wna#top" class="textcontrol" onclick="document.location.hash='top';return false;">Top</a>tags - not a value - so this is translated.HTML Code:<span class="ctrlcontainer">Main Category</span>
3. Reply, Management Tool, Main Forum, Top - translated. why? just look to the second point.
4. Post Quick reply and Go Advanced -> name of the button as value - not translated
etc.
What about Go to last post? this shuld be a button (like on page without translation) but here you have only a text.
This text (לך להודעה האחרונה) is here: (from your sorce)
and this is a "alt" value and translation of alt value is supported by vBET. to enable it just go to your admincp->vBET->Misc->Translate 'alt' attributes and set to "yes".Code:<img src="http://testing.dacho.co.il/vb407/images/buttons/lastpost-left.png" alt="לך להודעה האחרונה" />
But there should be an image. As you see here: (from your site source)
the root to the image is correct. So go to this folder: images/buttons/ and try to find this image: lastpost-left.png.Code:<img src="http://testing.dacho.co.il/vb407/images/buttons/lastpost-left.png" alt="לך להודעה האחרונה" />
Last edited by kamilkurczak; 02-11-10 at 10:36.
Last edited by dacho; 02-11-10 at 10:40.
sorry, after translation should be this one:
lastpost-right.png so try to find this one![]()