Welcome Guest, Not a member yet? Register   Sign In
Community-Auth variables?
#6

Hi skunkbad sorry for this inconvenience.
I re-dig the codes again and I found out the documentation and the actual codes do not matched.

In the documentation for example it says this for view variables.
Code:
$auth_username

But the actual codes said this,
Code:
        // Set user specific variables to be available in all views
        $data = array(
            'auth_user_id'    => $this->auth_user_id,
            'auth_user_name'  => $this->auth_user_name,
            'auth_level'      => $this->auth_level,
            'auth_role'       => $this->auth_role,
            'auth_email'      => $this->auth_email
        );

confusing

lol
No SEO spam
Reply


Messages In This Thread
Community-Auth variables? - by solidcodes - 03-04-2016, 07:54 PM
RE: Community-Auth variables? - by skunkbad - 03-04-2016, 08:40 PM
RE: Community-Auth variables? - by solidcodes - 03-04-2016, 10:19 PM
RE: Community-Auth variables? - by solidcodes - 03-04-2016, 11:48 PM
RE: Community-Auth variables? - by skunkbad - 03-05-2016, 03:43 PM
RE: Community-Auth variables? - by solidcodes - 03-05-2016, 08:06 PM
RE: Community-Auth variables? - by skunkbad - 03-05-2016, 08:16 PM
RE: Community-Auth variables? - by solidcodes - 03-05-2016, 08:08 PM
RE: Community-Auth variables? - by solidcodes - 03-05-2016, 08:21 PM



Theme © iAndrew 2016 - Forum software by © MyBB