- This topic has 2 replies, 2 voices, and was last updated 11 years, 8 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › How to make bookmark links open in same browser window
Using [wp_eMember_user_bookmarks] the bookmark links open fine, but in a new browser window. How do I make them open in the same browser window?
Hi, Open eMember_bookmark_utils.php and search for the following block of code:
$return .= '<tr '. $c .' ><td>'.$counter.'</td><td width=350px><a target= "_blank"
Once you find it remove the target= "_blank"
from that line and you should be good.
Thanks! I removed “_blank” target. Worked perfectly!