backgrounds.admin.inc |
includes/backgrounds.admin.inc |
|
Implementation of the administration image upload and selecton form. |
dynamic_background.admin.css |
css/dynamic_background.admin.css |
|
#dynamic-background-admin-images .form-type-background-upload-form {
background: none repeat scroll 0 0 #F8F8F8;
border: 1px solid #CCCCCC;
clear: both;
min-height: 100px;
padding: 10px;
}
#dynamic-background-admin-images .form-item-labeled… |
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: 4px;
} |
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 = 7.x
files[] = dynamic_background.module
files[] = backgrounds.admin.inc
files[] =… |
dynamic_background.install |
dynamic_background.install |
|
Installation file for dynamic background, currently only the uninstall
function is present. |
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.test |
dynamic_background.test |
|
|
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 = 7.x
files[] = dynamic_background_blog.module
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 = 7.x
files[] = dynamic_background_context.module
files[] =… |
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 |
|
#edit-dynamic-background .dynamic-background-picture {
clear: both;
min-height: 105px;
margin-bottom: 10px;
background: none repeat scroll 0 0 #FFFFFF;
border-color: #CCCCCC #DDDDDD #EEEEEE;
border-style: solid;
border-width: 1px;
… |
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 (different backgrounds).
package = Dynamic background
core = 7.x
files[] = dynamic_background_node.module
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 = 7.x
files[] = dynamic_background_panels.module
dependencies[] =… |
dynamic_background_panels.install |
modules/dynamic_background_panels/dynamic_background_panels.install |
|
Handles 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 = 7.x
files[] = dynamic_background_user.module
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 = 7.x
files[] = dynamic_background_user.module
files[] = views/dynamic_background_views.views.inc
files[] =… |
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. |
weight.admin.inc |
includes/weight.admin.inc |
|
Hanldes the re-ordring of dynamic background extension weights to determind
overrid order. |