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 have drupal 5.0 installed with the latest version of views.
My site has a number of articles, all of which have node reference Author. Author isn't the native author that drupal used (ie, 'posted by xxx'), rather it's a custom node type I created. Basically I'm posted the work of many Authors, and each Author has a bio and a description. I also want each author page to show a list of articles he has written.
I have a custom content type called "project" that sets up a basic project profile and another called "project popup" that creates a thumbnail from the node's teaser template and pops up a javascript window with the same node's full content template in the popup window.
I made a view that shows a series of "project popup"s and figured out how to embed it in the "project" template. So now I have the basics at the top of the page and a bunch of thumbnails on the same page, but the problem is that I can't figure out ho to show just the thumbnails for the particular project.
I'm currently developing a multilingual website with Drupal 4.7.x and the i18n module (http://drupal.org/project/i18n). Everything is fine except the site is super slow (it may take up to one minute for a page to fully load), particularly when I try to switch from a language to another.
Curiously, it never times out, it looks like Drupal is processing something over and over... like it's recalculating the whole cache for every page request.
Is there a module or a solution to auto generate a menu item for nodes and categories?.
The problem is that when i use pathauto and writes something like this for my nodes [type]/[cat]/[title] i get the path i want, same with the categories NODENAME/[cat]. But then i have to create a menu item for my node and have a block with the nodes that i only display when I'm on my node etc.
No problem in doing that, but the thing that is the problem is that Drupal forgets where I am, for example:
Nevertheless, yesterday I have upgraded my website to development version of Drupal-5.x, I do not think my issue has something with stability or instability of Drupal versions. Rather it is related to profile module itself.