By goldschmidt.a on
Hi everyone,
I'd like to show teasers for all forum topics on my site, the way that the posts that are promoted to the front page have teasers. I've been working a lot with the forum-topic-list.tpl.php file, and I've been able to convert most of my forum topic list to divs instead of tables, but I don't see any way to include a teaser of a forum topic. Any php variables or other methods/modules that may be helpful? I'm using Drupal 6.
Thanks,
Andrew G
Comments
Found it! Just by using
Found it! Just by using this php function in my forum-topic-list.tpl.php file, I'm able to call the content of the given node ande print the teaser directly in the forum topic list rather than just the titles:
Thanks for the hint at:
http://drupal.org/node/38212
Sincerely,
Andrew G