need module where visitors can upload their own pictures without logging in--any ideas?

i'm making a memorial page for my uncle and i want people to be able to upload pictures and write text so they can share their memories. it seems like drupal would have something. i got the guest book module working for text (which is great because people can write without logging in) but i was wondering if there was a program for pictures, where people could upload images without logging in?

because it's a memorial page for an old person, i don't think that people will use it if they have to log in.

thanks!

Adding a fieldset programmatically in hook_form_alter

Hello there,

Im trying to put some existing fields of a content type, into a fieldset. Now I know there's a module for that, but I would like to be able to do it programmatically.

Below is what I've been doing so far. And it works perfectly, up until the point where you enable "Content Translation" and "Locale" and the locale module still thinks the the node_form should contain the field a $form['field_name'] instead of $form['additional_fields]['field_name'].

Is there any way to make the "Locale" module aware of the changes made in the hook_form_alter?

Apply a vocabulary term to several nodes?

I need to add a tag to several nodes. The nodes all have a term reference field referencing the vocabulary. Is there a way to use VBO or something to select multiple nodes and click add "this term" to all of the selected nodes? If this isn't possible with VBO, is there a bulk tagging module for drupal 7.

Solr Facet Builder cant see the block created

Hello

I see the counter of result but not the same...for example..

it says

Block Name
(11)

Instead of
Block Name
Alquiler(10)
Venta(1)

Why?
In my view preview i can see it well...any ideas?

Custom page with controls

Hi,

I'm pretty new to CSM customisation, and I was wondering how can I do the following:
I need a page that is basically a set of questions to which the users can answer. The questions can be:
- multiple choice question with only one valid answer (radio buttons)
- multiple choice question with more than one valid answer(check box)
- the user might have to input text that will constitute his answer

And then based on the answers the user will get a number of points.

I would like to start with static questions and answers, not retrieved from the db.

I have already spent some hours googleing, and I found the forms api here
http://api.drupal.org/api/drupal/includes--form.inc/group/form_api/7
which looks very complex and complete.

However in the above link, they talk about modules, and if I understood correctly, before being able to use the forms api(s) I should write an module to configure the forms to be generated, and the api's would use this configuration data.
Frist of all, is my understanding correct?

Is there another way to achieve the same result, maybe add in the body of the page php code? based on the type of body text I would say this is not possible since the options are Filtered HTML, Full HTML and Plain text.

How to display biblio search box in other pages apart from biblio page?

How to display biblio search box in other pages apart from biblio page? For example I would like the biblio search box to be shown on views page. Any ideas?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x