where does PHP code go for drupalfun example

Status: 
Solved
Question: 

I am using the "ultimate community guide site guide" and I have a few questions:
I have two questions so far:
1) Figure 4.7 on the profile panel page. After clicking the plus on the
right side as per instructions, I get "Node loaded from" instead of "Node
ID" content as per figure 4.7.
2) Curious about the PHP code on age 36. Where does it go? Also on figure
4.9 (views user interface), what goes in the "footer" and "empty text" area
as they both indicate PHP code?
Thanks

Responses

1. i might be able to help When

i might be able to help
When you click on the plus sign did you select from the 'node context' list? 'Can you see a node context list'
admin/build/views/edit/Avatar under basic settings there is a small title, just above Theme:information called 'empty text'
click that, put in the code and choose php.
hope that helps, I'm only a beginner with this.

2. For 1) Check if you have the

For 1) Check if you have the context enabled in your panel

3. Thanks

Thank you Dorien and Darrelldv. I am also new to Drupal.

4. In figure 4.9 the "Empty

In figure 4.9 the "Empty Text" is "PHP Code" for me it is "Filtered HTML" What is the difference? how do I get "PHP Code" right now I can only change this to "Full HTML"

5. Input format PHP code

Hi. The php input format is now a module so that it can be enabled and disabled. It comes disabled. Go to adminsiter -> modules and enable "PHP filter".