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.
The National Weather Service provides data in an XML format. On their page they say that you can access the data using SOAP. What capabilities does Drupal 4.6.5 have in regards to SOAP? Does anyone have any links or suggestions on writing an interface that can be used as a block in Drupal to pull their data and format it how I need?
I installed acidfree and created several albums. For some reason one of the album titles do not show up. Can anyone tell me what is wrong?
The title for the "hydraulic press" is missing.
I would like to have block that shows the titles of the site's most popular stories. I thought that I could do a SQL statement that would gather the most clicked on links, but some basic testing shows me that isn't working. I was doing this:
SELECT * FROM clicks c I then clicked on a link a few times, but the day_clicks,week_clicks, and total_clicks did not increment.
I need to make a custom login screen, with additional form data. I also need to gather data on many other pages, like forum pages and blog pages, and store it in my db etc.
How would i go about making these modifications?
Do i need a custom node type?
Will flexinode do?
Do i need a custom module?
Where would i start from a programming perspective?
Where do i start reading to do this?
I'll cheerfully read what i need to, learn what i have to, but just a few tips to start would help a lot :D
I want to have polls on various parts of my site. If there is a story on school uniforms I'd like a poll related to that. If there is a story on favorite color, I'd like a poll on that. I'd not need a poll for every node, but an option to have a poll if needed. Is this possilbe in 4.6.5, or do I need to modify code?