When getting the node/add form for hitting URL that doesn't exist yet there are two lines for You can create..., one with a link to the node/add/wiki and then another with the full form underneath. Screenshot attached.
Setting for "Node Creation" is checked and nothing is checked for the 404 settings. Changing any of them doesn't make a difference.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | wikitools404fix.patch | 2.57 KB | mehmeta |
| #2 | wikitools.module.patch | 312 bytes | whyameye |
| wikitools-dupe-add-node.png | 26.66 KB | add1sun |
Comments
Comment #1
whyameye commentedI have this problem too. Any solution?
Comment #2
whyameye commentedIf you want a temp solution, you can do what I did which was to comment out the area of the code which creates the node creation form link. I know this is a very sloppy solution, but it works until a new version of this module is released and this issue is formally addressed.
Patch file is included. copy to the wikitools module directory then:
patch wikitools.module < wikitools.module.patch
Comment #3
mehmeta commentedHere's a patch that completely fixes the problem. The Wiki 404 type setting under admin settings now works properly. As a side note, Link to search option only works if you have the search module installed, if not, you don't get anything. It made the most sense to default it to creation form only, so that's another change I did. Enjoy.
Comment #4
cwgordon7 commentedThanks, committed a modified form of the patch.