Output display like in the demo pages
apsivam - June 2, 2007 - 13:25
| Project: | Directory |
| Version: | 6.x-1.0-alpha1 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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

#1
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.
#2
can you share some snippets or point a documentation link regarding theming directory output.
#3
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.
#4
#5
directory.module no longer handle the display of node teasers.
See the new D6 alpha release announcement:
http://drupal.org/node/283259
#6
Automatically closed -- issue fixed for two weeks with no activity.