I understand that this functionality isn’t part of the core, but is there a plugin that already exists? Or has anyone come up with a creative way to get this done in their forum?
To clarify, I want to add a glossary to my forum – I don’t want to turn a forum into a glossary.
It could get the job done-ish, but not exactly what I’m thinking. With a glossary page, each word would then be a link to it’s definition, or could have the definition right below the word (maybe accordian to see definition). In the former case, linkifying throughout the site could route a user to the word’s definition page, and in the latter case, to the open accordian.
The above could be done with wikis and a planned framework, but ease of community use would increase if there was a more straightforward way to add a word, rather than a topic. Also, the alphabetical sorter on the top of the page is a nice feature.
I haven’t worked with DiscoTOC. That might be the way to make this work. Knowledge Explorer plugin is fantastic, but I have to think about how to make it work with the glossary and rest of the site.
There is a linkify theme component. It could do what you want if it’s just a few words. If you are going to have dozens of hundreds you’ll want a plugin
Just played around with that a little bit and added some CSS to my theme to make glossary links appear in the standard text color with a dotted underline.
Create a category for Glossary entries (in my case #glossary)
Start to create Glossary Topics, in my case I’ve created one Topic per concept in the Glossary, but another way to do this would be use fewer Topics, and use Markdown headings so you can use anchor-style links to them. Anything that has a unique link will work.
Use the built-in Watched Words feature to Link the glossary word (and any synonyms) to the relevant Topic. (sadly this has to be done manually, unless I come up with an automation for it)
This is a new feature for that forum so feedback will, I’m sure, be forthcoming as to whether it is useful and we get enough glossary coverage, and whether it interferes with the user’s ability to add their own links to these words.
Would love to hear from others who have implemented a Glossary and hear how they did it.