Hrm.
i'm very sad to find out that the exact same code from my event form pasted to 
another page on my site seems to work fine. the event-form only appears on 
pages with the suffix -Recent, i.e. Group.Page-Recent.
on pages that don't have -Recent, i see the target={$$year}{$$month}{$$day} as 
usual. but it is now always missing on -Recent pages*. this wasn't the case 
before the upgrade. : (

* one note: -Recent pages do not actually exist

this is baffling, but i guess i must go through my code and see if i have a 
conditional causing pages with -Recent to behave differently.

if anyone has any guesses as to what kind of operations could be interfering 
with fox's or pmwiki's ability to grab {$$vars} – something that might have 
changed btwn 2.2.2 and 2.2.46 – i would be very happy to hear it.

thanks
adam



On 16 Jan 2013, at 2:58 PM, Hans Bracker wrote:

> Hello Adam,
> 
> Wednesday, January 16, 2013, 9:10:47 PM, you wrote:
> 
>> i think the target is not getting filled in.
> 
> my best guess is that your (:fox ..... :) markup is broken and
> contains, among other strings,  something like
>    put=target=
> instead of
>    put=bottom target={$$year}{$$month}{$$day}
> [or perhaps better
>     put=bottom target="{$$year}{$$month}{$$day}"
>    in case some empty space could be posted]
> 
> 'target' is clearly not given, and Fox posts to the current page
> instead.
> 
> Best,
> Hans                         
> mailto:[email protected]
> www.softflow.co.uk
> 

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to