Drupal 6 Search module double ID's

Hi,

I'm currently busy with a website for a costumer. This website has to be W3C validated. There was a problem on the search page of the site with a double ID:

How to override a module function that isn't a theme function?

I've got a function in the private message module I want to override but it's not a theme_ function so how do I override it?

Thanks

Clicking a Taxonomy term in a Post shows Posts the user should not be seeing

Hi. I'm helping manage a Drupal site that has been around for a while.

I found an issue with Post viewing permissions. Hopefully there is a simple config change that will fix this.

Our Group Posts are set up to require entry of several Taxonomy terms. When the posts are viewed, the Taxonomy terms for the post are prominently displayed, and clicking a term shows the user a list of all posts that have the same term. These displayed posts include those that are private and should only show to members of a group.

Views: how to select a template in the Style Advanced settings

So views=>Basic Settings=>Style=>(table selected) Skinr=>

Then Apply additional CSS classes: and beneath that is the Template.

Neither the class that I add there shows up nor do any templates except "Default" in the pop-up.

When I click the "Theme information" in the Basic Settings, it shows and recognizes a template I have:
view-views-table--press-releases--default.tpl.php

but I can't get it to be used?

[solved]Drupal seems to be executing hook_nodeapi from my module but with code from another module?!

Hi,
I had the node_example module activated on my site. I used this to learn how to make my own client module. The node title was hidden to the user on the create client form and I set it to title = client ID + clientName. On creating the client, I kept getting the message "Client Invoice has been created". But the word "Jnvoice did not appear anywhere in my client module folder.

CCK fields are output as divs, not table: how to find

So a views is output as tables, as specified. Clicking on a single node within that return pulls up info but the html is a bunch of nasty nested divs, not a proper table.

I'm trying to restyle this but can't find where something is specified to be output as just.....divs.?

This is tabular data and as such, should be in a table. I'm getting lost trying to find where in Drupal I can get the dynamic return to be in a table format. As I mentioned, the views are but not the individual nodes/products. All the cck fields are output in divs.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x