Jump to:
| Project: | View of Views |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | dungiis |
| Status: | active |
Issue Summary
Hi everyone
I am now working on Drupal6 and use CCK to create a content type called "List people". It included some fileds such as : Age, Sex, URL, Education... and an Image Upload Field type named "Picture Profile".
I also use Module Views to create a PAGE (Path = listpeople) that display all nodes of the content type named "List People" as i said above.
I created a PAGE aims to show all people of the content type "List people" with some display fields are : Name, Url, Picture profile ( views-view.tpl.php )
When i browser the url : http://localhost/drupal/listpeople it's work ok on Firefox but i've got the fantastic problem is "When i view by IE, Chrome, Safari. Unfortunately, The Pricture Profile Field can be displayed although Name Field, Url Field are ok but except Picture Profile Field"
Anyone here has ever seen the same problem?
Please let me know if you have the solution to kill it or tell me other ways to do this task
Comments
#1
#2
Anyone has any idea ?