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.
It took me a couple of evenings to setup my simple drupal site http://www.enjoyadventure.com. Please check it out and let me know what you think. It is supposed to be a community for people that likes adventures and travelling. I have a hard time getting people interested and to register.. Maybe it just isn't a good idea after all ;)
I've use these modules:
CCK
Panels
Views
PHP free chat
Buddylist
Acidfree
Taxonomy menu
I have two image galleries : Team & Designs, these are subgalleries of a MAIN "Public" gallery. ( I used the image module).
I need to fetch, with a single call, all nodes of gallery Team. In another call, later on, I will fetch ones from Designs.. Then I can gather all images and render them in a customized way.
I was thinkin of doing a module for this functionality.. It could be a more generic approach to image galleries..
[Sorry if there's an obvious answer, but I haven't turned up anything by searching drupal.org, and trial and error with the numerous image-related modules would take hours.]
I would like a simple way of allowing node authors to choose an image to illustrate their node from an existing library of images. I'm pretty certain that creating the library of images is easily taken care of with the standard image module(s). My real questions are:
[Sorry if there's an obvious answer, but I haven't turned up anything by searching drupal.org, and trial and error with the numerous image-related modules would take hours.]
I would like a simple way of allowing node authors to choose an image to illustrate their node from an existing library of images. I'm pretty certain that creating the library of images is easily taken care of with the standard image module(s). My real questions are:
My users keep entering URL's like domain.com or www.domain.com instead of properly writing out http://www.domain.com ... Surely this must be a problem everybody has. What do you guys / gals do to solve that?