Ok, it seems that that makes it work reasonably well... Close to one detail I get 3 extra instances of the new document after filling in the info, probably due to the fact that the edit page look like:
[!FDM? &model=`85` &canmoderate=`Blog Admins` &parent=`[[getUsersFolder]]` &disabledelete=`1` &disableunpublish=`1` &disablepublish=`1` &eform_tpl=`fdmEformBlog`!]</p>
[!Ditto? &parents=`4` &total=`5` &debug=`0` &tpl=`blogpost.v2` !]
and the blogpost.v2 looks like:
<div class="blogpost">
<h3><a href="[~[+id+]~]">[+longtitle+]</a> [[FDM? &id=`[+id+]` &canmoderate=`Blog Admins` &eform_tpl=`fdmEformBlog` ]]
</h3>
[+blogContent+]
<p><a href="index.php?id=7">Read more...</a></p>
<div style="text-align:right;">by <strong>[+author+]</strong> [+date+]</div>
</div>
One other thing, after saving a new page, I get redirected to mydomain/.html.
Thanks for the help, this snippet will probably be one of the most used features on the site I’m building.
Edit: Oh I forgot, I just updated to 0.0.53 before writing this post, it seems to have removed some bugs.