Using [cbxwpbookmark] on buddypress pages
-
Hi,
Thanks for this plugin- it’s very useful! I’m looking forward to an update with buddypress integration.
Until then, I’m using the shortcode [cbxwpbookmark] to display a user’s bookmarked posts in a subnavigation item (Your bookmarked post) on a buddypress page, with the following code:
echo do_shortcode(sprintf(‘[cbxwpbookmark] author=%d]’, $userId));
OR
echo do_shortcode( ‘[cbxwpbookmark] ‘ );Now, “Your bookmarked posts” shows up on every member’s page, but if a logged in member (member number 1) clicks “Your bookmarked Posts” on another member’s page (member 2) it redirects to their own (member 1) buddpress page, rather than showing the public bookmarked posts of the other member (member 2).
If it won’t work to see another member’s bookmarked posts, then I’d like to have the logged in user only see “Your bookmarked Posts” on their own page.
Thanks for the help with this issue,
Cathy
- The topic ‘Using [cbxwpbookmark] on buddypress pages’ is closed to new replies.