thanks
]]>I am using TDO Mini forms in WordPress Multisite and it works fine. However, when I mapped a blog on the network to a custom domain name, I can’t get the attach image feature to work with the form. On the front end, the browse button works. However when the form is sent, no image is actually attached to the post.
Is this a quirk for TDOMF and WordPress Multisite or is there a hack to work around this issue?
Has anyone had the same problem?
]]>Any help? Thanks!
]]>Installation goes without errors, then I create two forms one to insert new post, one to modify them. Both Available to every register user (subscriber too), but not unregistered.
The first form works exactly as it should, pubblishing the post that appear on moderation page and returning no error in logs.
While going to modify the post I get log error:
[admin][15-12-10(11:32:15)] Post with id 89445 is wrong type of post (page) for 2!
Both forms are configured to work only on posts. Checked many times. Anyway the update seems working to user, but on the moderation tabs the entry now appears three time. The first one with the recent edit shown on the right and two more wrong, one with the first version of the entry, the second one with the final version.
Plugin is not modified and it’s added by backend from add new plugin.
Any idea? Any other useful information? Is this a known issue of TDO on WP 3.0 MultiSite ??
]]>I have enabled the TDO mini forms plugin. Everything is working fine, except for one thing. I can’t edit the link that appears at the bottom of each post that allows people to edit the posts. It currently reads ‘Edit’ but I want to change it to something else (e.g. ‘Please help and edit this article’)
I have looked everywhere and I just cannot find the code to change. I would really appreciate it if someone could post up the code that I need to change.
Thanks
jocosgra
]]>Basically I have a custom field in my list of inputs that I would also like to use as a tag.
The field name is currently “TDOMF Form #5 Custom Field #_7”
Using Append to post, I would like to duplicate the result of that entry as a tag.
I have assumed that I would use something like this, but need some final help to correct it.
Append:
<?php
$post_code = get_post_meta($post_id, 'TDOMF Form #5 Custom Field #_7', true);
$post_tag .= $post_code;
$postdata = array("tag"=> $post_id, "post_tag" => $post_tag);
sanitize_post($postdata,"db");
wp_update_post($postdata);
?>
If anyone can help, this would be useful to me. Thanks.
]]>I have a blog with many registered users and TDOMF&CubePoints on board. When users submit posts (with TDOMF) or comments they gain some points with CubePoints. But also i have second form in TDOMF that gives my users ability to change or supplement existing posts. And i want CubePoints to give some points to users every time they make a revision to existing post. How can i make it?
Thanks for reading and answering
Hi, I’m having problems with the TDO Mini Forms plugin in that when I try upload an image after browsing for an image and selecting it, it doesn’t actually show the image or upload the image. Sometimes it works on Firefox, but it won’t work on IE 7 or Chrome.
My goals for an alternative:
Unregistered Users can go to a page on my site and type in their story title and story content and upload an image. Then, I’d like them to be able to see a preview of what they entered, including the image. Then, when they submit it, it should create a post that will need to be approved to go live.
Anyone have any ideas?
Thanks!
]]>