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.
This sadly is a cross post, and I'm at my wits end. The original post is here http://drupal.org/node/1048812
I think I may have posed it in the wrong area.
I cant get the second site to install. All I get is a directory listing.
I'm quite new at Drupal, but as an experienced programmer, I immediately set out programming a module :-).
My module is a kind of "Photo of the day". I have a content type "Photo" containing an image-field and a date-field. The date is not the node creation date but the date of the photo - eventually to be obtained from exif-data.
Now the task is to find the photo nearest to (and before) a given date. In pseudo-sql I would query like this:
"select top 1 nodeid from photo where photo.date <= given_date order by photo.date desc"
First post here as I only installed Drupal a couple of days ago.
I've installed the advanced forum module and all looks ok except that there is a menu in the middle of the screen where it shouldn't be. I've taken a screenshot of the problem which should make things clearer, I couldn't see how to attach a pic so here's the link:
I am looking around for support to get Drupal running in a slightly odd stack. The web servers are Linux (Ubuntu and CentOS, so tit can be either) but the DB is Sql Server. I have seen the new Sql Server PHP driver come out for windows, but I haven't seen as many options for Linux. This is a clean install, with the goal that most Drupal modules would work, specifically I need Organic Groups, Drupal-commerce, and some type of events calendar.
I do have a budget as well, so I can afford to pay for help if someone has experience with this.
I am looking around for support to get Drupal running in a slightly odd stack. The web servers are Linux (Ubuntu and CentOS, so tit can be either) but the DB is Sql Server. I have seen the new Sql Server PHP driver come out for windows, but I haven't seen as many options for Linux. This is a clean install, with the goal that most Drupal modules would work, specifically I need Organic Groups, Drupal-commerce, and some type of events calendar.
I do have a budget as well, so I can afford to pay for help if someone has experience with this.
I just got my site up and running again after being down for a bit, so i decided to switch it to D7. All is good and such but i am having one massive issue, while in the action page and I am trying to set up if a node has a new comment email the node author (system:send email for comment), if i use any tokens in the To or Subject fields, its just comes out int he email and what i write not exchanging the tokens for the right words.
For example if i use [node:author:mail] (as stated under the to field) than it has a To: [node:author:mail], not the node authors email.