Semantic Glossary conflicts with Semantic Forms
First of all, thank you for this extension!
I've tried this extension, but it seems it conflicts with Semantic Forms extension. My observation is the following: When the property name (eg.CSS property name) contains a term (eg. CSS) from a glossary, the "Edit with form" option will not work anymore. Is there any workaround for this problem?
Thank you,
Ndrew
Hi Andrew,
I was not aware of this problem until now, so alas I do not know a workaround. Maybe you could try to exclude the form from markup by including the magic word __NOGLOSSARY__ anywhere in that form's text.
Hi Stephan, I don't really remember but I thought I had the same problem and fixed this excluding formedit from text parsing
class LingoParser
protected function realParse( &$parser, &$text ) {
...
if ( $text == null ||
...
$action == 'formedit' ||
...