benlind
Forum Replies Created
-
If I remember correctly, the reason I was using this plugin in the first place was to allow users on my website to ask questions in the FAQ section, so I ended up going with the Q and A plugin. It’s working great!
twelve95, I have actually stopped using WP User Frontend in favor of another plugin that better covers my needs, but I’ll try to give you an idea of how to remove the description box from the plugin.
1. In the plugin directory, in the wpuf-add-post.php file, comment/remove the code around lines 106-118 — it should be an “li” tag containing the code for the description box. Make sure you don’t remove either the preceding wpuf_build_custom_field_form line or the following do_action line.
2. Find and comment/remove this code:if ( empty( $content ) ) { $errors[] = __( 'Empty post content', 'wpuf' ); } else { $content = trim( $content ); }It should be around lines 183-188 or so.
I’m pretty sure that’s all I did to remove the content box. Let me know if that works for you.
Thanks. I ended up just editing the plugin code myself, though usually I try not to.
Forum: Plugins
In reply to: [WP Manage Plugins] [Plugin: WP Manage Plugins] ErrorI am getting the same error when I activate the plugin.