admin_form.css |
css/admin_form.css |
|
#dynamic-background-admin-images .form-item-labeled {
overflow: hidden;
}
#dynamic-background-admin-images .form-option,
#dynamic-background-admin-images .form-item-labeled label {
width: 450px;
}
#dynamic-background-admin-images… |
backgrounds.admin.inc |
includes/backgrounds.admin.inc |
|
Implementation of the administration image upload and selecton form. |
dynamic_background.admin.css |
modules/dynamic_background_views/css/dynamic_background.admin.css |
|
.dynamic-background-picture {
display: inline-block;
vertical-align: top;
margin-left: 22px;
min-height: 105px;
margin-top: 10px;
}
.dynamic-background-picture img {
display: block;
margin: auto;
margin-bottom:… |
dynamic_background.api.php |
dynamic_background.api.php |
|
Hooks provided by the dynamic background module. |
dynamic_background.info |
dynamic_background.info |
|
name = Dynamic background
description = Enables administrators to upload images, which are used as background on the site.
package = Dynamic background
core = 6.x
dependencies[] = imagecache
dependencies[] = imageapi |
dynamic_background.install |
dynamic_background.install |
|
Handles the install and uninstall process for the module setting module
weight and removes variables used by dynamic background. |
dynamic_background.module |
dynamic_background.module |
|
This module enables administrators to upload images used as background on
the site. The selected background image link is exposed as either $background
in the page.tpl file or as /background.css. |
dynamic_background.theme.css |
css/dynamic_background.theme.css |
|
.dynamic-background-picture {
display: inline-block;
vertical-align: top;
margin-left: 22px;
min-height: 105px;
}
.dynamic-background-picture img {
display: block;
margin: auto;
margin-bottom: 4px;
}
#edit-dynamic-background… |
dynamic_background_blog.info |
modules/dynamic_background_blog/dynamic_background_blog.info |
|
name = Dynamic background blog
description = Allows users to select uploaded backgrounds for user blog(s).
package = Dynamic background
core = 6.x
dependencies[] = imagecache
dependencies[] = dynamic_background
dependencies[] = blog |
dynamic_background_blog.install |
modules/dynamic_background_blog/dynamic_background_blog.install |
|
Installes the database scheme and handles install and uninstall of the
module. |
dynamic_background_blog.module |
modules/dynamic_background_blog/dynamic_background_blog.module |
|
|
dynamic_background_context.info |
modules/dynamic_background_context/dynamic_background_context.info |
|
name = Dynamic background context
description = Set different backgrounds based on a given context
package = Dynamic background
core = 6.x
dependencies[] = dynamic_background
dependencies[] = context |
dynamic_background_context.install |
modules/dynamic_background_context/dynamic_background_context.install |
|
|
dynamic_background_context.module |
modules/dynamic_background_context/dynamic_background_context.module |
|
|
dynamic_background_context_reaction.inc |
modules/dynamic_background_context/plugins/dynamic_background_context_reaction.inc |
|
|
dynamic_background_node.admin.css |
modules/dynamic_background_node/css/dynamic_background_node.admin.css |
|
.dynamic-background-picture img,
.dynamic-background-picture .form-option {
float: left;
border: none;
}
.dynamic-background-picture img {
margin-right: 10px;
}
.dynamic-background-picture {
clear: both;
min-height: 100px;
margin-bottom:… |
dynamic_background_node.info |
modules/dynamic_background_node/dynamic_background_node.info |
|
name = Dynamic background node
description = Allows users to select uploaded backgrounds for nodes.
package = Dynamic background
core = 6.x
dependencies[] = imagecache
dependencies[] = dynamic_background |
dynamic_background_node.install |
modules/dynamic_background_node/dynamic_background_node.install |
|
Installes the database scheme and handles install and uninstall of the
module. |
dynamic_background_node.module |
modules/dynamic_background_node/dynamic_background_node.module |
|
This module provides the node adminitrators with the option to use different
dynamic background images for each node. |
dynamic_background_panels.admin.css |
modules/dynamic_background_panels/css/dynamic_background_panels.admin.css |
|
.page-manager-wrapper .dynamic-background-picture {
display: inline-block;
vertical-align: top;
margin-left: 22px;
}
#edit-dynamic-background .fieldset-description {
margin-bottom: 20px;
} |
dynamic_background_panels.info |
modules/dynamic_background_panels/dynamic_background_panels.info |
|
name = Dynamic background panels
description = Enables the use of dynamic backgrounds on panels (different backgrounds).
package = Dynamic background
core = 6.x
dependencies[] = imagecache
dependencies[] = dynamic_background
dependencies[] = page_manager |
dynamic_background_panels.install |
modules/dynamic_background_panels/dynamic_background_panels.install |
|
Handles install and uninstall of the module. |
dynamic_background_panels.module |
modules/dynamic_background_panels/dynamic_background_panels.module |
|
|
dynamic_background_user.info |
modules/dynamic_background_user/dynamic_background_user.info |
|
name = Dynamic background user
description = Gives users the option to select a dynamic background image as their background image.
package = Dynamic background
core = 6.x
dependencies[] = imagecache
dependencies[] = dynamic_background |
dynamic_background_user.install |
modules/dynamic_background_user/dynamic_background_user.install |
|
Installes the database scheme and handles install and uninstall of the
module. |
dynamic_background_user.module |
modules/dynamic_background_user/dynamic_background_user.module |
|
This module provides user with the option to select a dynamic background
image for each user. |
dynamic_background_views.info |
modules/dynamic_background_views/dynamic_background_views.info |
|
name = Dynamic background views
description = Enable views to use dynamic background image for each display.
package = Dynamic background
core = 6.x
version = 6.x-1.6-beta2
dependencies[] = imagecache
dependencies[] = dynamic_background
dependencies[]… |
dynamic_background_views.install |
modules/dynamic_background_views/dynamic_background_views.install |
|
Installes the database scheme and handles install and uninstall of the
module. |
dynamic_background_views.module |
modules/dynamic_background_views/dynamic_background_views.module |
|
This module implements the views extension for dynamic background. |
dynamic_background_views.views.inc |
modules/dynamic_background_views/views/dynamic_background_views.views.inc |
|
|
README.txt |
README.txt |
|
Dynamic background
------------------
Enables site administrators to upload a range of images and select one as
background on the site. This enables non HTML/CSS aware administrators to
quickly change the background image on a site from within the… |
settings.admin.inc |
includes/settings.admin.inc |
|
Implementation of the administration settings form for the module. |
upload.form.inc |
includes/upload.form.inc |
|
The functions here is used to create an new form element
(background_upload_form), which can be used to upload images. It also gives
the possibility to flag a image for deletion or active background image. |
views-view.tpl.php |
modules/dynamic_background_views/views-view.tpl.php |
|
views-view.tpl.php
Main view template |
views_plugin_display_page_db.inc |
modules/dynamic_background_views/views/plugins/views_plugin_display_page_db.inc |
|
Contains the dynamic background views page display plugin, which is an
extension of the std. view page display. |