I cannot figure out how to prevent this information from being displayed. I don't want this stuff in my decisions.

Comments

anarcat’s picture

There are various ways to do this. Some permissions are available to view all votes, and the date stuff can probably be themed away. I'm not sure we want options to show all those settings, my take on it is that it's the job of the theme or a third party module.

Of course if the starting/closing dates are disabled, they should not be showed, but that's a different issue, imo.

roball’s picture

Version: 6.x-1.3 » 6.x-1.x-dev

I also don't like to show the detailed date informations to all voters, thus I've hidden its display by adding

.decisions-dates { 
  display: none;
}

to my default theme's main CSS file.

roball’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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

STINGER_LP’s picture

Status: Closed (fixed) » Active

roball, this isn't a fix actually. It's just hides the problem. Users won't see it, but SEs will. If i don't set the ending date, why i still forced to show this info to users and SEs? I don't actually understand why it's done like this by default.

roball’s picture

I agree - the module's developers should fix this properly. My solution was only a workaround.

ricks03’s picture

subscribe