The official extension repository only consists of freely available extensions. New documentation is rendered once a day.

The following extension versions depend on this extension:
| Filename | Size | View | Date | Download |
|---|---|---|---|---|
| ChangeLog | 5.3 K | View | 07.06.2008 | Download |
| TODO.txt | 575 | View | 04.06.2008 | Download |
| class.ext_update.php | 6.2 K | View | 04.06.2008 | Download |
| class.tx_newloginbox_feusers.php | 2.5 K | View | 04.06.2008 | Download |
| ext_icon.gif | 194 | View | 04.06.2008 | Download |
| ext_localconf.php | 732 | View | 04.06.2008 | Download |
| ext_php_api.dat | 21 K | 04.06.2008 | Download | |
| ext_tables.php | 1.5 K | View | 04.06.2008 | Download |
| ext_typoscript_editorcfg.txt | 6.4 K | View | 04.06.2008 | Download |
| ext_typoscript_setup.txt | 1.8 K | View | 04.06.2008 | Download |
| flexform_ds.xml | 4.1 K | View | 04.06.2008 | Download |
| flexform_ds_pi3.xml | 3.3 K | View | 04.06.2008 | Download |
| locallang.xml | 15.5 K | View | 04.06.2008 | Download |
| locallang_db.xml | 43 K | View | 04.06.2008 | Download |
| doc/TODO.txt | 58 | View | 04.06.2008 | Download |
| doc/manual.sxw | 241 K | 07.06.2008 | Download | |
| pi1/ce_wiz.gif | 125 | View | 04.06.2008 | Download |
| pi1/class.tx_newloginbox_pi1.php | 15.4 K | View | 04.06.2008 | Download |
| pi1/class.tx_newloginbox_pi1_wizicon.php | 2.9 K | View | 04.06.2008 | Download |
| pi1/clear.gif | 46 | View | 04.06.2008 | Download |
| pi1/locallang.xml | 91 K | View | 04.06.2008 | Download |
| pi3/class.tx_newloginbox_pi3.php | 19.8 K | View | 04.06.2008 | Download |
| pi3/locallang.xml | 76 K | View | 04.06.2008 | Download |
| res/newloginbox_00.html | 8.1 K | 04.06.2008 | Download |
## LOGIN BOX
plugin.tx_newloginbox_pi1 {
storagePid =
detailsPage =
showForgotPassword =
showPermaLogin =
email_from =
email_fromName =
replyTo =
templateFile = EXT:newloginbox/res/newloginbox_00.html
// Allowed Referrer-Redirect-Domains:
domains =
}
plugin.tx_newloginbox_pi1._CSS_DEFAULT_STYLE (
)
plugin.tx_newloginbox_pi1._LOCAL_LANG.default {
}
plugin.tx_newloginbox_pi1._DEFAULT_PI_VARS {
}
## USER LISTING
plugin.tx_newloginbox_pi3 {
CMD =
pidList =
recursive =
groupSelectmode =
groupSelection =
}
plugin.tx_newloginbox_pi3.listView {
customProcessing {
image = IMAGE
image.file {
import = uploads/pics/
import.field = image
import.listNum = 0
maxW = 200
maxH = 300
}
/* Example for custom processing of username field:
username = TEXT
username.field = username
username.wrap = <b>|</b>
*/
}
results_at_a_time = 50
maxPages = 20
show.email = 1
show.email_in_details = 1
show.email_in_details_when_logged_in = 1
alwaysPrev = 1
tableParams_list =
}
plugin.tx_newloginbox_pi3.singleView.customProcessing < plugin.tx_newloginbox_pi3.listView.customProcessing
plugin.tx_newloginbox_pi3._CSS_DEFAULT_STYLE (
.tx-newloginbox-pi3-listrow TH { background:#ccc; padding:0 .5em; white-space:nowrap; }
.tx-newloginbox-pi3-listrow TD { background:#eee; padding:0 .5em; }
.tx-newloginbox-pi3-singleView TH { background:#ccc; padding:0 .5em; text-align:right; white-space:nowrap; }
.tx-newloginbox-pi3-singleView TD { background:#eee; padding:0 .5em; }
)
plugin.tx_newloginbox_pi3._LOCAL_LANG.default {
# Example for setting the list field header of a column called "date_of_birth":
# listFieldHeader_date_of_birth = Date of birth
}
plugin.tx_newloginbox_pi3._DEFAULT_PI_VARS {
}
# TYPO3 CVS ID: $Id: ext_typoscript_setup.txt 5630 2007-06-07 19:36:09Z stradarius $