• Resolved sharon135

    (@sharon135)


    I saw in the forum a shortcode to remove registration option, and I used it.
    [wpmem_profile register=hide].

    Yet, it still shows the phrase and link. But the link simply takes people back to the profile page again. So, it deactivated the link. Yet, how do I remove that phrase completely from profile page?

    I must be missing something here. I have no register page. Thanks for your help.

    PS It removed it from the log in page but not from the profile page.

    • This topic was modified 6 years, 3 months ago by sharon135.

    The page I need help with: [log in to see the link]

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

    (@cbutlerjr)

    The default logged out state of [wpmem_profile] is displaying both the login form and the registration form. The register=hide attribute of the shortcode removes the registration form from the display.

    The link you’re referring to is set by the Register Page location setting in the plugin’s main Options tab (under pages). If you don’t want that link to display, unset that (set it to “select a page” which is an empty value)

    Thread Starter sharon135

    (@sharon135)

    Thanks much for your explanation. However, I already unset the register page option to “select a page”. But the profile page still shows register link when logged out. Not certain why it still shows the register link if unsetting the register page is supposed to remove it.

    When logged out, I click Profile and it takes me to the “Existing Users Log In” page where the register link is displayed still. Maybe I have missed something related to that page. Thanks for your help.

    PS And all “Show Registration Form” are unchecked.

    • This reply was modified 6 years, 3 months ago by sharon135.
    • This reply was modified 6 years, 3 months ago by sharon135.
    Plugin Author Chad Butler

    (@cbutlerjr)

    While I wasn’t able to reproduce the issue, there is a logic improvement that I can work into the process of generating the link to make certain that it is not displayed in any case where there is no register page set. (That’s what it *should* be doing now, but I think that putting in an explicit condition will make certain that you don’t end up with an unintended result.) That will be included in the next release.

    Thread Starter sharon135

    (@sharon135)

    Thanks Chad. I then assume there is nothing I can do at this point until your next release. I hope it is soon. My client, homeowner association, wants the site functioning as preferred within the next week or two. And I really don’t want anyone to be able to register, even though I have it checked for moderation/approval. I will be registering resident members myself.

    I have the site live to test some things out. And I recently got a registration submission from someone from Russia. Seems there are a lot more coming from the direction lately. I blacklisted the IP within WP and IP Deny Manager via control panel. They also sent two general inquiries via public side contact page. Just flagged it spam. Nothing more so far since then.

    Thread Starter sharon135

    (@sharon135)

    Have you been able to work on a new release to solve this issue with my profile page? I am not using register anywhere on the site at this time as mentioned and don’t want any reference to registering on any page. If you haven’t had time, is there a code I can insert to remove it in the meantime?

    Here’s a link showing you screenshot of profile logged out version.

    Screenshot-profile logged out

    Thread Starter sharon135

    (@sharon135)

    Any progress on this issue in new release? Have been trying to find a way using your shortcodes to hide on PROFILE PAGE.

    On PROFILE PAGE: the only code I have there is–
    [wpmem_profile register=hide]
    And it still shows the “click to register” link and text.

    I REALLY HOPE YOU HAVE A SOLUTION TO THIS. IT’S BEEN A REAL MYSTERY TO HOPEFULLY SOLVE ASAP. THANKS.

    • This reply was modified 6 years, 3 months ago by sharon135.
    • This reply was modified 6 years, 3 months ago by sharon135.
    Plugin Author Chad Butler

    (@cbutlerjr)

    I expect to release 3.2.5 some time next week, if current testing goes well.

    You could possibly use nested shortcodes as follows:

    [wpmem_form login][wpmem_profile][/wpmem_form]

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘REMOVE from Profile “New User? Click here to register”’ is closed to new replies.