vote up 1 vote down star

I am aiming to get a list of the current user's flagged items in a block which I can use in my node.tpl.php The functionality required is a "comparison list" of products.

Can anyone with experience of the flag module in D5 point me in the right direction? I essentially want to be able to say:

<?php print $all_current_user_flags ?>

Is there a predefined function for this or will I have to get it out of the database manually? I haven't managed to find much in the documentation about this, and am I bit stuck as to what is the best course of action.

Thanks in advance.

Edit: to anyone still reading this, I've moved over to the session favourites module as it lets anonymous users build a list of favourites.

flag

1 Answer

vote up 0 vote down check

This works:

<h3>Comparison List</h3>
<?php print views_build_view('page',views_get_view('flag_bookmarks'),$args,true,10,$page); ?>
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.