[pmwiki-users] wikiform for blogging?? (was: possible fix for wikiform issue)

John Rankin john.rankin at affinity.co.nz
Fri Oct 26 16:06:22 CDT 2007


On Saturday, 27 October 2007 6:58 AM, Asociacion de Robotica <emarte at aiolosrd.com> wrote:
>
> 
>John I have been playing Around with this as the solution you
>propose is similar to the project/Issue  Approach, so I did the Following:
> 
> 
<snip>
> 
>(:wikilist group={$Group}Comments entry={$Group}.{$Name}:)  
>// this is not, it will list all comments, I think I am doing
>something wrong but I have tried several ways.

See below.
> 
>[[{$Group}Comments.NewComment?entry={$FullName} |Post a comment]] 
>// This is Working !!

We need to change it slightly, see below.
> 
> 
># BlogEdwinComments.GroupHeader   // Ok
>(:wikiform:)
> 
>#BlogEdwinComments.FormTemplate  // Ok
>:Titulo:title (title=30) +
>:Contenido:text (text=3*40) +
>:Autor:numero (1*30) +

BlogEdwinComments.FormTemplate needs to include a link back to
the entry in BlogEdwin to which the comment refers.
Something like:

:Blog entry:entry (group BlogEdwin)

And change this

[[{$Group}Comments.NewComment?entry={$Name} |Post a comment]] 

I *hope* that this will automatically set :Blog entry: to the name
of the blog post being commented on. Also, the wikilist needs to
read {$Group}/{$Name} I think.

Each comment must include the name of the entry in BlogEdwin
to which it refers. Ideally, we want to set this automatically by
arriving at the add new comment form from the blog entry on
which we are commenting, so we can pass the value of {$Name}.
I hope that makes sense.
> 
>As I mentioned I only have problem for listing with the
>wikilist withing blogs entries using entry={$FullName}, am I missing something?
> 
>I aprecciate any Pointers,
>Edwin


-- 
JR
--
John Rankin






More information about the pmwiki-users mailing list