[TYPO3] Trying to use module configuration info in ext_tables.php
Tapio Markula
tapio.markula at dnainternet.net
Fri Jun 16 07:52:45 CEST 2006
Hi
I tried to use modulele configuration info for users/user groups
in an ext_tables.php
...
require_once (PATH_t3lib.'class.t3lib_befunc.php');
$confProperties =
t3lib_BEfunc::getModTSconfig($this->pageinfo['uid'],'mod.skin_grey_2');
....
but that caused error:
Fatal error: Call to a member function on a non-object in
/home/httpd/vhosts/t3test.xetpoint.com/httpdocs/typo3/t3lib/class.t3lib_befunc.php
on line 2224
I have used '$confProperties' in many class files but I don't figure how
I could use it inside ext_tables.php - or is it possible?
BTW. I tried to get anwer to this question in 'dev' list
but because I didn't get any answer I put it to this list.
More information about the TYPO3-english
mailing list