How can I get the output display exactly like in the demo pages i.e. like http://www.roadcarvin.com/directory
For me its only a plain ul li listing.

FYI: I'm using latest 5.x-1.0 release with Drupal 5.1

Comments

beginner’s picture

the newest version has changed the default look, and it has made each displayed element more easily themable.
If you know how to create a custom theme, you can make it look exactly the way you want.
Maybe you can hire themer by asking on the proper Drupal forum.

apsivam’s picture

can you share some snippets or point a documentation link regarding theming directory output.

beginner’s picture

You are supposed to be able to change the way it looks only by changing the css. See any css tutorial. If a class is missing somewhere, that would allow you to theme a particular element, let us know.

If you want the actual markup (i.e. to have a two column layout instead of a single list), you need to have a look at the drupal handbook, in the section for theming (see theme developer's guide here: http://drupal.org/handbook/customization ). All the information is there.

beginner’s picture

Status: Active » Postponed (maintainer needs more info)
beginner’s picture

Version: 5.x-1.0 » 6.x-1.0-alpha1
Status: Postponed (maintainer needs more info) » Fixed

directory.module no longer handle the display of node teasers.
See the new D6 alpha release announcement:
http://drupal.org/node/283259

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.