I'm trying to integrate this plugin with WP Favorite Posts, but events are not displaying any of the sidebars that regular posts do, so I can't set it to favorite the events. Which is the whole point. I'm kinda new to wordpress, but I'm a developer and familiar with PHP so if I need to hack the template I guess that's what I'll do, but I'd rather not, unless it's not very time consuming.
What I have going on right now, that works for regular posts, is simple. I have the favorites code in a PHP Code widget that only displays on the Single Insert section (in the Thematic theme. this displays the 'fave' button between the post and its comments). But single events don't display any sidebars, so this doesn't work for them. And every time I try adding it to a footer or within the post itself the code breaks, it can't seem to recognize the individual post from there. I guess the events display themselves in a different template than the regular posts do, but I don't know how to fix that.
I need this functionality for a client, and I reeeeeally don't want to have to figure something else out. This was the best solution we came up with so that I don't have to write any extensive functionality myself, as we don't have the time. Help!