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.
Need my members to be able to select items / names from a list / colmumn on the right with multiple values and drag them or select them in some other manner to put them into a list / column on the left but the list / column on the left has a set maxium value available / salary cap / budget.
The multiselect widget seems similiar to what I'm looking for and even looks like what I'm envisioning but can't get it to perform in this manner.
You only need to unzip the file, execute de HService.exe and now you have a mail server running on Windows. Finally no more errors in Drupal when mailing.
I think I originally posted this in the wrong place (the Tokens module). Sorry.
I'm getting the subject error message when I go to configuration/actions.
I found a reference to the error in the Tokens module discussions. It says this was fixed in September 2010. I don't know if my error is from Tokens or not; but my Actions don't work.
If it's been fixed, WHERE'S THE FIX? If not, is there any way to work around this?
Chaos tools 7.x-1.0-alpha4
Date 7.x-2.0-alpha3
Views 7.x-3.x-dev
I've created a content type that has content is to be shown between two date-times. The content type has two date-time fields and I have some testing nodes created.
I've created a simple display for this, and in filter criteria, I've specified (using Date: Date) that the first date-time has to be less than or equal to now, and the second date-time has to be greater than or equal to now. This display is embedded onto other nodes via views_embed_view().
I'm trying to change the style_name of an image inside the node.tpl.php depending on a value of a certain variable (if statement). I'm very new to PHP, so any help would be greatly appreciated!