Views Exposed Sorts and Filters Dropdowns

This is a question regarding using exposed sorting and filtering in Views 3.0. Here is the criteria:

List all data from a specific content type

Hi all!
After 1 year of gap I have got a small task in drupal 7, before I was using drupal 6.
My question is: I have created a content type 'Front Gallery'. Now I wanted to get all of the posted data to this content type and make a sliding gallery in jquery. How can I accomplish this? I just want an array of all the contents, is there any query script or module? Kindly help me.
Thanks

wacky Search Block icon

My site http://humanhighlights.com is using all the latest Drupal 7.4 and Mix and Match 7.x-1.x-dev (2011-Feb-24)
except Skinr which I am using Skinr 7.x-2.x-dev (2011-Mar-04) - Can't seem to get past that every time I try to
upgrade to the latest it breaks my site until I put the older version back -

Anyways, check out my site - for some reason the icon for the search block is clear up on the top -
I've tried changing the location but the icon never goes where it is supposed to -

Managing Projects and the Dreaded Scope Creep

I've learned over the years that project management is almost as important as hardcore technical skills when it comes to finishing a website. Scope creep and clients constantly dragging their feet and/or changing their minds is an ongoing problem.

I'm curious to hear from this great community what techniques and tools you use to manage the client, the project, and eliminate scope creep.

Thanks for any and all ideas!

Tony

CKEDITOR 3.6.1 + CKEditor 7.x-1.2 + Drupal 7.4

Drupal profile: minimal install at 7.0 (7.4 upgrade now), CKEditor 7.x-1.2, CKEditor 3.6.1, PHP 5.3.3.

Ajax, for loop and more Ajax

First, thanks to everyone who's been so helpful previously - great community and the help is appreciated. Some day, I'll be smart enough to give some back.

I have a form with radio buttons and a dependent dropdown (a la: Ajax Examples). Clicking a radio button triggers the correct options to populate the select. That works perfectly, on its own. I want the user to be able to add more sets (a la: Ajax Examples). That works very nicely, too, on its own.

The problem is when I try and combine them. Embedding them in the loop causes the selects to not update on initial click - however - when I click the 'Add More' button, the first select updates and correctly displays the second set. It's got to be something with the for index ($i) but I'll be hogtied if I can figger it. (On a side note, trying to echo($form_state['num_names']) throws an Ajax error, leading me to believe it might not be working correctly).

I apologize in advance, but I'm posting about 120 lines of stripped-down code below. If anyone has any ideas that might make my head stop banging against the wall...


function ajax_add_more_callback($form, $form_state) {
return $form['components_fieldset'];
} // end function ajax_add_more_callback

function ajax_add_more_add_one($form, &$form_state) {
$form_state['num_names']++;
$form_state['rebuild'] = TRUE;

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x