flag-admin.css |
theme/flag-admin.css |
|
table.flag-admin-table {
width: auto;
margin: 0;
}
table.flag-admin-table th {
font-weight: normal;
padding-left: 2em;
padding-right: 2em;
}
table.flag-admin-table td {
padding-left: 2em;
padding-right: 2em;
}
#flag-form .token-examples… |
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.api.php |
flag.api.php |
|
Hooks provided by the Flag module. |
flag.css |
theme/flag.css |
|
.flag-message {
position: absolute;
top: 1.7em;
line-height: normal;
left: 0;
text-align: left;
width: 300px;
font-size: .8em;
}
.flag-wrapper {
position: relative;
}
/* Better contextual link support, prevent line wrapping.… |
flag.export.inc |
includes/flag.export.inc |
|
Import/Export functionality provided by Flag module. |
flag.features.inc |
includes/flag.features.inc |
|
Features integration for Flag module. |
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 = 7.x
package = Flags
configure = admin/structure/flags
; Files that contain classes.
files[] = flag.inc
files[] = flag.rules.inc
files[] =… |
flag.install |
flag.install |
|
Flag module install/schema/update hooks. |
flag.module |
flag.module |
|
The Flag module. |
flag.rules.inc |
flag.rules.inc |
|
Rules integration for the Flag module. |
flag.test |
tests/flag.test |
|
Tests for the Flag module. |
flag.tokens.inc |
flag.tokens.inc |
|
Flag module tokens support. |
flag.tpl.php |
theme/flag.tpl.php |
|
Default theme implementation to display a flag link, and a message after the action
is carried out. |
flag.views.inc |
includes/flag.views.inc |
|
Provides support for the Views 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 = 7.x
dependencies[] = flag
package = Flags
configure = admin/structure/webform/flags
files[] = flag.install
files[] = flag_actions.module |
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_handler_sort_flagged.inc |
includes/flag_handler_sort_flagged.inc |
|
Contains the flagged content sort handler. |
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… |