Hi there,
I try to use the uid or name as $data, with no luck! Can someone help me? How can I call this?

$data->uid DON'T WORK
$data->user_uid DON'T WORK

What can I try else?

Fields are:
-Node Date
-Node Title
-UID

Customfield PHP:

print $data->nid "> print $data->node_title

Cheers Apfel007

Comments

Apfel007’s picture

i'm sorry of the format..:-)

...

<a href="my_content?nid=<?php print $data->nid ?>"><?php print $data->node_title ?></a>

casey’s picture

Category: task » support
Status: Active » Fixed

Try this to see what $data contains:

<?php
print var_export($data, TRUE);
?>
Apfel007’s picture

Thanx, best advice today!!!! I never expected that it calls "users!_uid".

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.