| Re: Tinycontent question - printer friendly bug |
| by vanchan on 2005/1/27 14:20:23 it took me some searching, but I am glad I found this post. i was having the same problem. the bug still exists, even 18 months after this thread started. it seems such a tiny thing to fix, so I hope that any new release of tiny content will simply include the myts string in print.php |
| Re: Tinycontent question - printer friendly bug |
| by johny on 2004/5/11 20:21:29 And again, thank you very much. Works like a charm... |
| Re: Tinycontent question - printer friendly bug |
| by GIJOE on 2004/5/11 4:30:57 hi johny. Quote:
Certainly, it seems a bug. Perhaps, multi-language hack will be prevented by this bug. At first insert this into line 55 le="color: #000000"><?php $myts =& MyTextSanitizer::getInstance(); Then edit line 60. le="color: #000000"><?php <h3>'.$myts->makeTboxData4Show($title).'</h3></td></tr>'; And the same bug exists in index.php. Insert this line in appropriate place. [code] $title=$myts->makeTboxData4Show($title); Don't forget making an instance of MyTextSanitizer before using $myts. I didnot find the bugs by myself. I'll repair it about my TinyD. |
| Re: Tinycontent question - printer friendly bug |
| by johny on 2004/5/10 21:06:19 GIJOE, you have no idea how grateful I am to your solution. I really appreciate your reply, even though this was an 'old' post. Would you also be able to help me with line 60, which could also need text sanitizer treatment: Quote: <h3>'.$title.'</h3></td></tr>'; Also thank you for suggesting TinyD; but I think I'm going to stick to TinyContent for now Thanks again! |
| Re: Tinycontent question - printer friendly bug |
| by manel on 2004/5/9 10:36:40 GIJOE Thanks for the solution. TinyD works very well with the Horacio/Marcan multilang version. Congratulations for your work with tinycontent.
|