Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Hi @aadhk,

    Thanks for your question.

    We have developer filters which can do this. Please go to the plugin settings, then go to the “IdeaPush Support” tab, then see the question “I am a developer, do you provide any filters?” and you will see one “Change login link”. We don’t have a filter for the edit link yet though, I will take this on as a suggestion.

    If you get the pro version, which supports multiple IP addresses, it will show a logout link, and this can be filtered as this uses the wp_logout_url function. If you get the pro version, I can provide a code snippet of how to change this logout link to something else.

    Thanks,

    Thread Starter Gary

    (@aadhk)

    I am not familiar with the code. where should I put the following code?

    add_filter( "idea_push_change_author_link", "idea_push_change_author_link_callback", 10, 1 ); function idea_push_change_author_link_callback( $userId ) { return "#"; }

    Thread Starter Gary

    (@aadhk)

    On our demo site, I don’t see any place where I can change the user?

    Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Hi @aadhk,

    This would need to go into your themes functions.php file or a code snippet plugin. But that filter you mentioned is not the one I am referring to, I was referring to: Change login link you can modify the users profile link which is the filter you mentioned if you want. But if you want to change the login link to go to a custom login page, then use Change login link.

    You will need to clarify what you mean by “change the user” do you mean login/logout?

    This is because the free version, to help prevent vote rigging uses the IP addresses and not just the user login as a means to detect the user. To have a more standard experience where you can login/logout of accounts on the same computer, you need to get the pro version and enable the “Multi IP’s” option.

    Thanks,

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.