• I setup so users can submit reviews but only as pending, so admin can check it before publishing it. The only problem with that is, that when the user has submitted a review it wants to redirect him/her to it afterwards, which is not possible as it’s pending. How can I fix this, so it goes to a page where I can write “Review is succesfully submitted. Blablabla”?

    https://www.ads-software.com/plugins/wp-user-frontend/

Viewing 15 replies - 1 through 15 (of 16 total)
  • Plugin Author weDevs

    (@wedevs)

    Hello,

    You may require customization to get this. After review if you want your user to redirect to a specific page or want to show a message then you have to add some code.

    Thread Starter Danstah

    (@danstah)

    Could you inform me of what kind of code, please? As it is now, the plugin is not complete in its form, as an option in setting is to leave reviews as pending, and after submitting it redirects the user to the actual page that does not exist yet.

    Plugin Author weDevs

    (@wedevs)

    Are you trying to submit review for WooCommerce product?. I thought you are talking about WooCommerce product. Please let me know.

    Thread Starter Danstah

    (@danstah)

    No, not review for WooCommerce product. Just plain and simple review for site.

    Plugin Author weDevs

    (@wedevs)

    In WPUF free version there is no review feature. So it is confusing for me. Please provide a screenshot.

    Thread Starter Danstah

    (@danstah)

    Sorry, when I say review, I actually mean post. I just treat those as a review. You can see a screenshot here: https://prntscr.com/7c7uje

    Plugin Author weDevs

    (@wedevs)

    To show that message after posting a review – Review is succesfully submitted. you have to work in Wpuf/wpuf-add-post.php file. In this file you will get this function- function submit_post(). Now you can add anything as you want. We can not help you more for customization.

    Thanks.

    Thread Starter Danstah

    (@danstah)

    Thank you. I have a question I was hoping you could help me with quickly. I made a custom post type named “Reviews” and thus wanting WPUF to use this one instead of the normal “Posts”. Is that possible and how?

    Plugin Author weDevs

    (@wedevs)

    I am not clear about your question. Please describe in more details.

    Thanks.

    Thread Starter Danstah

    (@danstah)

    Alright,

    So I am using your plugin for users to post content. What I would like to do is make a custom post type for example called “User Posts”, and customize the plugin to use that custom post type for everything instead of the original “Posts”. So the user creates content inside that post type and also the plugin displays posts from that post type.

    Plugin Author weDevs

    (@wedevs)

    Yes, you can create custom post type and you can post any custom post type through wp user fronted.

    Thread Starter Danstah

    (@danstah)

    How can I do that?

    Plugin Author weDevs

    (@wedevs)

    Custom post type will come from another plugin. So if any plugin has custom post type as like as WooCommerce has a custom post type- Product. If any plugin has custom post type or you have registered a custom post type then you will get this post type in the post settings- Wp user fonted->Dashbaord->show post type.

    Thanks.

    Thread Starter Danstah

    (@danstah)

    Yes, I used another plugin to create the custom post type, and everything looks fine, because I can select the “Show post type” setting and it displays the custom post type, but it doesnt actually use it, when users create content, or display for users aswell. Heres a screenshot: https://prntscr.com/7httak

    Plugin Author weDevs

    (@wedevs)

    Hello,

    Please make sure that you are using only one form because you will not be able to create more than one form. You can only post one custom post type. I will suggest you to check our pro version.

    Thanks.

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘User redirected to 404 error after submitting’ is closed to new replies.