“AccessPress Anonymous Post Pro” Documentation by “AccessPress Themes” v1.0.0


“AccessPress Anonymous Post Pro”

Created: 10/9/2014
By: AccessPress Themes
Email: support@accesspressthemes.com

Thank you for purchasing our plugin. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much!


Table of Contents

  1. Installing Instructions
  2. General Settings
  3. Form Settings
  4. Captcha Settings
  5. Form Style Settings
  6. Using Shortcode

A) Installing Instructions - top

  1. Unzip accesspress-anonymous-post-pro.zip
  2. Upload all the files to the /wp-content/plugins/accesspress-anonymous-post-pro
  3. Activate the plugin through the 'Plugins' menu in WordPress.
  4. For customizing the plugin's settings, click on AccessPress Anonymous Post Pro option menu in Wordpress left admin menu.
  5. To display the anonymous post pro form in the frontend,please use [ap-form] shortcode wherever necessary.

Once the plugin is installed and activated you will find a menu named "AccessPress Anonymous Post Pro" in the left menu bar of the admin menu.Once you click on that menu , you will go to the plugin's main settings page.Basically there are 4 settings pagnel in the plugin settings page which is individually described detailly below.


B) General Settings - top

AccessPress Anonymous Post Pro General Settings

From general setting panel, you can configure all the basic settings for the plugin and the frontend form.

  1. Form Title

    This is the field for the title of the form.

  2. Post Publish Status

    You can choose any publish status (draft, pending or published) for the post submitted from the frontend.

  3. Submit Post As:

    You can choose your post type here.All the registered post types will be listed here and all the submitted post from the frontform will be submitted as the selected post type.

  4. Admin Notification

    Please check this to recieve the admin notification after every post submission from the frontform.You can add upto 3 extra email address for the admin notifications if there are multiple admins in the site.

  5. Admin Notification Message

    Please enter the message format that will be sent to the admin emails.For sending the post title use #post_title and for sending post admin link, use #post_admin_link. In email these both codes will be replaced by the real post title and admin links that the users will submit.

  6. User Notification

    Please check this option if you want to send the automatic email message to the post author/post submitter when the post is published in the site.

  7. User Notification Email

    Please enter the notification message format that will be sent to post author/post submitter when the post is published.Please use #post_title and #post_linkcodes to send the post title and post frontend link to the post author/post submitter in the email.

  8. Check Login

    This option provides you the ability to hide or show the form in the frontend by checking the login status of the users.If you wish that only logged in users to submit the post from the frontend then you can check this option.

  9. Login Type / Login Message / Login Link Text

    Please choose the option to whether to show login form or login message if you have marked the check login option.Login form will show the inline login form where users can login to submit the post and login message will show the custom login message with the link to backend login.

  10. Anonymous Image Upload

    Check this option if you want the guest authors to upload the images directly to the post content editor as post content.This option is also useful to those registered users who don't have permission for media uploads.

  11. Assign Author

    This option provides you the ability to assign specific author to the post submitted from frotnend.

  12. Redirect URL

    if you wish to redirect to some other page after the successful form submission then , you can fill this field with that desired url and then the form will automatically be redirected to that page after successful post submission.If you don't keep any redirect URL then the form will be redirected to same page where the form is located.

  13. Post Submission Message

    Place the message that needed to be displayed after successful post submission.


B) Form Settings - top

ap-pro-form-settings

From this section you can configure all the detailed settings regarding the form fields.Also you can drag and drop UI to order the form fields.

These are the settings that you can configure for each field:

  1. Show on form

    Settings to show or hide the field in the form

  2. Required

    Settings to make the field required or not

  3. Custom Required Message

    You can configure you custom required message for the field

  4. Label

    You can configure the label for the form field field

  5. Field Notes

    You can choose any one option to show the extra notes in the form.The options available are showing the notes as info icon and tooltip

  6. Field Notes Text

    These are the extra notes which will be shown as configured from Field Notes select dropdown.

  7. Editor Type(Only available for post content)

    You can choose the content editor type.Currently there are 4 editor types.

Another available feature is adding unlimited custom fields in the form from the right up section.You can add the custom field as textfield or textarea or datepicker or file uploader.If you choose file uploader then you can also select the extensions and configure the max upload size along with enabling and disabling multiple file upload.


C) Captcha Settings - top

AccessPress Anonymous Post Pro Captcha Settings

From this panel , you can configure the captcha for the form.The plugin already has two types of captcha.You can show any one or none in the form as per the requirements.

  1. Mathematical Captcha

    This type of captcha prevents the spam by simply asking the correct sum of two single digit numbers from form submitter.

  2. Google reCaptcha

    This type of captcha is the captcha provided by google itself for strong spam protection in any form.For using this captcha, we will be required to the google captcha private and public key.And to get the google captcha private and public key, site's domain must be registered.Else the captcha won't work.So to register the site's domain and get the google reCaptcha public and private key , please visit this link.https://www.google.com/recaptcha/admin


D) Form Style Settings - top

From this panel, you can configure all the options regarding the style of the form that will be displayed in the frontend.

In the plugin , there are two methods availble for styling the frontend form.They are :

  1. Form Templates

    You can choose any of the already built in form templates to get the already designed form.The preview for each template will be shown below the template chooser.Currently there are 4 templates available.

  2. Form Styler

    If you don't like the inbuilt form templates then also you can use the plugin's inbuilt form styler to style the each and every element of the form.Using form styler, you can configure the label font, font size,color,field color, field border color,form width, form background type(color/image),border thickness etc.


E) Using Shortcode - top

For viewing the form in the front end, you can place

[ap-form]
shortcode in any page's content editor where you want to display the post submission form.Or if you want to use it in your template file then you can use
<?php echo do_shortcode['ap-form']?>

If you have kept the redirection url in the general settings tabs then once the form is submitted, the page will be redirected to the url that you have kept in that field.So to display your custom message after successful post submission in the redirected page, then please use

[ap-form-message] inside the page editor
or
<?php echo do_shortcode['ap-form-message']?> inside the template file
of the redirected page where you want to display the custom post submission message.If you won't place any url in the redirect url field , then the form will be submitted to the same page. So in that case the message will be automatically displayed in the top of the form just after the form title so you don't need to use shortcode for this case.

Note:Please don't copy paste the above shortcode directly to page or post's visual editor.Instead please type or copy paste to html version editor.


Once again, thank you so much for purchasing this plugin. As we said at the beginning, we'd be glad to help you if you have any questions relating to this plugin. No guarantees, but we'll do our best to assist. If you have a more general question relating to the plugin on CodeCanyon, you might consider visiting the forums and asking your question in the "Item Discussion" section.

AccessPress Themes

Go To Table of Contents