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.
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.
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.
Sorry, when I say review, I actually mean post. I just treat those as a review. You can see a screenshot here: http://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.
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.
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.
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.
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: http://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.