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 am trying to set notification emails for the eventfinder module, but am confused by the %field notation.. I gather these are DB fields names (title comes from node table?) but am not sure which tables I get to choose?
Can anyone who has solved this point me at how to include the following info:
-- First,Last,email of the user who registerd (I am using the quick registration, contact form)
-- a link that takes you to the event page
Here is a plugin which scans the text of a post and intelligently replaces it with hyperlink URL's to the appropriate pages that are defined. Very cool and I'd love to see it on Drupal.
Does anyone out there know a way to port a plugin like this? I presume its written in PHP since I think thats what Wordpress uses though I'm sure there are some function differences. How hard is it to convert plugins? Has anyone done it? Could anyone do it?
I'm seeing applications for Drupal that I would love to use, but this one is straining my little grey cells.
I have a group of notes that is song words for different songs.
Each week we choose from these 40 songs to create a bulletin for our church service.
Currently, I have a HTML page with 7 drop-down lists to select a song, and a CGI program which reads individual files specified from the drop-down list. The result is a single web-page which we cut and paste into a word document.