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?
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.
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.
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.