Semantic Glossary conflicts with Semantic Forms

Jump to: navigation, search

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.

F.trott (talk)11:32, 5 September 2012

Dear F.trott,

Unfortunately all of my pages based on forms... :-(

Best regards,

Ndrew
78.92.15.8112:42, 5 September 2012
 

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' ||                        
...
MWJames (talk)13:26, 5 September 2012

Thank you very much, it's Perfect! :-) Best regards, ndrew

78.92.15.8114:56, 5 September 2012

I now fixed this by using an earlier hook. The problem was, that Lingo also annotated stuff between nowiki tags. This should not happen anymore now.

Cheers,

F.trott (talk)22:22, 27 October 2012