Newspaper Login Link

Posted in: Newspaper
Post count: 27

Hi

I have added a plugin “WordPress User Bookmarks for UserPro” for users to bookmark my pages.

When you are not logged in it says “You need to login or register to bookmark/favorite this content.”

With the login and register links going to the standard wordpress login or account creation.

I have found the code that does this and was wondering if you can help me change it so that it loads Newspapers popup login / registration form.

Here is the code:

$output .= ‘<p>’.sprintf(__(‘You need to login or register to view and manage your bookmarks.’,’wpb’),wp_login_url( get_permalink() ), site_url(‘/wp-login.php?action=register&redirect_to=’ . get_permalink())).'</p>’;

Is this something you can help me with?

Dan Kosmayer

Post count: 21065

Hello!

If I understand correctly, you need to have the login pop up from our login.
You need to wrap your login link with this class: “td-login-modal-js” and instead of the link type “#login-form”.

Hope that helps you!

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.