Project

General

Profile

Actions

Feature #15180

closed

add config'able FE user storage page

Added by Christoph Koehler over 18 years ago. Updated over 17 years ago.

Status:
Closed
Priority:
Should have
Category:
felogin
Target version:
-
Start date:
2005-11-06
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Ability to configure a page with the frontpage users.
This is from the newloginbox_tmplable extension by Miroslav Monkevic <>
I don't know if you need his permission first, I am sure he won't mind.

Just replace around line 87:

// Get storage PIDs:
$d=$GLOBALS['TSFE']->getStorageSiterootPids();

with:

// Get storage PIDs:
if ($this->conf['pid']) {
$d['_STORAGE_PID'] = $this->conf['pid'];
} else {
$d=$GLOBALS['TSFE']->getStorageSiterootPids();
}

Now you can configure it like so:
plugin.tx_newloginbox_pi1.pid = 141

(issue imported from #M1787)


Files

storagePid.diff (511 Bytes) storagePid.diff Administrator Admin, 2006-10-04 20:26
Actions

Also available in: Atom PDF