[pmwiki-users] $PageUrl not being parsed
Ryan D'Baisse
ryan.dbaisse at gmail.com
Fri Jan 27 21:01:07 CST 2006
I'm trying to use the SimpleForum addon with the latest release. One
of the sections has the reader add some markup to a GroupFooter page
which SHOULD specify the target for the form correctly.
Unfortunately, it PM tackles all of the variables except $PageUrl.
The result is that the form to add comments to a thread does not work.
The markup to be added is...
[[<<]]
>>center<<(:input form name=cboxform action={$ScriptUrl}
method=post:)(:input hidden n {$FullName}:)(:input hidden action
comment:)(:input hidden order chrono:)'''Your message:'''[[<<]]
(:input textarea text rows=7 cols=50 class=inputtext:)[[<<]]
Author: (:input text author {$Author} class='inputbox':) (:input
submit post Post class='inputbutton':) (:input reset reset Reset
class='inputbutton':)(:input end:)
>><<
[[Forum01.HomePage|Back to Topic Index]]
And, as you can see, here is the resulting HTML with the variable
unchanged...
<div style='text-align: center;' ><form name='cboxform'
action='{$ScriptUrl}' method='post'><input type='hidden' name='n'
value='Forum01.GroupFooter' /><input type='hidden' name='action'
value='comment' /><input type='hidden' name='order' value='chrono' /
><strong>Your message:</strong><br clear='all' />
<textarea name='text' class='inputtext' rows='7' cols='50'></
textarea><br clear='all' />
Author: <input type='text' name='author' value='Ryan'
class='inputbox' /> <input type='submit' name='post' value='Post'
class='inputbutton' /> <input type='reset' name='reset' value='Reset'
class='inputbutton' /></form>
</div>
Any ideas?
Thanx,
Ryan
P.S. You can see all of the details on the author's site, where we
were working through it earlier: http://softflow.co.uk/Forum/
AssistanceNeededSettingUpForum
More information about the pmwiki-users
mailing list