I am in the process of migrating my MT blog to Drupal, mainly over the licensing issues -- more uncertainty about the future of MT licensing than anything else. I also want to have all of the power available as I modify my site in the future.
The search on the site I've built (www.ksdp.org) does not search all site content -- only events. I need to set it up so it will search all the site's content. I've looked at the search module config screeen, and I'm not seeing anything there that will control what is searched and what isn't.
The search on the site I've built (www.ksdp.org) does not search all site content -- only events. I need to set it up so it will search all the site's content. I've looked at the search module config screeen, and I'm not seeing anything there that will control what is searched and what isn't.
using the contrib locale module I hit a strange problem today, which apparently is a known problem and has no simple solution.
if you use identycal translations for several form submit button strings and these forms happen to be controlled by the same function you'll get get strange results.
I hit this in the block module, we used the same translation for "Save Blocks" and "Save Block", every time I tried to modify the blocks configuration a new empty block was added (the button triggered the "Save Block" function instead of the "Save Blocks" function").