hi hans!
thanks again for the all the tips. the problem remains, and yet i've:
* turned the foxfilter off
* added quotes now around target="…"

as you stated, the resulting code is missing the target= info:

<input type='hidden' name='foxpage' 
value='AdamOverton.ALLMANAXEForCaseyAnderson-Recent' />
<input type='hidden' name='action' value='foxpost' />
<input type='hidden' name='foxname' value='cbox' />
<input type='hidden' name='put' value='bottom' />
<input type='hidden' name='template' value='FoxTemplates.FoxEventTemplate' />
<input type='hidden' name='target' value='' />

(although it's worth noting that adding target=".." made the <… name='put'...> 
show up for the first time in the html)

let me send you the full code for the page via private msg.
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