HI,

i would like to use this fivestar_widget_form($node) function to show fivestar in advanced_forum. But i don't want the form, only the teaser mode without the form. There is another function for this ?

Thanks in advance.
++

Comments

moksa’s picture

here my code ...

$variables['topics'][$id]->fivestar = drupal_get_form('fivestar_form_node_'.$variables['topics'][$id]->nid, 'node', $variables['topics'][$id]->nid);

It's work well but with form it's too big to stay clean in a table, so i would like use the teaser version without form.

++

moksa’s picture

Ok i CSS it... and it's quite good, if you have a better way, i'll take it.

AkkuDreamz’s picture

thanks man, that helped

ericduran’s picture

Status: Active » Fixed

Issue seems to have been resolved as per above comments.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.