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 trying to create php snippet to be available list recent added flexinodes...the problem is i want to list latest 10 flexinodes with: picture, title and date added, by all goes wrong cant understand those node_load and $output mechanisms ((( Somebody help, please!
I know about admin->settings->disable cache, but that does not help.
I'm constantly getting DUPLICATE KEY ... INSERT errors when something is inserted to the cache, while it is disabled (on lastest Drupal 4.6.5). Also most (authenticated) users have a problem of outdated pages shown to them.
How do I create a single page, denominated in the sidebar Navigation as "Blog" which contains all story entries?
I'm using Drupal 4.7
I believe it has something to do with Taxonomy, but I'm not sure how to achieve this.
I have Drupal running and I'm using box_grey theme. Now I want my sticky items have a certain look. So I change the css and when I try it on a taxonomy-page everything looks great. But when I use it on the front-page the look of the sticky item overrides the theme and take over the front-page. That is - almost everything in the front page gets the sticky theme.
I have tried calling till both .main-content . sticky and just .sticky. I get the same effect either way.
Anyone who can help??
I am using the upload module to upload files to my drupal site. I want to have one page where alle uploaded files are display e.g. in a list or sorted by category.