the current "updown" display combines +/- buttons and votes counter, which is good for full nodes. However I think it would make sense to optionally have the counter only (without +/-) on teasers, so that users don't vote without even seeing the full story.
Comments
Comment #1
lut4rp commentedThe updown theme included in the official download will not work like this, but its fairly easy to make duplicate the updown theme, rename it and slightly mod its design as per your needs.
Comment #2
marvil07 commented+1
IMHO this could be a frequent feature.
I was trying to make a conditional theming, but the actual variables passed to
widget.tpl.phpdoes not include such a variable.A
get_defined_vars()gave me:So, where should I add a
$is_teaservariable ?Comment #3
marvil07 commentedthis is fixed by #670146: display voting widget even if user doesn't have permission to vote?
now you have a
$readonlyvariable onwidget.tpl.php's