[ic] another loop question

Paul Jordan interchange-users@interchange.redhat.com
Thu Apr 25 17:18:00 2002


> This seems so simple, but here I am 2 hours later and still cant get it
> to work..
>
> [loop
>           random=1
>           search="
>                   fi=testimonials
>                   st=db
>                   ra=yes
>                   ml=1000
>           "]
>
> I thought the way to call out the value of the field was:
> [value FIELDNAME]
>
> But then I also found in the docs:
> [loop-field FIELDNAME]
>
> [/loop]
>
> I cant get either to work.  Where am I going wrong?
>
>   _

[loop-field foo] should work. Is testimonials a table with the "info" inside
of it? Also, did you define the table in dbconf/. and restart?

Paul