It seems like this would be simple thing to do but... I am trying to add additional field to Question module. By default question module has two fields available; name and question. I do not want user to create account or log in.

All I would like to do is add additional input field.

I can use CKK to add fields with not problem, the thing is that I cannot find a way that I can have those fields show up for unauthenticated users.

Any help would be appreciated

Comments

getstarted’s picture

Provide permissions to allow anonymous users access that field.

thebeacon’s picture

where would i go to allow permissions for fields? thank you

rabkhan’s picture

Im using drupal 6 so this is how its done in version 6. Login as admin, goto user management then goto access control. Here it shows permission for all modules, search for the Question module and select the permissions you want

thebeacon’s picture

I went enabled content_permissions module and enabled permission for ALL types of users for all the fields that I have created that did not do anything. Then installed field permissions module went to the permissions enabled all the fields for all the user types that did not do it either. The actual questions module works perfectly fine all I am trying to do is add additional fields

I think it might be the way question module was designed that i cannot any additional fields

Any help would be appriciated