Is there somewhere a document explaining how to install and configure GeShi (Generic Syntax Highlighter) for e107 v2 ?
From the v1, I had Geshi installed (simply the folder downloaded from the site copied into the e107_plugin) and I remember that, with the help of someone in the e107 forum, we installed it to make it work, and highlight the syntax when using the bbcode [code]
When migrate to the v2, the folder stay there, and to my (good) surprise, I found a setting in "Parameters -> Text rendering" : Use Geshi for syntax highlighting?
However, it's not working as expected ... there is a lot of "noise" (sorry, I can't find a better word) in the result and the code is unreadable.
When I unactivate Geshi (or delete its folder) the code is readable again but not highlighted (in color) anymore
My version of Geshi was a little bit old so I downloaded the last one from the official github https://github.com/GeSHi but with this one, the page is not rendered at all (completely white)
I searched in the doc section of e107.org, without success .
Can someone provide me a link to the correct page or explain me how to make it work correctly ?
ericc