|
Hi, I am adding osqa to my drupal site. I want to display the top 5 active questions in the main site. Can you suggest some approaches? I tried using a Drupal feed reader and connecting it to the osqa's RSS feed. But, i want the questions to be displayed in the same format as in osqa's questions page. How to do that? |
|
You could create a Drupal view that styles the information from the feed to look like it looks on your OSQA site. At the basic level, the RSS feed only contains items with titles, descriptions and tags. Your drupal block renderer will need to style that in a way that emulates the look of your OSQA site. |