Forum OpenACS Q&A: Re: Blog questions

Collapse
10: Re: Blog questions (response to 1)
Posted by Luis Garcia on
Hi Orzenil,

I was trying to apply your patch. Changed the line you mention in the file entry-chunk.tcl ONLY from:

if { ![exists_and_not_null max_content_length] } { ...

and substitute for:

if { ![template::util::is_true $max_content_length] } { ...

I did not see that in the other file so I did not do anything to it. I still I do not get it to work right. I guess I have to change something else in the other file as well. Let me know if I'm doing soemthing wrong.

Thanks!