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

Any way to (with Categories module) NOT show links to content, only the content itself ?

Is there any way with Categories module to NOT show the links to the content, but only the content itself ?

In the website I am making, I have a story referring to setting up a tent.

The menu has a category:

Survival

Instead of clicking on the link and seeing the story text itself it has a link to the story below it, like this:

Survival
Tent Instructions article

I would like to find out how to get rid of the next level of menu if possible.

Thanks for your help.

sean

Full Text Search

Is anyone having problems with a ful text search? It seems I can't find "Staples", UPINS, when I do the search. I can find the word "test".

Problem with teaser code.

I'm using drupal 4.7, and wanted to use teasers for the main page.

I tried this code from here http://drupal.org/node/30967#comment-79533 :

sorting pool results

I have drupal 4.5.8. Is there possible to sort pool result by number of choices? I want to display results like that:

choice 1
+++++++++++++++++++++++++++++++
choice 2
+++++++++++++++++++++++
choice 3
+++++++++++++++++++++
choice 4
+++++++
choice 5
++

Problems getting img_assist working

Just thought I would relate some problems which consumed a lot of time unnecessarily (implied: lots of other users' time) due to the img_assist and image module authors assuming that admins have prior familiarity with their modules (4.7.2, btw). I think the image module is finally working now (there's an "image" content type, which I can create and publish), although the img_assist module still doesn't seem to work.

After getting the image and img_assist modules into the right place (not under {drupal_root}/modules/contrib/, argh), I still wasn't seeing any upload links on content add pages.

When I was administering these modules in drupal, I was getting the message "Make sure you have a working image toolkit installed and enabled, for more information see: the settings page", which is a horrible error message. "More information", my sasparilla. This message needs to be fixed! The image module has very poor documentation; it does not mention its crucial dependencies. The whole image-handling chain in Drupal seems to be bad about documenting dependencies and intelligibly warning about their absence.

I stumbled around and eventually figured out that I had to install libraries (GD or ImageMagick?). Luckily, it was very easy to install GD for PHP4 under Debian:

sudo apt-get install php4-gd

followed by a restart of apache, which caused the image module to start working (not img_assist, though).

Pages

Subscribe with RSS Subscribe to RSS - Post installation