Hello all! We're migrating our company's websites over to Drupal 7 very soon and I'm very new to this framework. We have an example gallery for our products, which is a list of db items. So what I'm wondering is: do I make (or look for) a module for this or is this something that can be solved with content types?
Ideally, I'd want the admin to be able to edit a list that can be reordered in the backend to control the gallery in the frontend.
I am working on getting a module reviewed. They wanted me to replace some code where i pull information from a website with drupal_http_request. No problem. I have started testing and i am running into a problem.
I have the following code.
I was wondering if there was an easy way to set 2 fields so the user either enter a value into one, or entered a value into the other. Limiting the user to only 1 of the two fields to input.