Panels
Drupal theming consulting- Panels and Views questions
Hi Benjamin,
Looking forward to talking tomorrow. I do have some questions ready so I'm inserting them below. I suspect we won't get everything covered in 30 minutes so if you do have time to extend to an hour that might be a good idea. I can pay ahead of time if you wish.
Remixing Drupal the Agaric Way: Multilingual Panels
Step 1: Find a function that does some or most of what you want.
Step 2: Find another function that does the rest of what you want.
Step 3: Mash them together.
The situation this time: we have a Drupal 5 site (World Social Forum 2008) with i18n (internationalization module) and need translated content to show up in panels.
Ask Agaric: Views of comments in Drupal 5
how do I make a view that displays only recent comments made on a certain content type?
This is basic views functionality.
Simply filter by node: type to restrict the view to specific content types.
