Categories > TinyButStrong general >

Problem with htmlconv and var-fields in merged blocks

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: M.Walter
Date: 2007-10-04
Time: 10:59

Problem with htmlconv and var-fields in merged blocks

Hi,

here is my block-syntax:
    [payment;block=begin]
    <tr>
        <td>[payment.o_preis]</td>
        <td>[payment.o_durationshown]</td>
        <td>[payment.o_name;htmlconv=no]</td>
    </tr>
    [payment;block=end]

The data which is merged in the "o_name" field includes usual var-fields like "[var.language.global.monat]" - but those fields are shown and are not replaced with the var. I tried to used the htmlconv-paramter to avoid changing my var-field into html-code, but this didn't help.

Can anybody help me? Is it possible to include var-fields in a var-field?

Best Regards from Germany
By: Pirjo Posio
Date: 2007-10-04
Time: 12:41

Re: Problem with htmlconv and var-fields in merged blocks

Hi M.Walter,

I had the same problem, how to merge embedded variables within variables.
My solution is on the Your tips&tricks forum:
http://www.tinybutstrong.com/forum.php?msg_id=8229
By: Anonymous
Date: 2007-10-04
Time: 12:53

Re: Problem with htmlconv and var-fields in merged blocks

hi,

thanks, need to think about this a while!


but is there any easier way to do this?
By: Skrol29
Date: 2007-10-04
Time: 21:14

Re: Problem with htmlconv and var-fields in merged blocks