@dartho: it's nice to see how this style has evolved ! :up:
Here are a few more suggestions:
- I got requests to have today's post and new post in navbar
navbar template
Code:
<if condition="$show['member']">
<a class="navbar" href="/search.php?$session[sessionurl]do=getnew">
Unread posts</a>
<a class="navbar" href="/search.php?$session[sessionurl]do=getdaily">
Today's posts</a>
...
- Add "mobile" to board title, just to know it's a different version
header template
Code:
<div class="header" align="center"><b>$vboptions[bbtitle] Mobile ...
- the skin is missing a way to open the search page.
- time and date stamp on new posts page is too vague, is there a way to see 'hh:mm ago' instead of 'today' or 'yesterday' ?