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 is to announce the release of a new module, Scripture Filter. It creates links from Bible book references, e.g. John 3:16. The links point can point to one of 3 locations: biblegateway.org, the ESV online bible or the NET bible. The default is biblegateway, but you can change that by using John 3:16 (ESV). The links will open in a seperate window. If there are any problems, let me know at david@dawninglight.net.
I am new to Drupal having come across from an ezPublish background. I have been having a look at the user profile module and have a few questions that I would like to ask all of you knowledgeable veterans.
Say I have three taxonomies:
1. Location that contains a hierarchical list of countries and regions
2. Gender (male & female)
3. Favourite foods.
Hello,
I have noticed that on longer stories it automatiaclly breaks to another page (from the homepage). I would like to change the amount (of charchters?!?) required until it breaks. Take it easy on me, i'm very new to this and it seems quite a good CMS.
I have used search, but i really haven't found anything.
Hello! I'd really like to come up with a module that would publish a "summary" node every week. This would be similar to what comes up every Sunday at http://www.gizmodo.com (as well as other sites), where the node is just a list of dated links to all nodes that were published during the previous week. Ideally, this would be an automated process. Has anybody done anything along these lines and/or could help point me in the right direction? Any guidance you can offer would be most welcome.
I've seen many posts where the user has been looking for a mailing list manager. I too wanted one, so I modified a script I wrote to be a mailing list manager. You can find the module here. Please note that PostGreSQL is required because of the way deletions are handled using foreign keys and the creation of alias maps for Postfix.
Postfix is the second requirement, and it must be compiled with PostGres support. So for all you Gentooers, that's USE="postgres", but I'm sure you already knew that.
I need to pre-set some values on a form. I have a custom module that sets a menu() link to a custom function to do this. It calls node_form() to save me the work of maintaining the form definition in more than one place. By using node_form() I can not pass parameters to form(), and default form action becomes /mymodule/myfunc/myparam, which does not handle post data.
I am solving this by modifying $_SERVER["REQUEST_URI"] which works, but in my opinion is an ugly hack that I do not like.
Can anyone suggest a better way of setting form "action" parameter?