1

(2 replies, posted in Feature requests)

Hi,

Just to add a bit of context — PunBB was originally designed to stay minimal and lightweight, which is why it ships with plain text + BBCode by default.

Technically, integrating a WYSIWYG editor (like SCEditor or TinyMCE) is possible, but it usually requires:

Overriding the textarea in post.php

Making sure the editor outputs clean BBCode (not raw HTML)

Handling proper sanitization to avoid security issues

Most historical implementations wrapped a BBCode-aware editor rather than enabling full HTML editing, to preserve PunBB’s simplicity and safety model.

If you’re open to forks, some modern variants (e.g., ForkBB) have more flexibility and might make this easier.

That said, adding a full WYSIWYG editor slightly goes against the “lightweight” philosophy of PunBB — so it depends whether you prioritize usability or minimalism

Hi,

Thanks for maintaining the Czech and Slovak language packs.

Just a quick question — are these translations still maintained for current PunBB forks, or were they created specifically for PunBB 1.3 only?

It might be helpful to clarify compatibility (PunBB 1.3 vs newer forks like FluxBB / modern variants), since many people discovering this thread today may be using more recent versions.

Also, if the original download links ever become unavailable, it could be useful to mirror them on GitHub for long-term preservation.

Thanks again for the work on localization