Have the sub forums show on the main board like discourse has. As an option.
Main forum title
little description
sub forum 1, sub forum 2, etc
Is it possible to have some text formatting available for "Forum Terms of Use"?
Right now, whatever I write, it is translated as plain unformatted unibody text...
Markdown works for me. Before 1.13 I needed HTML there tho (this commit changed it). Now it's parsed like a post - so whatever you use for text formatting for users should work.
@oplik0 said in "Forum Terms of Use" and text formatting:
Markdown works for me. Before 1.13 I needed HTML there tho (this commit changed it). Now it's parsed like a post - so whatever you use for text formatting for users should work.
Thanks a lot, is there anything else that we need to do?
We are using 1.13.2... Currently, we have both markdown and extended-markdown plugins installed and activated. I have reloaded the forum several times, but still it looks like this:
no bold characters, no lists...
(It is in Turkish, but I think you will get the idea... )
Ahh looks like the tos is only parsed as post on the /tos page and not in the register step will fix that.
@baris said in "Forum Terms of Use" and text formatting:
Ahh looks like the tos is only parsed as post on the /tos page and not in the register step will fix that.
thanks