Closed (fixed)
Project:
Texy!
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Oct 2007 at 16:09 UTC
Updated:
22 Mar 2008 at 22:32 UTC
The following code works fine on Texy! Try page, but fails using the Drupal module. I've enabled all classes in the settings using value.
[* /image/view/168/normal .[thumbnail] *]
Some text .[myclass]
Comments
Comment #1
havran commentedHave you disabled other filters in Texy filter? I have no problem in my site with this... i get:
Comment #2
csiknor commentedWell, I don't know what to say. Right now it's working but when I've issued the bug I definitely faced with the problem. Actually I've commented out the code where the allowed classes and styles are passed to Texy! because Texy!'s default value for this paramter is to enable all classes and styles. After that my page was rendered well. But now after removed the comment it's still working. No idea.
My fault, sorry.
Thanks,
Norbert
Comment #3
blueminds commentedHi,
I have the same problem
.{color:red} works just fine
.{class:even} does not get into html output
I checked $texy->allowedClasses and it contains all allowed classes. Even when I set it to TRUE it had no effect. I also tried to replace texy.compact.5.php with file downloaded from texy site. Nothing helped...
Moreover I think that this is a matter of texy lib as when I print out the result of $html = $texy->process($text); I get output without classes.
Thanks in advance for any input.
Comment #4
blueminds commented... I forgot to chage the version ....
Comment #5
havran commentedDo you want this output?
In Texy syntax:
Here is real example http://texy.info/en/try/ema5d.
Comment #6
blueminds commentedThank you very much! ...my fault as I have not fully read documentation on texy