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'm using Drupal 4.7 Form API and want to add some extra code to "Save configuration"
and "Reset to defaults" on settings page? Is it possible to extend the default functions?
What I want for "reset" is a call to DB that removes all according variables instead of
only reset the forms on settings page. And on "save" I want to modify some variables
depending on the user input.
I was looking for some help using the Views API. I want to query on custom fields when I make my node listing so I dont' think I can use the form to generate my page. I am trying to use the various handlers to just make a simple listing available as a first step. I took the example table description from the API.txt file and put it in my module with no changes except the name:
- I switched to french and created a new term "contact"
- if I go to localisation now an search for this string to translate I will find it and there is a de whitch need translation
- but opening the translation dialog will show me a german and a french field to fill it.
The 4.7 search do not work at http://cms.stnetwork.de but advanced search is ok. I run /cron.php and poormanscron is also running fine, but why do only the advanced search display results?
I have the votingapi and simplevote modules working smoothly on a 4.7 install, but I'm working towards having similar rating functionality on comments.
If I understand the documentation correctly, votingapi provides the possibility to do this, correct?