The bottom of my favorites block displays like this ("Embedded Video is a custom content type):
More Favorite <em>Embedded Video</em>
Also when I click on the link and go to the Favorites page I get:
Favorite Embedded Video for <a href="/drupaltest/user/1" title="View user profile.">admin</a>
Displaying as the node title.
Comments
Comment #1
mr.andrey commentedI'm getting the same thing - when I go to /favorite_nodes/view/1, I get this:
and no listing of any favorite nodes.
A.
Comment #2
stg11 commentedI looked at the html being produced. Here is a pertinent snippet of what It is generating:
The < and > symbols are being translated to
<and>I thought that the fckeditor might be interfering even though it's not an editable page, so I turned off the fckeditor and that did NOT help.
Comment #3
Dabitch commentedI'm having the same problem with code showing in the favorites box and that "
Also, it would be great if this "more favorites" link would appear on users pages as well. Over there you just get a list of the top ten most recent ones and no "more" link. That is where such a link might be useful for other users who want to browse their friends favorites.
Comment #4
Dabitch commentedThe patch here in the comments http://drupal.org/node/181762 took care of the problems nicely no sideffects seen.
Comment #5
stg11 commentedclosing issue