[pmwiki-users] Site analyzer for new recipe
Patrick R. Michaud
pmichaud at pobox.com
Fri Aug 29 08:41:41 CDT 2008
On Thu, Aug 28, 2008 at 10:00:06PM -0500, Daniel Roesler wrote:
> Hey all,
>
> I created a recipe a while back that generates a form that signs you
> up for a mailing list, but I'm having some trouble getting it to show
> up on the SiteAnalyzer page.
>
> In emaillistform.php, I added:
> $RecipeInfo['MailListForm']['0.2'] = '2008-09-28';
In order for it to work the $RecipeInfo line needs to read:
$RecipeInfo['MailListForm']['Version'] = '2008-08-28';
Note that the second index is actually the word "Version", and not
to be replaced by the version number.
Pm
More information about the pmwiki-users
mailing list