Code

Discussion on Frontend Publishing Pro - WordPress Post Submission Plugin

Discussion on Frontend Publishing Pro - WordPress Post Submission Plugin

By
Cart 2,622 sales

khaxan supports this item

Supported

This author's response time can be up to 2 business days.

1163 comments found.

hello…. i try plugin Frontend Publishing,then after submit articles on website.. in post have twice images in post.. in body text i did’t not upload any image on body content,, just upload on featured image.. after publish it became display 2 image… why ?? please help me..

Please send your purchase code

i just using frontend publishing free plugin..if this plugin can use for submission, i will buy pro front end..

I see. This is not the correct place to ask for help if you have the free version. Please post your query in the WordPress.org forum instead. Thanks

Hello, 1. There is option that logged in users can see dashboard and the all posts they have submitted? and edit them? 2. There is subscription options? (free and paid option to post) 3. There is option of translation and RTL design?

Thank you, Also RTL direction support?

Hi. Unfortunately I don’t have a lot of experience with RTL. Does something need to be done in the code to support it? Or can it just be done with CSS?

Hmmm… I don’t know :( How it could be you don’t know it?

Hi, pre-sale qs:

1. what style sheet can be used with it? 2. Does it support math tool? 3. How do we know it is compatible with our theme? thanks

Hi. Thanks for looking at the plugin:

1. Not sure what you mean by this.

2. Which math tool?

3. If you are talking about styling issues, there is no way to be a 100% sure until you use it with your theme. However if you are talking about other conflicts, the chances of that are low.

Hi thank you for your reply. We want to use your plugin with Membership pro do you know if that will cause any conflict ? thanks

It shouldn’t be an issue :)

Hello, Mr. Khaxan. Please, I will really need your help; I have been trying to create some custom fields but it just not working for me, I just sent you an email regarding this issue.

Please kindly look into it

Thanks so much

Replied to your email.

Do the plugin have option to register/login for front end?

No this plugin doesn’t provide register/login. There are many membership plugins for things like that.

hey khaxan…i work with geo my wp…a geolocation plugin… in fepp i set a couple of meta fields… one of the fields is useres adrress… (user_address)

at the geo my wp site i found a snippet for ‘wp user-frontend’:

function gmw_update_location_via_wpuf( $post_id ) { //make sure we have post ID if ( !$post_id ) return; //change meta_field_name to the custom field of the address field $address = get_post_meta( $post_id, 'user_address', true ); //include geocoder file include_once( GMW_PT_PATH .'/includes/gmw-pt-update-location.php' ); if ( function_exists( 'gmw_pt_update_location' ) ) { //setup geocoder args $args = array( 'post_id' => $post_id, 'post_type' => get_post_type( $post_id ), // change post_type to your own 'post_title' => get_the_title( $post_id ), 'address' => $address ); //run geocoder function gmw_pt_update_location( $args ); } } //update data of new post add_action('wpuf_add_post_after_insert', 'gmw_update_location_via_wpuf', 10, 1 ); //update data when post updated add_action('wpuf_add_post_after_updated', 'gmw_update_location_via_wpuf', 10, 1 );

Can you please help to adapt this code to fepp… That would be so great!!! Thanks!!!

hi… the user enters a adress in the field “user_address” which is on a fepp form… this function here looks for the adress field and geolocate it so that the plugin “geo my wp” can work with it… i think it would work if there is similar functions in feep for “wpuf_add_post_after_insert” and “wpuf_add_post_after_updated”

Thanks

Ahh, I understand now. I’ll send you a snippet as soon as I get a chance.

great thanks! i wait!

Does the plugin support WCK https://de.wordpress.org/plugins/wck-custom-fields-and-custom-post-types-creator/) field groups and repeater field groups?

Hi. It should support normal fields but not repeater field groups.

Do you have any plans to add conditional logic to this plugin?

Unfortunately we are not planning to add it right away. It’s more of a long-term plan.

Front end editing of submitted posts is just loading a blank screen?

Let’s say you add the post table shortcode on page A. As a result a list of posts will appear on page A along with edit links. When the user clicks an edit link, page A will reload with a form for editing. It will not go to a different page but rather handle editing by itself.

The edit links override in the plugin settings is different. It has nothing to do with the shortcode. Many themes add a small edit link under each post. This link usually takes the user to the admin area but if you override the edit links from the plugin settings, the user will be taken to a frontend form. Therefore the page for edit link override should be different from the shortcode page.

okay well with a page selected here: /wp-admin/admin.php?page=wpfepp_settings&tab=edit-links

clicking the pencil in the post list loads the selected page, with no content

with no page selected it tries to go to: /frontend-publishing/edit/82/

this shows a wordpress 404 page not found error

now i have added the post grid shortcode to the ‘edit’ page selected in the settings and when clicking the pencil on the other page it loads this edit page but i have to click the pencil again, it then reloads the edit page with the form including data.

i’ll change my initial page to just have a link to the edit page instead of the grid, not a true fix but it means i can use the system for our project starting soon

hopefully this can be investigated as part of your upgrade process.

for whats its worth, the shortcode on the initial page is injected with php and not part of the wordpress content of the page (custom coding is done in the page template) – that may be affecting whatever code is relevant but i havent looked that deep

“with no page selected it tries to go to: /frontend-publishing/edit/82/”

This is the correct behavior. It should not give a 404. Please paste the full URL here. Also, change your site’s permalink structure to the default and then switch it back to flush rewrite rules. This may fix the 404 error.

Please forget about the settings here: /wp-admin/admin.php?page=wpfepp_settings&tab=edit-links

They are intended for something completely different (as explained in my last message) and I don’t think you need them.

Hi, When I am trying to upload images from the Media button in the Rich text Editor, it’s giving me an error “An error occurred in the upload. Please try again later.”. But when I try to upload the same image for the same user role and user from the normal WP create new post editor page, it works fine. Can you please help me fix this issue? Thanks.

no :(

Just spare 5 minutes for me and see the problem live….

To test the issues:

1. Go to: https://lifebeyondnumbers.com/user-sign-in/

and sign in with these

id: test.lbn@gmail.com pswrd: test2363

2. To check image upload issue, once logged in, go to this link: https://lifebeyondnumbers.com/submit-new-post/ and try uploading an image from the Media button.

3. After that logout and again login once from https://lifebeyondnumbers.com/wp-login.php/ with same id/password and try to upload an image. It will work.

4. Also, after it shows the error, if you try to visit any of the Yellow links(links which are only for loggedin users) on the menu, it shows you are logged out.

Hi. I have looked at your website and it seems that the requests made by the form are getting incorrect responses when the user is logged in through the https://lifebeyondnumbers.com/user-sign-in/ page.

If the form works properly when the user is logged in from wp-login.php then the issue is not in the form. I think you will have to talk to the developers of your login form, or try a different login plugin.

Is this integrated with Buddypress yet? I’d like posts submitted to appear in the newsfeed and custom post types displayed in the profile under different tabs. Like others, willing to pay a premium for this. ESPECIALLY if it was integrated with RT Media uploads for Buddypress…

Hello Please can you kindly explain how to use the include and exclude section in category?, I have a site with over 100 main and sub categories, (A travel site) I only want to include two categories on each of my form, so I wander to exclude all other categories do I have to type each of the over 100 ID numbers, or do I just have to list the 2 AD numbers in the included space?

Please your immediate response will be appreciated

Thanks very much

You just have to add the two IDs in the include field.

EMAIL AUTHOR X-DAYS AFTER ???

Hello, My blog accepts user posts and its approved by admin. I already have a plugin that will inform admin when post is pending approval and author when post has been approved.

But I need a plugin that can follow up author by sending another automatic email x-days after post approval. Possible to also set time of email being sent (Assuming post is approved midnight, i wouldn’t like the 24 hours to also be midnight, I will prefer day time house x-days later).

Is this possible with your plugin?

Thanks

Hi. Thanks for looking at the plugin. Unfortunately we don’t have the feature you are looking for and we don’t plan to add it because it seems to be outside the scope of this plugin.

You wrote 3 years ago that you are planning an interface for approving/rejecting comments. Is this now possible? (https://codecanyon.net/comments/7597312)

Hi, i have site with WooCommerce for digital goods. My question, are this plugin can submit zip file from frontend? Thank you…

I mean like upload Thumbnail on Demo Page, i want upload zip file using “Media File”... Can?

Yes you can

Hi, are you now meta_key for WooCommerce downloadable product? Can you tell me… Can you give me demo for WooCommerce upload full form?

I am very interested in this plugin.

I want to create posts for clients and enable them to be only edited by them.

They should not have access to the media library….only an option to update the featured image, excerpt and text from the front end.

I do not want clients to be able to create posts themselves….only edit posts I assign to them.

Is this possible with this plugin or do I need another membership plugin that assigns posts to certain users etc.

thanks

Hello…I have now bought the plugin

I want to create posts for clients and enable them to be only edited by them. They should have an option to update the featured image, excerpt and text from the front end. I do not want clients to be able to create posts themselves….only edit posts I assign to them.

You answered previously but now I have it do I understand that I must create a form for every post that needs editing??

I need to disable the Pending and Draft Tabs on the Post list as well as the preview and delete options.

Maybe this plugin does not suit my needs??

“You answered previously but now I have it do I understand that I must create a form for every post that needs editing??”

You must have misunderstood me because there is absolutely NO NEED to create a form for every post.

I have created a form on a page….I have assigned posts to a user and listed them underneath.

I have turned off all but the edit but although the posts are listed for that user…..when they click the edit button to edit that post it goes nowhere?

I don’t get it.

Hello,

very impressive plugin! I have a question regarding to user specific categories: Is it possible to assign categories to single users (in user panel?) and not only whole roles without creating a unique form for each user? Example: User 1 (Role: Author) automaticaly create posts in category A, User 2 (Role: Author) in category A also, User 3 (Role: Author) in category B and so on. Thanks!

Hi. Thanks for looking at the plugin. Unfortunately the feature you are looking for is not available at the moment.

Hi. Thanks for looking at the plugin. Unfortunately the feature you are looking for is not available at the moment.

Hello

I only want to let clients edit posts I create and assign to them.

For instance I will create a few Sports Club pages and want them to edit those.

I will create a few Business pages and let the Business owner edit those.

I want the Sports Club & Business to log in and be taken to their page to edit.

Can this plugin do this?

I was using Ninja Forms Front End Editing before this.

Please take a look at my comment below.

Hi there, I did a search but haven’t seen an update on a certain feature in over a year. Wondering if you ever added the duplicate entry feature for users submitting content? Thanks!

Hi. You can use the CopyScape feature to look for similar content on the internet but you can’t look for similar content within your website.

Hi Khaxan,

I’m working with the gallery custom fields. Everything works fine, only one thing. When I want to select multiple images with the gallery, I have to press CTRL+ the images to select them all. If not, I only select can evey time again. On the PC this is not a problem, but on a mobile phone, you can hold CTRL + select more images. That results you can choose only one image on a mobile phone. Do you have a solution for this?

The media library on the frontend is supposed to work exactly like the one in the admin area. Is the behavior different in the admin area?

Well, it’s indeed the same media library like in the admin area. Only you can’t upload multiple images on your mobile phone, even if you’re using gallery. Because on PC you can press CTRL + the images you want to select. Is there any possibility for this to update in the future?

I’ll try to look into this when working on the next version.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey