Support » Plugin: Ultimate Member + WP User Frontend - Addon » Confusing Posts & My Posts

  • We added the WP Front Facing User plugin as we need our members to be able to post. Now we have Posts, My Posts and Add Posts. When NOT logged in it seems to me that a visitor should see About and “User Name’s Posts” as I think that first one offers a list of posts by that member, correct?!

    Then when logged in, it seems the Member should only see My Posts (so they can edit them) and Add Post.

    The two links to both Posts and My Posts are redundant and confusing to the visitor. Is there a way to remedy this within the existing system? OR can you provide some coding tips on fixing it on our end?

    We are considering purchasing the Pro version because we need our members to be able to add images to their posts. Will you assist with making sure it still works. I gather we’ll need to make some adjustments to the shortcodes if we buy the Pro version.

    Thanks,
    Sheila

    https://wordpress.org/plugins/ultimate-member-wp-user-frontend-addon/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Dominik

    (@trasek)

    My Posts only see current member (logged member) and it’s list with thei’re posts with they can delete or edit.

    Hi Trasek,

    Nice and useful addon!

    I wonder if It is possible remove My Post without affecting the functionality? and How?

    As Sheila said, it is confused and redundant.

    Regards
    Javier

    Plugin Author Dominik

    (@trasek)

    It’s only possible with remove it from code from file actions.php

    Try to comment line 11:
    add_filter(‘um_profile_tabs’, ‘moje_wpisy_tab’, 1000 );

    Generally a remove_filter() in functions.php or a settings plugin is a good practice to use as opposed to modifying a plugin. Any reason why that wouldn’t work in this case?

    Just curious if anyone was able to find a solution for this? I find it a little confusing as well to have “My Post” and “Post” if they both have the same functionality.

    Nevermind… I found it by going to Ultimate Member – Settings – Appearance – Profile Menu. You can turn it off there.

    Plugin Author Dominik

    (@trasek)

    My posts it’s from our plugin. It’s show this tabs only in you’re profile (logged user profile), where you get information about status of posts and you can edit it.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Confusing Posts & My Posts’ is closed to new replies.