Drupal is up and running but how do I ...?

How do I show attachment file outside the content area in a node?

Hello!

I'm having some difficulties to change this behavior in Drupal.

I'm using the upload module.
So, I upload, for example, a loremipsum.pdf in a specific node.
The link to the loremipsum.pdf will be displayed with its content when I show this specific node.

But I don't want that default "Attachment/Size" link following the content of the node.
I want the link of this attachment in another part of the layout, in another

<code> not working

Hi all,

I'm using Drupal in my Scheme site and I have some scheme code that should be correctly arranged by < code > but it is not. Although I have in the source:

(define (fact n)
   (if (= n 1)
       1
       (* n (fact (- n 1)))))

In my page it shows up incorrectly. But you can see it's ok in the sources:
http://sat.inesc-id.pt/~pocm/scheme_portal/?q=node/23

Code snippet to display most recent image in a category

Sorry if this is redundant, but I spent quite a while looking for a solution.

I'm using the the image module and would like to be able to display the most recent full size image from a gallery category.

I'm working on a site that will feature different profiled artists and it'd be nice to be able to just create a new image, assign it a category, and have the image appear as a header on each page. The image could just link to the image_node where there would be further information added to the desciption field.

Is ?PHPSESSID Still a Problem in 4.6.3? Patches, suexec, .htaccess oh my!

I know vets are tired of the "how do I get rid of ?PHPSESSID in my URLs" discussion, but I have to bring this up again. I've searched and reviewed a number of threads on this. It looks like you could either modify your .htaccess file, or depending on the requirements of your host, edit your php.ini file.

Then it appears that there was a change in how this data was viewed, that it is a potential security risk and therefore should never appear for anyone in any drupal URL, ever.

PHP snippet show only published

This php snippet displays the unpublished nodes as-well, how do I make it so that it only shows the published nodes?

Is this what I have to add? If yes, where exactly?

Taxonomy Advice

I've got my first drupal project which has the potential to make use of taxonomy to help ease the burden. I'm not quite sure what the best way to implement it is, however. This is a volunteer project for a non profit animal shelter, so any advice will be for a good cause :)

Here's what I'm doing... The shelter's primary web purpose is to list animals available for adoption. It should be easy for people to browse animals, perhaps by certain criteria. There are a whole lot of vocabularies I can use here:

- Animal Type (Dog, Cat, Bird, who knows what else)
- Breed (probably with the backported freetagging module?)
- Age (Juvenile, Adult, Senior)
- Gender (Male, Female)
- Color (Brown, Black, etc)
- Weight Range (0-20lbs, 20-40 lbs, etc)

Some ideas I have:

1) use flexinode, one node type for each animal, different vocabularies applied to each node type

This is one option, let's me easily browse each animal type (/flexinode/list/#). But I don't think this will let me easily narrow down browsing. For example, say I want to browse male dogs that are under 50 lbs. This also would be a bit harder to maintain as there would be a bunch of similar but slightly different node types.

2) use flexinode, one generic animal node type

This will let me use taxonomy to browse the major characteristics. But I'm not sure flexinode will work because it means a lot of duplicates. For example, to easily browse, they'd have to tag the animal with a weight range, age range, etc and then also have to enter in the exact weight and age.

Pages

Subscribe with RSS Subscribe to RSS - Post installation