No.263
Well, I'll give a comparison of the two, because they all depend on what you want out of an imageboard.
TinyIB is installed on a per board basis. Every time you want to add a board to your *chan, you will need to install a TinyIB instance to that board's directory on the web server. TinyIB is also fast as it has a fairly small codebase and doesn't have a lot of features. You only get a single administrator account and optionally a moderator account, hardcoded into the configuration. It is intended for smaller *chans or those who wish to implement a lot of their own code to "glue" the site together.
Tinyboard manages an entire setup for you. Boards, staff, and themes (like the homepage of this website), are all managed in the web based moderation panel. There are far more features and configurable options, but the codebase is far bigger as an expense (caching features help remedy any performance concerns). Tinyboard is great for larger *chans and those who don't want to be messing with PHP code as a daily task. I used to be huge into Kusaba X (horrible) before I stumbled upon Tinyboard back in 2011.
What you get out of either solution is a tried and true PHP imageboard software that can run on most web hosts and serve a community without issue. What one of the two is based on your needs and what you want out of them. They both have most features you would want as a user, but maybe not as an admin/mod.
If you have any additional questions, feel free to ask.
No.268
>>265>>267Seething confirmed
>>262Honestly just use tinyib it's good for smaller sites
No.270
>>265>>267>>269This shits fucking stupid I just want to know about imageboard software and instead this guy is flaming the admin.
Reported for being useless to this discussion
>>268Not OP but thanks for the advice
No.271
>>270FTFY, the guy just keeps posting cringe lmao
>>262Also look into Wakaba or Kareha if you want some non-PHP alternatives, I forgot to mention those.
No.273
So like, is this the only updated version/fork of vichan/infinitychan/tinyboard/openib etc?
Also does this have the feature where you get a tooltip, when you hover over the date, showing how recently it was posted? This feature is in openib and also on 4chan lol
No.274
>>273To answer your first question, no - I'm pretty sure there's a few other actively maintained forks of Tinyboard/vichan. What this fork essentially offers over other forks is overhauled dependency management handled by Composer, removal of abandoned features in vichan, and support for WebP. It is compatible with recent versions of PHP (support for 8 is in the works once it is officially released).
As for "x time ago" tooltips, they are provided by js/local-time.js so just have that included in your JavaScript files in the configuration if you want it. (I don't have it on here at the moment, I don't know why)
No.275
Can there be larger file uploads for posts if one hosts this software on their site? in case i want music video and stuffs posted
No.276
>>275Yes. You can set the maximum upload size in the configuration. You will also likely need to make sure your PHP and web server configurations also are the same size or larger.