X
|
xliner 5/12/2008 |
I have the following observation which is a problem to me: I have an application with photographs, but I am not inserting any of these on the "_list.php" page. Whatever I do, it is not possible to make any of the photos on the "_view.php" page to appear in a IBOX. As soon as I add one of the photographs to the "_list.php" page and have it displaied in a IBOX, display of all photos in the "_view.php" page also work in IBOX. If I then remove the photo from "_list.php" page, nothing will work in IBOX. This is rather inconveniant as I do not want any photos on the front page. Have you got a fix for this? Best regards Morten
|
J
|
Jepsen author 5/12/2008 |
Hajo |
X
|
xliner 5/12/2008 |
Hajo Thanks for your reply. Afraid your suggestions don't work, and making thumbs smaller is not a solution. I'm afraid the PHPR team have to wake up here Morten
|
J
|
Jepsen author 5/12/2008 |
I found a workaround |
X
|
xliner 5/12/2008 |
I found a workaround Include one photo om the list page Format the photo with IBOX etc Build project delete column with photo on list page build project again Then IBOX work on View page without any photo on view page. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=29134&image=1&table=forumreplies' class='bbc_emoticon' alt=';)' /> Morten
|
![]() |
Alexey admin 5/13/2008 |
Morten, ##foreach Fields as @f filter @f.bListPage && @f.bUseiBox && @f.bShowThumbnail##
##foreach Fields as @f filter @f.bViewPage && @f.bUseiBox && @f.bShowThumbnail## |
J
|
Jepsen author 5/13/2008 |
It is testet and it works <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=29213&image=1&table=forumreplies' class='bbc_emoticon' alt=':D' /> |