Hello All,

I am new working with Drupal, we have been working and building our company website using it, four about 2,5 months now. Basically the first 1,5 months was reading
documentation and trying a few things out. Now it is time form me to formulate several questions, which I can't get my head around. I am interesting in the "correct" way
not the "easiest" way of doing things. I come from a Joomla background where we hacked a lot of the core which eventually caused big big problems.

So I will list my issues hoping that some one can help.

1) Drupal Download Page?

I would like to know how the drupal modules page has been implemented and what modules have been used. Specifically how the download table(which I assume is a block/view) has been included inline into the module node.

2) Using the panels module, is there any way to specify the height of the panels?

3) Create an FAQ page for each term?

Each term in our vocabulary represents some software or service we provide. We would like to present an FAQ page for each. I can't understand how to create a list of link which target an anchor within the same page, and categorize this node under a term.

These are my questions for now, I hopw someone can answer

Best Regards,
Fotis

Comments

nevets’s picture

For #2 you would use css.

For #3 the FAQ module sounds like it might handle your needs.

fotakis’s picture

Hello nevets,

Thanks for your reply, yes I gather I will use css, that was in retrospective a very stupid question :-)

For #3 I have used that module and it allows me to categorize questions and so on, but we need different FAQ's for each of our services. This module provides a general sitewide FAQ I would like to have a per term faq.

To give a better idea, I have created "list" views for all of the nodes under a term which appear when the user is viewing any information under that category. This is automatically done by drupal, but I am looking for a way to add the FAQ link to that "list" view. Linking to the FAQ of the category and not the whole FAQ page.

Regards,
Fotis

fotakis’s picture

The answer for #3 lies in the documentation of the FAQ module http://drupal.org/node/129209
it explains how to display all the faq's for a category using php