• This plugin use to be great. I am using this on 2 sites and also the PRO on one. Besides shortcodes changing with no notification and therefore on pages the shortcode showing and not the content, the plugin is really stuffing up both sites (different themes)

    This is what is happening, if I am on the frontend of the site and want to edit a page, it goes straight to the EDIT for a WUF post – not the page. How can this be fixed?

    https://wordpress.org/plugins/wp-user-frontend/

Viewing 3 replies - 1 through 3 (of 3 total)
  • As an admin, if you want to edit a page outside of wpuf, you must go to the page from the back end. If you use the edit link you’ll get wpuf. It is inconvenient, I wish there were a setting that only overrides the edit link for non admins..

    Plugin Author weDevs

    (@wedevs)

    Hello,

    There is two edit links you can use.
    1. Found in Dashboard page
    2. With posts.

    The link on the dashboard page will always take you to the frontend edit page, no matter what.

    The link found with your post, let’s say post listing on homepage, archive page or bottom of the single post page loads from your theme. You will see that link regardless you have WPUF installed or not.
    If you set the option “override post edit link” found on wp-admin → WP User Frontend → Settings → General to “Yes” then that link will also take you to WPUF edit page.
    But if you set that to “No” then it will take you to backend edit page.

    If you want to override the dashboard edit link for Admins, then you can override the dashboard template from your theme.
    To do that, you need to

    1. Make a folder named wpuf inside your theme and copy paste the template folder from the plugin.
    2. Now delete all the files except dashboard.php. That means, you have created a new folder inside your theme named “wpuf” and inside that a folder named “templates” and inside that, there is a file named “dashboard.php”. So the exact link would be wp-content/themes/themeName/wpuf/templates/dashboard.php
    3. Now that you have copy pasted the dashboard template on your theme and has the exact code from the plugin, the WordPress system will load the template from your theme instead of the plugin. Any change on the file inside your theme will affect the plugin’s functionality.
    4. At line 96, there is a variable $url you can change it to anything you want. You can place a checkup for admin and place the backend editing link.

    Hope this helps. If you need more detailed instruction, feel free to reply.

    wow, I never knew that.. thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘plugin is no longer working properly’ is closed to new replies.