• Resolved sixtyseven

    (@sixtyseven)


    Hi from germany,

    first of all: I really like the plugin. However, I found a little something with the wpfep_show_profile function.

    if ( in_array( 'administrator', (array) $user->roles, true ) ) {
    		if ( current_user_can( 'manage_options' ) ) {
    			ob_start();
    		}
    		echo "<div class='wpfep_editing_disabled'>";
    		printf( esc_html__( 'Frontend editing is disabled for administrators because of security risks.', 'wpfep' ) );
    		echo '</div>';
    		return ob_get_clean();
    	}

    Shouldn’t an administrator at least be able to edit his own profile in the frontend?

    Another two cents: Id would be great if we could get a login/logout widget in addition to the login page. And I really would appreciate if you could add a filter to the stylesheet, or at least provide bootstrap 3/4 classes for the forms, fields and buttons.

    Others than this: I think this plugin is a really good alternative to cozmolabs profile builder. I could chip in a german translation, if you are interested.

    • This topic was modified 4 years, 8 months ago by sixtyseven.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter sixtyseven

    (@sixtyseven)

    While digging deeper into your plugin, I found that you allready implemented a way for overriding the output of your plugin by copying the views folder as wpfep folder into your theme direcory. So I’ll try that out to cover the bootstrap part.

    And I found the filter wpfep_frontend_styles, thanks for that ??

    Thread Starter sixtyseven

    (@sixtyseven)

    By installing the github version of the plugin, I am now able to edit my own profile ?? For anybody having issues, get the newest version here.

    Plugin Author Glowlogix

    (@glowlogix)

    @sixtyseven we have released the GitHub version to WordPress.

    Further, we are working on the feature for an administrator to edit his own profile

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Editing own profile as an admin’ is closed to new replies.