2013-10-11, 09:59 PM
This first post may grow quickly as I go through the issues I have. Although I must sleep soon.
Dashboard
![[Image: attachment.php?aid=30314]](https://camo.mybb.com/75eaca147dc1d69f163976c6aca7eb4d0886724e/687474703a2f2f636f6d6d756e6974792e6d7962622e636f6d2f6174746163686d656e742e7068703f6169643d3330333134)
The only way I can work around this issue is to add two HTML elements in the string and then some CSS that magically displays the correct element. I don't want to write CSS in a language file. But that is what I did:
Forum Management
These are evil:
But then there is the same string issue where category and forum case are mixed into the same string. I can only facepalm at this in the Spede way:
![[Image: uQIOvEwLnRrmCipEvIHo.gif]](https://camo.mybb.com/f7bea5401eee402c0cf221979d42a86e46d5c12f/687474703a2f2f7374617469632e6e61616d6170616c6d752e636f6d2f66696c65732f61692f6d656469756d2f7551494f7645774c6e52726d436970457649486f2e676966)
The most elegant solution I can come up with is to introduce a new term that somewhat can be used to talk about both categories and forums.
Now that I spent some more time analyzing the Admin CP, it seems that forums and categories are quite messed up as a term even in English. Category appears to be an afterthought of a kind and it is just technically implemented as a forum, and while this technical solution is OK in my books it isn't as OK to have it so mixed up as a concept in the UI. I find it a bit odd that when I'm adding a forum I may end up adding a category instead after everything else refers to a forum.
With 2.0 you may want to rethink how forums and categories are separated in the UI even if you keep the technical solution exactly the same. Of course I'm in a minority with such attention to this kind of detail, but you can think of me as an advocate of doing things right.
Dashboard
The only way I can work around this issue is to add two HTML elements in the string and then some CSS that magically displays the correct element. I don't want to write CSS in a language file. But that is what I did:
$l['dashboard_description'] = "Tämä näyttää joitakin yleisiä tilastoja, jotka liittyvät keskustelualueeseesi. Voit myös lisätä muille ylläpitäjille näkyviä muistiinpanoja.<style type=\"text/css\">td .finnish2 { display: none; } td.last .finnish1 { display: none; } td.last .finnish2 { display: inline; }</style>";
$l['threads'] = "<span class=\"finnish1\">Keskustelut</span><span class=\"finnish2\">keskustelua</span>";
Forum Management
These are evil:
- Forums in "{1}" ($l['in_forums'])
- Forum Permissions in "{1}" ($l['forum_permissions_in'])
- Forum Moderators in "{1}" ($l['moderators_assigned_to'])
But then there is the same string issue where category and forum case are mixed into the same string. I can only facepalm at this in the Spede way:
The most elegant solution I can come up with is to introduce a new term that somewhat can be used to talk about both categories and forums.
Now that I spent some more time analyzing the Admin CP, it seems that forums and categories are quite messed up as a term even in English. Category appears to be an afterthought of a kind and it is just technically implemented as a forum, and while this technical solution is OK in my books it isn't as OK to have it so mixed up as a concept in the UI. I find it a bit odd that when I'm adding a forum I may end up adding a category instead after everything else refers to a forum.
With 2.0 you may want to rethink how forums and categories are separated in the UI even if you keep the technical solution exactly the same. Of course I'm in a minority with such attention to this kind of detail, but you can think of me as an advocate of doing things right.