I have just installed PHP Runner 6.2, and I am trying to find a way to hide empty fields on my List page. The event code suggested in the manual for hiding empty fields just apply to the View page. It runs like this (fieldblock name just an example):
if (!$values["EPAHighway"])
$xt->assign("EPAHighway_fieldblock",false);
But on the List page there are no such field blocks to address. Anyone having a clever suggestion for a code snippet?
/Anders