Hi there!

Trying to get userreviews to play nice with Organic groups.

When clicking on the "create userreview" link in the OG details block, i get ".../userreviews/howto". i was asking here about that issue but it seems now this is more related to userreviews then og.

Comments

asak’s picture

And i guess this is why:

(from userreview.module)

function userreview_form(&$node) {
//if this form is being called without the proper added fields
//(i.e. it is being created de novo from the "create content" page)
//then display a help message instead.
if (!is_numeric($node->content_id) || !$node->vote_tag) {
drupal_goto('userreview/howto');
}

...

pomliane’s picture

Status: Active » Closed (won't fix)

This version of userreview is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.

This issue has been automagically closed by a script.