Finally got around to installing TinyPortal for Elkarte.
- First thing I noticed are the text formatting issues in de admin area: setting captions are printed in Bold, due to the font-weight: 600; in the css for .settings label. I personally find that a bit invasive...
See that some entries are not in bold, because I did not 'label' all fields...
Hmm, might be something I will pick up in SMF to prevent similar issues with SMF themes. Not a big issues, just does not look good...
- Second thing I noticed is that the tooltips don't work...
- Block styles definately need cleaning up: the block styles that made some sort of sense in SMF now all look the same in the Elkarte theme
- Check the style in tp-style.css
dl.tptitle dt {
float: left;
width: 40%;
The 40% should be changed to 39%: the Elkarte theme does not like this. See the "Edit Article" Title and Short name section what I mean...
(I'll update this in SMF too, maybe some SMF themes will do the same...)
- I cannot create a new Article Category from the list page.
Results in error: "The database value you're trying to insert does not exist: item_type"
- Trying to upload an article icon results in error: Call to undefined function fatal_error()
In general I noticed that the Elkarte theme indicates some layout errors in the TinyPortal templates, that SMF 2.0 and 2.1 did not show.
