Hi,

I know that I can call up Facebook Status by <?php print $profile[facebook_status] ?>.

But how can I call the different elements one by one. For example the "facebook_status_slider". Is this hard to do or can I just extend the "print-command" ?

Maybe it´s simple, if someone knows the syntax of PHP, I don´t. I looked around and could not find any code-example for this. Is it possible anyway to call in the elements one by one?

I think an answer to this question would also help me with other modules, because it looks to me like it´s basically the same in most cases.

Thanks for any help,
Marc

Comments

feel’s picture

I would like to know that too.

karc2008’s picture

... and from what I understood, its all included in a form. So this has to be altered in template.php.

See it here: http://drupal.org/node/655726

feel’s picture

Oh, thanks, i'll try to figure it out.