Early Bird Registration for DrupalCon Atlanta is now open! By registering during our Early Bird Registration window, you’ll save $100. This window ends on 19 January 2025 and will go by quickly, so don’t wait!
Hi all,
since Drupal is changing so rapidly, I need to decide which way to choose in order to create additional module for Drupal.
Basically, I need to create different modules that will be extension of the standard STORY module (they will contain more fields than a normal story).
I also want users to be able to link ONE image (with automatic thumbnail creation, possibly) to each node.
Now i'm a bit confused on how to go on, while waiting at the new Drupal 4.4 coming out.
(NOTE: I originally posted this in Usage... forum, this is probably (??) a more appropriate place for it.)
I've searched about six or seven modules for clues, and the online doc - but no dice. I'm completely baffled how a Taxonomy Type is defined. I noticed the menu.module does not create a Taxonomy Type - so when you define a Menu structure, you select a taxonomy term to associate with that menu. No taxonomy type of "menu" exists. I know I can use a different type, and it shouldn't matter, but it still bothers me.
I've just hacked together a very small module that extends the weblink module to add a block that allows users to enable/disable the $user->weblink_new variable with a checkbox.
For the purposes of my site I wanted anonymous users to also have the ability to enable/disable this. This was not possible in the weblinks module as it exists, so I saw no other solution than to hack it. (I hate doing this, but what can you do?) This required saving/reading the variable in $_SESSION for anonymous users instead of in the $user object.
Hello
What are the easiest ways to include selected taxonomies in a block. I mean displaying the latest articles/posts (in a selected taxomony) in a block.
I wanted this functionality for my site and I didn't see it built in anywhere in Drupal. You can enter word/phrase pairs, such as "crap" and "crud". Wordfilter will search for all instances of "crap" and replace it with "crud". It is case insensitive and you can use regex expressions.
Try not to be too restrictive, I don't want to create a big brother / 1984 thing here (e.g. replacing "great" with "double plus good" ... shudder), but I want some control over my site without the burden of moderation.