Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Tareq Hasan

    (@tareq1988)

    There is option to enable/disable post tags. But removing description box, you need to edit the plugin.

    Thread Starter benlind

    (@benlind)

    Thanks. I ended up just editing the plugin code myself, though usually I try not to.

    hi benlind, can you share how you edited the plugin to do this?

    Thanks!

    Thread Starter benlind

    (@benlind)

    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.

    Hey benlind,

    What plugin are you using now? I’ve been looking for something with a bit more flexibility.

    Hi benlind,

    your fix worked fine, thanks a lot!

    Hey benlind, could I ask what plugin you used instead of WP User Frontend?

    Thread Starter benlind

    (@benlind)

    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!

    Is there any option for remove the registration section.
    I have installed the plugin it’s work fine but i don’t need to registration. If anyone have idea please help me.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: WP User Frontend] Remove Description and Tags Boxes’ is closed to new replies.