Circlepuller / Tinyboard

Tinyboard is a light-weight, fast, highly configurable and user-friendly imageboard software package released under a non-restrictive open-source license. It is written in PHP and has few dependencies.
https://awsumchan.org
Other
10 stars 0 forks source link

Move boardlist rendering to Twig templates #1

Closed Circlepuller closed 5 years ago

Circlepuller commented 11 years ago

Move the boardlist rendering to a Twig template so Tinyboard users can customize their boardlists with ease. This shall prove challenging as it requires the use of recursion, array searches, and regular expressions.

Circlepuller commented 5 years ago

As of commit bc15dfa11b14179eec0956e237cffe9ee22dd0de, the boardlist can now be edited via templates/boardlist.html. It's quite basic, and there's definitely room for improvement.