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.
I've successfully installed Drupal and I'm learning my way around. I've also installed the Molleo theme because it provide tabbed navigation at the top of the screen. The theme looks great, but how do I set up tabs?? I don't see any other type of navigation block except for primary links and they do not display at all in the Molleo theme.
1. How can organic groups be configured to make all subscribed members receive an email by default when a new posting is made to the group? (The option is off by default and requires the user to manually turn it on)
2. How can the "post reply" link in the sent emails be removed (the group in question have comment shut off so the user gets a "This discussion is closed: you can't post new comments." when they follow the link.
3. How can the "You are subscribed to the group 'xxx' at 'drupal'." be changed to my site's name (replacing 'drupal')
I just posted a new Drupal webiste (my first one) and not 24 hours later, I received a spam email that used my website's email address as the From field -- this address is only listed in Drupal on the admin>settings>general settings page. The other weird thing is that the spammer also mailed it to me (using the same website mail address...strange.) Anyway, is there any way I can protect this address from spammers?
I can't seem to get IIS to direct requests to the drupal document root, or I am doing something wrong in the configuration of a multi site single codebase set up... I suspect I could get it up and running properly if I was working on an Apache server, unfortunately I am stuck with IIS... Is there a way to simply use the actual directory path in the URL?? That is, can I configure Drupal to go to the following:
I am quite new to drupal and just created my first nodetype module called 'Order' (based the code on node_example). It all works perfectly, except I have a few questions: