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 went into attachednode.module and changed that to "<div class='attachedNode'>" (so I can style in my css sheet, but amazingly, the old styling still appears.
First:
I use taxonomy_context for navigating different sections of my site (not yet online). When there are child nodes, clicking on the parent category brings up a list of all nodes in that parent category. It's damned ugly!
I would like to be able to link a certain page to that parent category, like an introduction page. Right now I had to solve it by removing all child nodes and linking to them fron the "main" page. Not good!
Sorry for submitting two questions at the same time. But I feel this strange that when I typed a lot of content into a new node (say, new blog post, and I typed in thousands words), I could not see the whole piece of my post when I pressed Preview.
If I enable Drupal's Cache in admin->setting,
then jsdomenu.module causes fatal error that it said "Call to undefined function drupal_set_html_head() in line 80", when I try to access any page in drupal. (With jsdomenu module enabled and put in a block)
I guess this is because drupal caching the HTML head section so that jsdomenu can't call the function...? (Wild guess, indeed I don't know ...)
I have been looking around for a while how to set the maximum image resolution and file size for the image.module.
Also what is the benefit of using ImageMagick vs. GD2? I can select both, but I don't see any additional features.