I'm attaching documents via the file attachment functionality to node content. They post in the Drupal file attachment matrix style on my nodes without issue. As I post each node, I'm also tagging the content using taxonomy.
QUESTION: I would like the attachments to display (as the default "list" attachment matrix) in the teaser view on the specific /taxonomy/term/ID output, just like they display on the full node. I see this documentation here:
What is the best way to insert images into blog posts in Drupal 6? I want the ability to post what looks like a news article that contains one or more small images within the text.
I'm currently switching the node to Full HTML, attaching an image to the node, unchecking the box for to list the attachment so that it doesn't show as a clickable link. I then copy the path that shows below the attachment and place it into an < img > tag and use the align= property to align it to the left or right of the text.
I'm new to Drupal and have been trying to figure out how to customize search results. I've found a few postings on it, but I'm not sure they are current for 6.1. It's also quite possible that since I'm new to all of this that I'm just not doing it right. So with that said...
Having a problem with the pager in 6.1. When I click on any subsequent page (next, last or page>1), I get a 403/forbidden error page. This is only when clean URLs are enabled. When they're disabled, it works fine. Any ideas?