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 installed Drupal and got many installations but have an image.module problem:
I can't understand why, in same Drupal installation, with image.module, in A site I get "Image galleries" terms equal (correspond) to "image galleries" and in B site are different
I mean that if in A site I add a new gallery (/admin/image/add) called "My Gallery" it appears in Taxonomy too, if I do the same in B site and add "My Gallery" via /admin/image/add it doesn't appear in Taxonomy.. any idea?
Seems like my Drupal is falling apart lately.. I have several problems i've posted (none of which have any replies yet..hint hint..) - here is my newest problem - maybe it's simple enough that someone can help.
My scheduled cron.php jobs stopped running - or at least stopped updating "cron completed" in the watchdog.
My question is how do i find out specifically what print $content brings back. In other words, I have cck and I need to format my teaser so that nodevote is displayed in the teaser but i dont know how to call the function in my teaser. My code right now is this:
if ($page == 0) {
if ($sticky) { print " sticky"; } if (!$status) { print " node-unpublished"; } ">
ok - on my site - i have links for register and login -- if the user is already logged in i would like it to say "johns place" or something or maybe just "my page" -- is this possible? if so, how?
the menu options are currently in the secondary menu.
I am curious what is the best way to add content or modify the "Page Not Found" pages, so as to offer something to the user even though the site page is not found. Any help appreciated. Thanks. -Ivan