Robin

Results 2 comments of Robin

Thanks for the hint! I had to install `libncurses-dev`, too. Running `.BUILD.sh -v` gives insights when the build process fails.

I would suggest modulizing the templates as much as possible. Instead of using /templates/default/Thread.Add.phtml /templates/default/Thread.Edit.phtml /templates/default/Thread.Index.phtml ... you can use /templates/default/Thread/Index.phtml /templates/default/Thread/Index/Poll.phtml /templates/default/Thread/Index/AnsweredPoll.phtml /templates/default/Thread/Index/PollOptions.phtml /templates/default/Thread/Index/Replies.phtml /templates/default/Thread/Index/RepliesDesktop.phtml /templates/default/Thread/Index/RepliesMobile.phtml /templates/default/Thread/Index/RepliesQuote.phtml ... I...