[pmwiki-users] PublishPDF conflicts with FoxForum and EditMore recipies

john.rankin at affinity.co.nz john.rankin at affinity.co.nz
Sat Jun 28 18:29:32 CDT 2008


> Pm Community,
>
> I've installed and configured PublishPDF on the latest beta PmWiki and
> noticed it conflicts with FoxForum and/or Edit More.
>
> I use EditMore to add Page Title and Description to the edit form.
> After installing PublishPDF (which works well) I noticed my edit forms
> go back to standard (see illustration 1 attached).

Try adding this line to local/config.php:
$Transition['pageeditfmt']  = 0;

I *think* this may be an obscure bug in pmwiki, caused, believe it or
not, by this line in the PublishPDF library, search.php:
$Transition['fplbygroup'] = 1;    // for pmwiki2.1 compatibiity

>
> Also when looking at the off-the-shelf FoxForum I have configured I
> odd formatting issues on the main Forum.Forum page and on the Topic
> pages (see illustration 2 and 3 attached).
>
> Does any know why PublishPDF effects this?

I think this arises from the same root cause. Try adding this to
local/config.php:

$Transition['nodivnest']  = 0;

This should fix the (:div2:) problem. I'm not clear what is supposed
to happen with the second attachment. Could you provide more
information about what is going wrong? Thanks.

JR






More information about the pmwiki-users mailing list