INSTALL.txt |
INSTALL.txt |
|
*******************************************************
INSTALL.txt for logintoboggan.module for Drupal
*******************************************************
INSTALLATION:
Place entire logintoboggan module folder into
(a) your… |
logintoboggan-rtl.css |
logintoboggan-rtl.css |
|
div.toboggan-login-link-container {
text-align: right;
}
div.toboggan-block-message {
text-align: right;
}
div.user-login-block {
text-align: right;
}
div.user-login-block a {
text-align: right;
} |
logintoboggan.css |
logintoboggan.css |
|
div.toboggan-container {
text-align: center;
}
div.toboggan-login-link-container {
text-align: left;
}
div.toboggan-login-link-container a {
text-decoration: none;
}
div.toboggan-block-message {
text-align: left;
}
div.user-login-block {
… |
logintoboggan.info |
logintoboggan.info |
|
name = "LoginToboggan"
description = "Improves Drupal's login system."
core = "6.x" |
logintoboggan.install |
logintoboggan.install |
|
|
logintoboggan.module |
logintoboggan.module |
|
Logintoboggan Module |
logintoboggan_content_access_integration.info |
contrib/logintoboggan_content_access_integration/logintoboggan_content_access_integration.info |
|
name = "LoginToboggan Content Access Integration"
description = "Integrates LoginToboggan with Content Access module, so that Non-validated users are handled correctly"
core = "6.x"
dependencies[] =… |
logintoboggan_content_access_integration.install |
contrib/logintoboggan_content_access_integration/logintoboggan_content_access_integration.install |
|
|
logintoboggan_content_access_integration.module |
contrib/logintoboggan_content_access_integration/logintoboggan_content_access_integration.module |
|
|
logintoboggan_rules.info |
contrib/logintoboggan_rules/logintoboggan_rules.info |
|
name = "LoginToboggan Rules Integration"
description = "Integrates LoginToboggan with Rules module"
core = "6.x"
dependencies[] = logintoboggan
dependencies[] = rules |
logintoboggan_rules.module |
contrib/logintoboggan_rules/logintoboggan_rules.module |
|
Logintoboggan Rules module |
logintoboggan_rules.rules.inc |
contrib/logintoboggan_rules/logintoboggan_rules.rules.inc |
|
|
README.txt |
README.txt |
|
*******************************************************
README.txt for logintoboggan.module for Drupal
*******************************************************
This module was co-developed by Jeff Robbins (jjeff) and Chad Phillips… |
README.txt |
contrib/logintoboggan_rules/README.txt |
|
Introduction
===========
It is a very simple module which provides an integration between widely
used modules "LoginToboggan" and "Rules".
Installation
============
1. Enable the module in the module listing page.
2. In… |
README.txt |
contrib/logintoboggan_content_access_integration/README.txt |
|
********************************************************************************
README.txt for logintoboggan_content_access_integration.module for Drupal
********************************************************************************
Developed by… |
UPGRADING.txt |
UPGRADING.txt |
|
*******************************************************
UPGRADING.txt for logintoboggan.module for Drupal
*******************************************************
5.x to 6.x:
1. The 'Set password & Immediate login' functionality has… |