On Sun, Oct 25, 2009 at 11:31 AM, Martin <[email protected]> wrote:
>
> Upgraded from 3.2.3 to 3.2.9 and had to move back gradually to 3.2.6.
>
> What happens in 3.2.7 and following?
>
> [[ {+p} | {{+p}:title} ]] does not work.

Is this in a template or what?

It should be normally:  [[{p}|{{p}:title}]]  which works, or exactly
equivalent:  [[{p}|+]]

If it is a template, you should just be able to do:  [[{+p}|+]] which
works. In fact, your code works if you have template=. but not fmt=.

I'm not sure it is supposed to work with your code and fmt. The only
fmt replaces is {p}, {p0}, {p1}, {p2} etc. Not data or info or get
vars... So you either need to use template, or change it to +.

I'm surprized it worked before, actually...

Cheers,
Dan

P.S. Let me know if I missed something.

> In another skin I used to have:
> <div id="sidebar">
> <div class="blabla ...
>
> From 3.2.7 on it renders to:
> <div id="sidebar">
> <p>
> <div class="blabla ...
>
> Maybe this was addressed before, I could not keep up with all the
> posts of the last weeks.
>
> Greetings, Martin
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to