Closed (won't fix)
Project:
Make Meeting Scheduler
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
11 Dec 2011 at 10:26 UTC
Updated:
3 Sep 2012 at 08:27 UTC
Hello i need help in modification in following functionality in above module,please provide me code to do following modification:
Poll creation page
- modification to the existing page
- if user is authenticated, remove user name and email address entry
- column header must be of two types: (date+text) or (text only). this means that date is optional
- I don't like the way events are entered. We need to change it. I will think about it (jquery+AJAX)?.
- add answer deadline date
Thank you.
Comments
Comment #1
SebCorbin commentedFrom what I have understood, I would suggest that you do a form alter for:
- modification to the existing page
- if user is authenticated, remove user name and email address entry
- I don't like the way events are entered. We need to change it. I will think about it (jquery+AJAX)?.
- add answer deadline date
For that last one you may need to use a hook_cron to deactivate the poll.
Eventually, I don't think that "- column header must be of two types: (date+text) or (text only). this means that date is optional" is possible.
Good luck
Comment #2
drupalchamp commentedHello Sebcorbin
Thank you for suggestion, Can you suggest possible ways to do form alter because i am bit new here in Drupal.
And for "- column header must be of two types: (date+text) or (text only). this means that date is optional" what is other option i can choose.
I have one second query for Make meeting module is following:
* "After creating a page, now the module jump to an intermediate page with the addresses of the poll page. Skip this step and jump to the user poll page directly."
How can i do above thing?
*
I need following modification in User poll page:
- modification to the existing page
- Replace "Enter your name" entry with the username (if user is authenticated)
- Don't use all the horizontal space for rows. Resize the name and choices columns more like doodle
- replace the round selection option with square tick box
- after the choices columns add a comment entry
- allow the user to edit his own entry (jQuery + AJAX).
*I want to create following views , which are following:
-overview of polls
- creation of a view
- the view must list all the polls in a table
- the table must have the following columns:
-- poll name
-- date
-- open/closed
-- quantity of yes
-- quantity of no
-- quantity of maybe
-- quantity of not answered
- Poll Administrator users can open/close a poll
* View: overall participation
- creation of a new view
- table with the user participation to all the events
- on the column there are all the open events (decription + date)
- on the row, there are all the active users, sorted by a profile field
- the cells must show presence of a user to an event (yes / no / maybe / unanswered) in different colors
* View: user open polls
- creation of a new view
- table with the list of open polls with the following columns:
-- poll description
-- date
-- answer (yes / no / maybe / unanswered)
-- warning if deadline date is less than in a week
- clicking on a poll description, the poll answer page is displayed and user can vote
Please guide me as you are original creator of this module i think you can solve all my queries.
Thank you.
Comment #3
SebCorbin commentedThe problem is that I'm not the original creator of this module, ikt011 is (see #1049392: Request to take over maintenance of this module (makemeeting) ).
I'm just the new maintainer willing to port this module to Drupal 7, unfortunately I don't have time for now, maybe during the holidays...
Note that only bug fixes will be done in the 6.x branch.
Most of the things can be done through the API though, like doing a form_alter and setting the $form_state['destination'] to change the redirect behavior.
I'm really sorry but I don't have time to solve all of your problems, you might have to dig in the API of Drupal to get your features working.
Comment #4
SebCorbin commentedComment #5
SebCorbin commentedClosing, as 6.x version is no longer maintained.