Hi all.
I need help for a node module development, I'm a beginner in drupal...
My needs:
I have to develop a module allowing my client to create a node content by two different ways:
- form filling
- excel file parsing
Only admins and the user concerned by the node can view/edit it. This user is defined when the node is created by an admin.
The node can be viewed by two ways:
- a table
- a formatted pdf
i want to have a poll for every user .... the question should be the same, but the choices each user can provide by his own... other users can then vote on either one of the option.. i tried to achieve this by providing the content type poll access to the authenticated user.... but the problem is he has to type the question and choices ... the workaround i thought of doing was adding the content of the type poll and then making this node available to the user... but the problem is
Hi all...
Is it possible to add an attachment field to drupal's core contact form?
I really liked that I let the users choose from a dropdown list the category that they want to mail about, and this sends a mail to a specific recipient for that category.
Is there a hack for it? some php code I can add?
I search around for it, but found only the Webform & Mailattach modules, which don't let me choose different recipients..
I tried to make a new view for page with a path generated by pathauto. So there is a Url alias named "travelblog". I make a new view and enter under URL "travelblog", but the view isn`t displayed, also when I enter "node/1" under Url.
The page is a container vor taxonomy terms. It also don`t works for the terms like.
I want to assigne the new view for all taxonomy terms from this container.