Download & Extend

How to prevent the display of date settings and the details of who has voted/can vote

Project:Decisions
Version:6.x-1.x-dev
Component:Documentation
Category:support request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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

Comments

#1

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.

#2

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.

#3

Status:active» fixed

#4

Status:fixed» closed (fixed)

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

#5

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.

#6

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

#7

subscribe

nobody click here