This forum is for assistance with theme development.

displaying reports

We're having some trouble getting a report to output. When data has been entered into the system, it can't be found on subsequent searches for adding content, and we basically don't get any output that is useful. the HTML generated can't be edited, and all I see is the default entry. What we're shooting for is an ability to edit the rating given, to add more ratings, and to comment on the listing.

I'm totally new to drupal and the prior database person is offsite. Anyone see any glaring errors? If anyone wants to help I'll give them a login.

Seattle Plumbing

 

Report Date:

3/5/2006

Overall A
Price B
Quality A
Responsiveness A
Punctuality A
Professionalism A
Was Work Done?:

yes

display menu items in node or page

Greetings everyone,

I am in the middle of setting up my first Drupal site (heavily customized), and so far it has worked wonders (I am using phptemplate - I am a php developer).

For that site I am using the menu system. The main menu is displayed on the left column. I only display submenus up to the second level (I hide deeper level with css - effectively they are on the generated HTML).

Now I am trying to do the following:

At the bottom of each page (after the content), I would like to display the list of menu items that are directly under the current menu item. (the one the current page is linked from).

For example, let's assume I have this menu structure:

  • a
    • a1
      • a11
      • a12
        • a121
        • a122
        • a123
      • a13
      • a14
    • a2
    • a3
  • b
    • b1
    • b2

When I click on "a12", I land on the page linked from that menu item.
At the bottom of that page, I would like to see:
a121
a122
a123

Or when I click on "a1", I would like to see:
a11
a12
a13
a14

That is, the menu items that are directly under the current menu item.

The reason is that I don't display menu items deeper than the second level of navigation to save some screen space. But I obviously want those links to appear somewhere!

all articles on 1 page

hi,

Now i have the tinymce working good i have another question for you waiting :P

I have made a page called "artikelen" and on that page i wan't the links to my stories. But i forgot how to do this :S
i have already made some Categories.

Artikelen
- vissen
- planten

But how to collect all the articels on one page?

example:

How to theme image thumbnail in stylesheet? Completely stuck!

In my experiments with hacking the blue marine theme, I've got stuck with theming the thumbnails of the image module. So far, I achieved to theme ALL images in the content area using this code in the stylesheet:

.node .content img {
  float: left;
  padding: 4px;
  margin-right: 8px;
  border: 1px solid #ccc;
}

That works fine, lef-taligning my images and putting nice border around them. However, the code affecs ALL images in the content area, including for instance, smilys from TinyMCE. That was not intended.

Calling theme functions from template pages

So I am new to Drupal but I have some PHP experience (created a lo-fi cms for a client a few years back). I am trying to create a node-book.tpl.php to customize the book output. I know there might be easier ways of doing this but part of the idea is to learn drupal. That said, I can't figure out why the book_navigation function call returns nothing when i place it in the tpl file...

Howto Display Timezone with Flexinode?

I've created a flexinode event and am now finishing up the output and need to display the timezone for this event. Does anyone know how to display the timezone for a flexinode event?

I've seen a ton of posts for how not to display, but missed seeing any that show me how to display it.

THANKS

Pages

Subscribe with RSS Subscribe to RSS - Theme development