In the HKNA project, i exposed a flag in a view but it turns on the available option names are True and False instead of Yes and No.
Continue reading Drupal 7 – Override the Flag option names in Views Exposed Filter using String Overrides
Tag Archives: Flag
Drupal – Get flagged items of a specific user by PHP
We could get the flagged items by making the flag_get_user_flags() call. Assume we have setup a user flag called connect, the following example will return a list of a “connected” users which are flagged by a specific user (uid = 29). Continue reading Drupal – Get flagged items of a specific user by PHP