how to create index for 200 nodes

Hello!

there are lots of taxonomy and indexing modules here, but I haven't tried anything like that until now and as I'm working with project on Drupal 7.x I can't find anything that could be relevant with my issue. Could anyone please help me with this:

I have more than 200 nodes (a catalogue) and I need to create various indexes to sort them: alphabetically, by category or by some other described parameters.

I do believe that it should be something with taxonomy, but I can't find a solution.

thank you in advance!

rgds
Ben

Dynamic Webform to create overview page

Hi,

To keep things simple, I would like to create a page where a teacher can enter test result data for every student in his class. So basically, the following:

Render author profile on node page

For a certain content type, I want the author's profile to be rendered after the node content but before comments. My theme is a simple sub-theme of Bartik.

How do I do that? This is what I have now (doesn't work):

template.php

function dht_preprocess_node(&$variables) {
  if ($variables['type'] == 'design') {
    if ($variables['node']->uid > 1) { // 0=anon 1=admin
      $variables['architect'] = user_load($variables['node']->uid);
    }
  }
}

node--design.tpl.php

In Views exposed filter, reduce duplicate results of "Users"

In Views 3 I have a USER type of view. I have an exposed filter for a specific vocabularies terms used as a term referance in the main profile. So, these terms are related to users. When a user searches for other users associated with these terms, it outputs individual users multiple times. How can I reduce the User duplcates?

https for specified areas only?

I admit to being quite confused by Drupal on this issue. In Wordpress it seems pretty straightforward; the user generally accesses a site via regular http & is only then re-directed to secure parts of the site as specified by the admin - ie: user login, account section & shopping cart [if applicable].

Regex code in webforms

Hii.. there.. when i am using regular Expressions for validations in web form.... its working very well as i desired in my local system but in my Global server its not working..(the validation is working but form is not submitting because of RE, when i delete that validation it submits the form) Please Help me on this..

I already used this in version 6 it works well but now it is irritating me.........
Its very urgent for me........
Thanks in advance for any help.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x