I've tried stackoverflow once or twice before... Not much success, but
maybe should plug in more. This is the first time in a long while I've been
so stumped.  :)

As for your bug report--I assume you mean the following is giving
inconsistent results:

data: one | two | three
{::data::2}
[(info field=data part=2)]

Easy fix (will be in next release). Add the -1 to line 187 in functions.php

$part = $args['part'] - 1;

Thanks for catching that. Note this also fixes how data parts get updated,
ie

[(info field=data part=2 value=new_two)]

Now works as it should as well. :)

Cheers,
Dan



On Sun, Mar 16, 2014 at 10:47 AM, mz <[email protected]> wrote:

> Did you try stackoverflow . com ? A lot of knowledge and some speedy and
> helpful guys there too.
>
> Another topic (using 4.06):
> [(info field=abc part=2 page=whatever )] => Index starts with 0
> However: {whatever::field::2} => index starts with 1
> Maybe we can harmonize this, preferably to index starts with 1?
>
> Greetings, Martin
>
> --
> You received this message because you are subscribed to the Google Groups
> "BoltWire" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/boltwire.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/boltwire.
For more options, visit https://groups.google.com/d/optout.

Reply via email to