access to FEUsers variables from another module
Posted: Wed Jan 17, 2007 1:36 pm
Hey,
i want to alter the Calendar module so that I'll have the access to customcontent_loginname variables from inside of Calendar function. When I'm doing the $module dump, I see the data i want, but it's inside bunch of other arrays and stuff.
i coulndn't get to that var using $gCms['modules'] -> print_r of this gives me fatal error with malloc.
So: i'm inside a Calendar function that displays stuff for front-end, and I want to have access to {$customcontent_loginname} value (but not on the page, in the php code). Any programmers hints?
i want to alter the Calendar module so that I'll have the access to customcontent_loginname variables from inside of Calendar function. When I'm doing the $module dump, I see the data i want, but it's inside bunch of other arrays and stuff.
i coulndn't get to that var using $gCms['modules'] -> print_r of this gives me fatal error with malloc.
So: i'm inside a Calendar function that displays stuff for front-end, and I want to have access to {$customcontent_loginname} value (but not on the page, in the php code). Any programmers hints?