Hi,
When I change some settings in the backend ("Flag note form title", "Flag note help text (behind textarea)", ...), Drupal says "Flag is updated". But when I reload the page, the old settings are still visible. So settings aren't stored in database.
I'm using: flag-6.x-2.0-beta6.
I tried debugging, but I couldn't find the exact problem :-( ...
Jochen
Comments
Comment #1
Jochus commentedI think you need to hook into flag-6.x-2.0-beta6: flag.inc -> line 203.
I've writte this method in flag_node.module:
This fixes the problem. But I'm not sure this is the correct way to solve this. I don't know much about flag and flag_note ... Hope it rings a bell on your side
Comment #2
gunzip commentedcouldn't reproduce the bug with flag-6.x-2.0-beta6 and flag_note-6.x-2.x-dev
may you try with a clean installation ?
Comment #3
Jochus commentedMmm ... strange ... I don't have this problem on a clean drupal-6.22 install with views-6.x-2.16, flag-6.x-2.0-beta6 and flag_note-6.x-2.x-dev ... it must be something else.
I will look further into it