Hi, I just need your help to integrate the payment method after form submission. So i can integrate the payment method like paypal, transfer etc. So it would be helpfull. If you can let me know the some hooks for managing it.
]]>if you can please add ability of uploading media like mp3 and videos in guest post.
thanks
Is there a way to bypass the approval process and just allow anyone with access to the site to post?
]]>Have you added the ability for users to upload images yet? We are waiting for that. Thanks
]]>This is a great plugin but I need to be able to capture the email of those who are posting. Is this feature going to be available soon? Thanks.
]]>How i can use image uploads and securety question?
]]>I installed the plugin, but when the user send me (administrator) a post, I don’t have any custom fields (like guest name, site URL, …) in my dashboard for approval but have main fields (title, description, …).
Please guide me. I have this problem with other similar plugins too.
Thanks for your great work.
projectbook.ir
Hi,
Thanks for your plugin. Its looks like working pretty. What i have a problem is.
‘post_title’ => $title,
‘post_content’ => $description,
‘post_category’ => array($_POST[‘cat’]), // Usable for custom taxonomies too
‘tags_input’ => $tags,
‘post_status’ => ‘pending’,
‘post_type’ => ‘faq’, //’post’,page’ or use a custom post type if you want to
‘post_author’ => $authorid //Author ID
In the above code, When i am using with post_type =>”post” its adding new post to my “Article” page with correct categories name.
But i really wanna to post the form into “FAQ” of “arconix-faq” plugin. I tired with the above code its creating a new FAQ inside that plugin. But categories name is blank.
Can you please tell me what is ‘post_category’ => array($_POST[‘cat’]), type for FAQ
Thanks,
Rajesh
I get a “Security Check” after submitting a post. Link for the form->Form.
Code:
<?php
/*
Plugin Name: Really Simple Guest Post Plugin
Plugin URI: https://freebloggingtricks.com/really-simple-guest-post-plugin/
Description: Really Simple Guest Post Plugin allow your visitors to submit posts without registration from anywhere on your site.
Version: 1.0.6
Author: Ataul Ghani
Author URI: https://freebloggingtricks.com/
Requires at least: 3.0
Tested Up to: 3.6
Stable Tag: trunk
License: GPL v2
*/
function reallysimpleguestpost_shortcode( $atts ) {
extract ( shortcode_atts (array(
'cat' => '1',
'author' => '1',
'redirect' => get_bloginfo('home'),
), $atts ) );
return '<form class="fbt-simple-guest-post" action="'. plugin_dir_url("simple-guest-post.php") .'really-simple-guest-post/simple-guest-post-submit.php" method="post">
<p>The (*) marked fields are mandatory.</p>
<strong>' . __('Your Name:*', 'fbt-simple-guest-post') . '</strong><br>
<input type="text" name="author" size="60" required="required" placeholder="' . __('Put your name', 'fbt-simple-guest-post') . '"><br><br>
<strong>' . __('Email Address:*', 'fbt-simple-guest-post') . '</strong><br>
<input type="email" name="email" size="60" required="required" placeholder="' . __('Enter your email', 'fbt-simple-guest-post') . '"><br><br>
<strong>' . __('App link:', 'fbt-simple-guest-post') . '</strong><br>
<input type="text" name="site" size="60" placeholder="' . __('App Store url', 'fbt-simple-guest-post') . '"><br><br>
<strong>' . __('App Name</strong> (120 Characters maximum)<strong>:*', 'fbt-simple-guest-post') . '</strong><br>
<input type="text" name="title" size="60" maxlength="120" required="required" placeholder="' . __('Enter title here', 'fbt-simple-guest-post') . '"><br><br>
<strong>' . __('Description:*', 'fbt-simple-guest-post') . '</strong>
'. wp_nonce_field() .'
<textarea rows="15" cols="72" required="required" name="description" placeholder="' . __('Write in detail about your app features, this will be posted as you enter here', 'fbt-simple-guest-post') . '"></textarea><br><br>
<strong>' . __('Categories:* ', 'fbt-simple-guest-post') . '</strong>
'. wp_dropdown_categories('show_option_none=Select a category...&tab_index=4&taxonomy=category&hide_empty=0&echo=0') .'
<input type="hidden" required="required" value="0'. $cat .'" name="category">
<br><br>
<strong>' . __('Keyword Tags:', 'fbt-simple-guest-post') . '</strong><br>
<input type="text" name="tags" size="60" placeholder="' . __('App Category', 'fbt-simple-guest-post') . '">
<br><br><br>
<input type="hidden" value="'. $author .'" name="authorid">
<input type="hidden" value="'. $redirect .'" name="redirect">
<input type="hidden" value="'. str_replace('/wp-content/themes', '', get_theme_root()) .'/wp-blog-header.php" name="rootpath">
<input type="submit" value="' . __('? Submit Your App', 'really-simple-guest-post') . '"> <input type="reset" value="' . __('Reset', 'fbt-simple-guest-post') . '"><br>
</form>
';
}
add_shortcode( 'mag-simple-guest-post', 'reallysimpleguestpost_shortcode' );
?>
]]>
I m trying to access the email field after the post is published,to notify the user by the email he entered. But the notification is sent to the author of the post i.e admin. So how can i get the email of the guest?
]]>Warning: Cannot modify header information – headers already sent by (output started at /home/diasdefu/public_html/wp/wp-content/plugins/really-simple-guest-post/simple-guest-post.php:1) in /home/diasdefu/public_html/wp/wp-admin/post.php on line 222
Warning: Cannot modify header information – headers already sent by (output started at /home/diasdefu/public_html/wp/wp-content/plugins/really-simple-guest-post/simple-guest-post.php:1) in /home/diasdefu/public_html/wp/wp-includes/pluggable.php on line 899
]]>Hi there,
So far the plugin is working pretty good but i am having an issue with the category select drop down. When I choose a category, I am redirected to that actual category page in wordpress. Is there something I can change in the plugin code to correct this while the next update is being developed?
here is an example of one site I found with the same issue.
]]>Hello,
Can you tell me if there is a possibility to auto-fetch name and email id for logged in users? So users need not enter those names and it eases them to access posts and “make a post” pages.
]]>Hi,
Good plugin,Custom fields and tinyMCE editor ..
Is it possible to add the custom fields and “tinymce editor” in the next plugin version ?
tnx
Hello,
I got error on this page somewhat ‘security check’ after submitting form
“https://esystematix.com/wp-content/plugins/really-simple-guest-post/simple-guest-post-submit.php”
Anyone have handy the PHP to change my theme files to, effectively, “if there’s a custom field for author, show that, else show the WordPress user/author”, so that all my “posted by” lines automatically populate correspondingly?
Thanks!
]]>Good plugin. THank you. but Category List is not in alphabetical order in the dropdown menu. There is also no Thank you message.
I hope these simple elements can be added. Thanks a bunch.
]]>Hello.
Is there anyway user can add a picture to the post?
]]>I’ve created a dummy submission to see, and although i added a website url its not showing up.
any clues?
]]>