Frontend::Output::FilterText not working

Moderator: crythias

Locked
shostakovich
Znuny advanced
Posts: 146
Joined: 11 Apr 2011, 08:11
Znuny Version: 3.2.5

Frontend::Output::FilterText not working

Post by shostakovich »

Hi,

Frontend::Output::FilterText###OutputFilterTextAutoLink

is very interesting, but it does not seem to work. In Framework -> Core::Web RichText is turned on. I've enabled the Bugtraq filter there. I've added a simple match regexp

Code: Select all

BID(\d{2,8})
...so I think BID222 should definitely match, but a note with this text is still being displayed as normal text.

What else to do?

TIA
Michael
mshi
Znuny newbie
Posts: 66
Joined: 08 Mar 2011, 11:10
Znuny Version: 3.0

Re: Frontend::Output::FilterText not working

Post by mshi »

bump
OTRS: 3.0.7
ITSM: 3.0.2
Running on: Ubuntu 10.04 LTS with MySQL, integrated with MS 2003 Active Directory Server
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Frontend::Output::FilterText not working

Post by jojo »

AT the moment the filter is only working if richttext is switched off
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
mshi
Znuny newbie
Posts: 66
Joined: 08 Mar 2011, 11:10
Znuny Version: 3.0

Re: Frontend::Output::FilterText not working

Post by mshi »

Thanks,

It works now after richtext was disabled.

Mshi
OTRS: 3.0.7
ITSM: 3.0.2
Running on: Ubuntu 10.04 LTS with MySQL, integrated with MS 2003 Active Directory Server
shostakovich
Znuny advanced
Posts: 146
Joined: 11 Apr 2011, 08:11
Znuny Version: 3.2.5

Re: Frontend::Output::FilterText not working

Post by shostakovich »

mshi wrote:Thanks, It works now after richtext was disabled.Mshi
No solution for me, as RT is needed here.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Frontend::Output::FilterText not working

Post by jojo »

This is known Bug at the moment (no solution in sight at the moment)
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Locked