Hi
May I suggest that you make it possible to change the order of the categories. For instance I would like to sort my categories in alphabetical order, so if I just could move each category up and down it would be possible.
Regards
Niels Erik
Hi @nef,
Thanks for the suggestion ā this has been implemented and will be included in OMP 1.2:
Regards,
Alec Smecher
Public Knowledge Project Team
For some reason that I donāt know, my OMP is ignoring the ordering.
āStatisticā is a good example.
Inside database:
select ca.seq, ca.path, cs.setting_value as name from categories ca
join category_settings cs on (ca.category_id = cs.category_id and cs.locale = āen_USā and setting_name = ātitleā)
order by ca.seq;
Ā±-----Ā±-----------------------Ā±-----------------------+
| seq | path | name |
Ā±-----Ā±-----------------------Ā±-----------------------+
| 1 | cienciasbiologicas | Biological sciences |
| 2 | cienciashumanas | Human sciences |
| 3 | cienciainformacao | Information science |
| 4 | cienciasdasaude | Health sciences |
| 5 | comunicacao | Communication |
| 6 | estatistica | Statistics |
| 7 | fisica | Physics |
| 8 | technologiatextil | Textile technology |
| 17 | animaisbrasilhistoria | Animals |
| 18 | ecologia | Ecology |
| 19 | morfologiavegetal | Plant morphology |
| 20 | artetecnologica | Technological art |
| 21 | culturabrasileira | Brazilian culture |
| 22 | Documentacaojuridica | Legal documentation |
| 23 | etimologia | Etymology |
| 24 | linguaportuguesabrasil | Portuguese language |
| 25 | Linguisticahistorica | Historical linguistics |
| 26 | memoriainstitucional | Institutional memory |
Ā±-----Ā±-----------------------Ā±-----------------------+
In management area:
In my website:
Am I missing something?
Best regards,
Tarcisio Pereira
What version of OMP are you using?
Regards,
Alec Smecher
Public Knowledge Project Team
Can you try applying one of the three patches listed at Fix category sequence Ā· Issue #1802 Ā· pkp/pkp-lib Ā· GitHub? All are equivalent.
Regards,
Alec Smecher
Public Knowledge Project Team
Hi @asmecher,
Thank you a lot.
Itās woking fine now!
I saw the language selector inside admin area in OJS 3.0. Itās looks good!.
Best regards,
Tarcisio Pereira.