View Single Post
Old January 10th, 2006, 03:29 AM   #3 (permalink)
rbl
Senior Member
Verified Customer
 
Join Date: Aug 2003
Location: Portugal
Posts: 492
Send a message via AIM to rbl Send a message via MSN to rbl
One posted by Brian where you search showimage.php for the text in bold and add what's bellow:
$thisfield = 'field' . $field['fieldid'];
if ($field['fieldid'] == 'X')
{
$myvarname = $field['value'];
}
With X being the field id number.

I've also tried every variation of the vars like $fieldid[3], $field[field3], $customfield[3], and so on because before 3.5 I was using one of them.
I remember Brian helping me out on this but I can't locate the thread now that the forums were moved here.
rbl is offline   Reply With Quote