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 know there are several drupalers in the area, myself included. So, if you are interested signup and lets start talking. I would love to meet up with other drupalers over a beer to geek out on this stuff.
hi:
i have the image_attach option activated with a story content type. I attach one image and it shows as a thumbnail...very nice.
Now the user clicks on the thumbnail and it goes to the node page where i want to show the full image and not show the thumbnail.
After tearing my hair out trying to do a block with titles and teasers from a CCK custom content type using Views, and seeing that other people were having trouble, I sat down with phpMyAdmin, used var_dump($whatever) in the appropriate place and figured out something that worked for me. Maybe it will help you ...
Since version 4.7.0 Drupal removes tag and placed to all links slash before (/node/1). This works, but it cause, that search engines like google doesn't indexing subpages (of course with CleanURL activated) like (/node/5).
It is possible to add option, to enable absolute urls to all drupal links? Because, when I changed function url to return only absolut url, google start to indexing subpages. Or it will be possible, back to base href tag and remove slash?