Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hello everyone. I'm a new user of Drupal CMS.
I've installed module "webform". And there is few questions.
So what i need. I need some rating, or maybe questionnaire we can name that.
So what the idea?
I have a few people, for example 10 men.
I need that my users can vote for man in 7 criteria. For example
hi to all,,,
using this..wonderful.drupal..we r developing..project...
but..in b/w ..we have some doubts..we want to calrify..that..so..now..we approached..u..
in my project... i applied..fancy theme....
in that theme..already.. .css is available. my
Webdesigner gave one .css..we used both.... .css file...but...
==>in page create content..the settings..of the page..(menu settings,comment settings,authoring information,publish options) these...doesn't have..link......
using that...link..so..helpful to post the page..
I was wondering if anyone has created a module or extended the BlogAPI to allow users to take a post on the site and Blog it to an external blog. Similar to what Flickr allows you to do with a picture.
On one of my sites I would like users to be able to blog users playlists where it would send off a section of the preview and any other comments that the user wants to put in there, of course linking back to the site and orginal content creater.
If others are intrested in this I might start to create something similar to this functionality for drupal.. let me know.
This is a pretty unique question, and hopefully someone has an idea here. It shouldn't be that hard, but I'm not that skilled (yet) in Drupal.
I want to create a new menu module (or block - unrelated to Category_Menu) that is a menu of all of my Containers and categories. However, when I click on a Container or Category in the menu, I don't want to link to the page of that Cat or Cont - rather, all I want to do is drill down further. The best way to think of it is this - I want to be able to drill down to every Category, but I don't want to actually link to anything.
I want to have a set of radio buttons (same 'name') but give different id's to each, but can't figure out how to do it.
I can't create two form elements with the same name (obviously) and I can't see a way to identify which radio button I'm talking about if I use 'radios'.
Also, can I set the specific value that is sent when a particular radio button is clicked?
It seems like the 'value' of each radio button is just the index in the array of options.