Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
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:
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.
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
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.
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.