flag.actions.inc |
includes/flag.actions.inc |
|
Hooks for flag actions. |
flag.admin.inc |
includes/flag.admin.inc |
|
Contains administrative pages for creating, editing, and deleting flags. |
flag.css |
theme/flag.css |
|
.flag-message {
position: absolute;
top: 1.7em;
line-height: normal;
left: 0;
width: 300px;
font-size: .8em;
}
.flag-wrapper {
position: relative;
}
/* The rest deals with indicating the waiting state. */
.flag-waiting a {
/* Give… |
flag.inc |
flag.inc |
|
Implements various flags. Uses object oriented style inspired by that
of Views 2. |
flag.info |
flag.info |
|
name = Flag
description = Create customized flags that users can set on content.
core = 6.x
package = Flags |
flag.install |
flag.install |
|
Flag module install/schema/update hooks. |
flag.module |
flag.module |
|
|
flag.rules.inc |
includes/flag.rules.inc |
|
flag.rules.inc
Rules integration for the Flag module. |
flag.rules_forms.inc |
includes/flag.rules_forms.inc |
|
flag.rules_form.inc
Rules integration for the Flag module. |
flag.test |
tests/flag.test |
|
|
flag.token.inc |
includes/flag.token.inc |
|
Flag module tokens support. |
flag.tpl.php |
theme/flag.tpl.php |
|
|
flag.views.inc |
includes/flag.views.inc |
|
Provides support for the Views module. |
flag.views_bookmark.inc |
includes/flag.views_bookmark.inc |
|
Upgrade code to migrate from Views bookmark to Flag module. |
flag.views_convert.inc |
includes/flag.views_convert.inc |
|
Update Views 1 views provided by both views_bookmark and flag modules. |
flag.views_default.inc |
includes/flag.views_default.inc |
|
Provides support for the Views module. |
flag_actions.info |
flag_actions.info |
|
name = Flag actions
description = Execute actions on Flag events.
core = 6.x
dependencies[] = flag
package = Flags |
flag_actions.install |
flag_actions.install |
|
Flag actions install file. |
flag_actions.module |
flag_actions.module |
|
Actions support for the Flag module. |
flag_handler_argument_content_id.inc |
includes/flag_handler_argument_content_id.inc |
|
Contains the content ID argument handler. |
flag_handler_field_ops.inc |
includes/flag_handler_field_ops.inc |
|
Contains the flag Ops field handler. |
flag_handler_filter_flagged.inc |
includes/flag_handler_filter_flagged.inc |
|
Contains the flagged content filter handler. |
flag_handler_relationships.inc |
includes/flag_handler_relationships.inc |
|
Contains various relationship handlers. |
flag_plugin_argument_validate_flaggability.inc |
includes/flag_plugin_argument_validate_flaggability.inc |
|
Contains the flaggability validator handler. |
README.txt |
README.txt |
|
You may want to visit the handbook of this module, at:
http://drupal.org/handbook/modules/flag
The Flag module is a flexible flagging system whose primary goal is
to give all the control to the administrator. Using this module, the
site… |
README.txt |
theme/README.txt |
|
Theming instructions
====================
You may want to visit the Theming Guide of this module, at:
http://drupal.org/node/295346
Template file
-------------
In order to customize flag theming:
- Copy the 'flag.tpl.php' template file… |