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.
package = Flags |
flag.install |
flag.install |
|
Flag module install/update hooks. |
flag.module |
flag.module |
|
The Flag module. |
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 |
|
flag.view_bookmark.inc |
flag_actions.info |
flag_actions.info |
|
name = Flag actions
description = Execute actions on Flag events.
dependencies = flag actions
package = Flags |
flag_actions.install |
flag_actions.install |
|
Flag actions install file. |
flag_actions.module |
flag_actions.module |
|
Actions support for the Flag module. |
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… |