how do I make a month list of events?

I have a basic drupal installed and there are an archive view to show month names and number of articles in that month. But it takes the creation date for the article to decide which month to put it in. How do I change it to take the start_date of the event instead?

regards Lars

What does it do?

Well, I'm looking through the default drupal installation to see what exactly it does. Could someone explain it line-by-line? Naturally, I'll be asking many more of these questions if so.

This from index.php in D7:

define('DRUPAL_ROOT', getcwd());

require_once DRUPAL_ROOT . '/includes/bootstrap.inc';
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
menu_execute_active_handler();

BlueFrost Drupal 7 Theme

Just finished my first attempt to theme Drupal 7 theme. Please give me some feed back about the theme :).

theme url : http://bluefrost.victheme.com

How to create a NCAA March Madness Bracket?

I am new Drupal, so I may be missing obvious features, but I know how to use HTML/CSS/PHP/MySQL and I am still stumped...

I want to make a working NCAA March Madness Bracket that fits on one screen with variables that can be submitted and stored.

Any ideas? Thanks.

Ascending and Descending Forums

Drupal 7 forum post newest to oldest topics and that is great. How do I get each individual post inside the topic to post from oldest to newest, while keeping the topic as newest to oldest.

Drupal 6 was /admin/content/forum/settings

But does not work with Drupal 7. Any idea?

drupalorg equal module for drupal 7

I need something semilar to the drupalorg's home site, but in Drupal-7.x.

So I decided to port some of the code from drupalorg module to d7. My problem is that i cannot trim the text (text_summary() ) because then my layout get destroyed by unclosed

tags. But I have to trim the content to get sure that it does'nt get to long.

Here is my code

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x