The Data from MS

1 reply [Last post]
mossill
Offline
Joined: 04/19/2010
Status: 
Answered

I'm building a custom site using panels. I need a way to use the MS features on my user account page. What is be best way going about doing thing ?

I'm trying to avoid connecting to the database.

Leighton Whiting
Offline
Joined: 06/02/2009
Mossil, There are a bunch of

Mossil,
There are a bunch of useful things that are loaded into the $user object, so you can try doing a

  1.  
  2. global $user;
  3. print_r($user);

to see what is in there. Some of the things include the referrer, affiliate balance, current memberships, etc.

What exactly are you trying to do? There are a lot of useful functions you can call to retrieve data.

Sincerely,
Leighton Whiting

Twitter Feed