Hi,
I am trying to configure Views Bookmark Module to a custom view for member portfolios. I would like members to be able to add a portfolio (which uses nodeprofile) to their favorite list. I tried adding the following to a custom view template file: echo $field_number_value/1?destination=portfolio/<?php echo $field_number_value?">Add to Favorites
The link seems to show up fine, however, when you select Add to Favorites, you receive the message "Member has been added to favorites" but when you try to view the favorites list nothing is displayed. Is it not possible to configure the bookmark module to work with a custom view? Is there a different solution that might work for what I am trying to accomplish?
Thanks
~ Kristy
Comments
Link
<a href="views_bookmark/mark/<?php echo $field_number_value?>/1?destination=portfolio/<?php echo $field_number_value?>"> Add to Favorites </a>