Open Elton8787 opened 3 days ago
Hi.
I will give you a link next Monday to download Brazilian translation. Try it.
Hi.
I will give you a link next Monday to download Brazilian translation. Try it.
Thankyo!
But I haven't actually installed it yet because I couldn't. I was using an old version, but I found this new version while searching and I would like to try it, but I can't install it. I'm using WAMPP with PHP 8.0.26 and Apache 2.4.54. Is this configuration correct?
I would also like to know more about this filter in the search [the image I posted], it didn't exist in the older version. How do I install this filter?
Here you have Portuguese-Brazilian Translation (there is a folder named "pt-br" inside zip). You can use it with Germany version. Just put "pt-br" folder in openbiblio/locale folder.
About filter: I updated a file to get these filters but I dont remember which one... I think you can use germany sources and it will be ok. If you have an old database version, remember to add field mbrshipend
in table member
:
mbrshipend: date NOT NULL DEFAULT '9999-12-31'
and insert these values:
insert into usmarc_indicator_dm values (901,1,'#','Não definido'); insert into usmarc_indicator_dm values (901,2,'#','Não definido'); insert into usmarc_indicator_dm values (902,1,'#','Não definido'); insert into usmarc_indicator_dm values (902,2,'#','Não definido');
insert into usmarc_subfield_dm values (901,'a','Mín. jogadores','N'); insert into usmarc_subfield_dm values (901,'b','Máx. jogadores','N'); insert into usmarc_subfield_dm values (901,'c','Mín. idade','N'); insert into usmarc_subfield_dm values (901,'d','Máx. idade','N'); insert into usmarc_subfield_dm values (901,'e','Tempo de jogo','N'); insert into usmarc_subfield_dm values (902,'a','Imagem do item','N');
insert into usmarc_tag_dm values (9,901,'Dados do jogo (para jogos)','Não definido','Não definido','Y'); insert into usmarc_tag_dm values (9,902,'Dados adicionais','Não definido','Não definido','Y'); traducao.zip
Hi,
I saw that the demo project has a search filter in the opac, I thought it was really cool but I would like to know if this is new, exclusive to this version, or if I can do it with previous versions.
I would also like to know if the Brazilian translation would work in this new project or if it would need adjustments.
And of course...if it's not too much trouble, I would really like you to make an explanatory video of how to install it because I couldn't install it here on my desktop.
Thanks for your attention.