Search:

Type: Posts; User: Rudi

Search: Search took 0.03 seconds.

  1. Replies
    7
    Views
    13,296

    in this case you should put the following after...

    in this case you should put the following after {elseif $item.Condition == 'isUrl'} section:



    {elseif $item.Key == 'gender'}
    {if $item.source.0 == '1'}
    <img>...</img>
    ...
  2. Replies
    7
    Views
    13,296

    Ok, I understand now your idea, if you need to...

    Ok, I understand now your idea,

    if you need to change checkbox values in field_out_value.tpl change the following:



    {if $item.Type == 'checkbox' && is_array($item.Values)}
    <ul...
  3. Replies
    7
    Views
    13,296

    To show icons instead of field labels you should...

    To show icons instead of field labels you should go to field_out.tpl and change the code:


    {if $item.Type == 'image' && $small}{else}
    <div class="name" title="{$item.name}">{if...
Results 1 to 3 of 3