I am posting this although it has been reported already in http://drupal.org/node/588640 and currently active, because I believe it is quite invisible in that issue (comment 8). Also, I want to suggest a different solution, possibly already made in http://drupal.org/node/575926 comment #12.
Testing the current views trigger I come to the conclusion that the popup field is insufficient. I can display all my fields, but I am not able to make it look nice. What I need is to put there is something quite similar to page-node-lightbox2.tpl.php. (I tried it and it displays the php in rawtext).
So the current solution with the popup field is difficult to theme, as far as I understand at least. Also you need a little logic of the kind "if the date is specified write a space after it, if not leave it out" to make it right.
I am not at all sure how to theme views. Maybe this is already possible, just documentation missing (in relationship with lightbox2)?
I will look into it. Any ideas so far?
Comments
Comment #1
mokko commentedI am looking at http://drupal.org/node/352970, but maybe someone with more views experience could help out.