i d like to create a "my profile" tab for each member of my site...with a gallery of pics(thumbs), u tube links, and info... sort of like their background..... how can i do that????
and then i want to take those pictures in a general ..sort of like 'talent' list and display those pictures among other members..
what r the steps to do it? do i need extended modules or can i make it with cck somehow.
Upgrading your existing Drupal 7 sites is strongly recommended. There are no new features in these releases. For more information about the Drupal 7.x release series, consult the Drupal 7.0 release announcement.
I am setting up Drupal for a podcast in which there's a "Podcast Episode" content type which has multiple link fields for each version of the podcast. In this case one for MP3 and one for OGG. I wanted to create two feeds from the one set of content. I tried the "Views Data Export" module with an RSS patch that I found but it doesn't have the channel level xml elements required by Feedburner.
I need a simple php script to check if user is NOT logged in, so that it returns value TRUE if user is not logged in. I can get it to return only FALSE or check if user is logged in that's easy but this time I need it way around to return TRUE when not logged in.