1. Shorter text for all buttons that are available in localized imageset: Quote, Edit, Post Reply, etc..
Currently text for those buttons is too long, like "Reply with quote", making it impossible to use CSS background + language variable instead of putting translation to image. Adding those few text variables would make it possible to create styles that don't use translation at all, using text from language pack instead of image for buttons.
Here is full list of strings that are missing in language packs:
- Forward
- New PM
- Send Reply
- Locked
- New Topic
- Post Reply
- PM
- Edit
- Quote
- Report
2. Numeric values for dates/time. Currently post time is available only in text format selected by user, it would be great to make it available in raw numeric format too. It could be used in conjunction with javascript to create post layouts like this:
Concerns:
- Time zone. There are two sets of functions in Date class: ones that use local time and UTC, so its not an issue. Javascript will automatically get time zone from computer settings.
- Localization. Its a tricky one. Text is already in language pack, but its in sub-array lang['datetime']['Jan'], so it can't be accessed by template. I'll think of a solution for it.
Note: I'm not asking to add them to subsilver/prosilver. These changes won't affect current styles, so there won't be any code changes, only few code additions. These changes are meant to allow style authors to create different styles, rather than being forced to use text images.