[TYPO3-UG Dutch] Fw: property manager

Ric van Westhreenen | alterNET Internet BV ric at -NO-SPAM-alternet.nl
Wed Apr 5 16:35:34 CEST 2006


Misschien is het een tip om de ontwikkelaar te benaderen van deze 
extensie. Die kan je dat precies vertellen.

Ric

Flao wrote:
> Hallo,
> 
> Heb vorige week een mail gestuurd ivm de property manager extensie,
> 
> nu ben ik al te weten gekomen hoe je de taal kan veranderen
> (dit is gewoon de file locallang.php aanpassen)
> 
> maar weet echt niet waar te beginnen om het inlogvenster te verwijderen:
> 
> bv in pi1/class.tx_mmpropman_p1:
> 
> if($secureConf['useStrictLogin'] == 1)
>    {
>    $objUserAuth->user = '';
>    $objUserAuth->sendNoCacheHeaders = 1;
>    $objUserAuth->logoff();
>    $objUserAuth->gc();
>    $objUserAuth->start();
>    }
>   else if($this->_initUserSettings() == false) $objUserAuth->start();
> 
> 
> of in pi1/class.tx_mmpropman_p1_mit_original_fieldcontents:
> 
> // Usersettings
>   $this->internal["isUserLoggedIn"] = false;
>   if(isset($GLOBALS["TSFE"]->fe_user->groupData['title'][$this->conf["baseGroupID"]]) 
>    && isset($this->conf["baseGroupName"]) &&
>    $GLOBALS["TSFE"]->fe_user->groupData['title'][$this->conf["baseGroupID"]] == $this->conf["baseGroupName"])
>    {
>    $this->internal["isUserLoggedIn"] = true;
>    }
> 
> 
> of gewoon bij setup in typo3 zelf:
> 
> plugin.tx_mmpropman_pi1.secureCheck.useStrictLogin = 0
> 
> 
> Kan er iemand mij in de juiste richting sturen? Alvast bedankt!!!!
> 
> Mvg Jeff


-- 
---
Met vriendelijke groeten, kind regards,

Ric van Westhreenen

TYPOTycoon - TYPO3 Hosting
powered by alterNET Internet BV
http://www.typotycoon.nl/



More information about the TYPO3-UG-dutch mailing list