Hi!
I read the How to write a good bug report post.
I found unusual to report the problems without mentioning the forum engine version which is running on a website.
On this site I found possible way to do it: to open DevTools of a browser, Console tab and to get data from the
globalThis.Discourse.application.APP.version
//'2.8.0.beta8 510219a0daef50056420762f446aac4c88c90ba1'
But the same time opened other websites:
https://forum.manjaro.org/
https://forum.garudalinux.org/
https://discourse.ardour.org/
https://discourse.omnigroup.com/
with Discourse forum engine but I was unable to find the forum version there:
globalThis.Discourse.application
// undefined
The questions are:
- why forum engine version is not required in bug reports? Like it is not matter which it is: to process all as the same one, which obviously not true.
- why the https://meta.discourse.org resource have the version and (all?) others do not?
- how to realize the app version on a Discourse forum website?
- does the front-end and the back-end parts of the Discourse forum engine are always the same (equals to each other, strictly “linked” together)?
Thanks!