[SOLVED] can not display images |
11/21/2012 10:12:58 AM |
PHPRunner General questions | |
S
swanside author
On one of my projects, I have a field which is suppose to display an image from a URL |
|
![]() |
Sergey Kornilov admin 11/21/2012 |
Post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program. |
C
|
cgphp 11/21/2012 |
Set the field as Custom in view mode and enter the following code: $value = '<img src="'.$value.'" alt="my image" />'; |
S
|
swanside author 11/21/2012 |
Post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.
|
![]() |
Sergey Kornilov admin 11/21/2012 |
I recommend to follow Cristian's advise. In version 6.2 images are stored in different format to accommodate multi-upload feature. |
S
|
swanside author 11/21/2012 |
I recommend to follow Cristian's advise. In version 6.2 images are stored in different format to accommodate multi-upload feature.
the my image part update with the new images on a daily basis. |
![]() |
Sergey Kornilov admin 11/21/2012 |
I'm afraid you are overthinking it. Try this approach and if there is any sort of specific issue you face - post it here. |
S
|
swanside author 11/21/2012 |
I'm afraid you are overthinking it. Try this approach and if there is any sort of specific issue you face - post it here.
|
S
|
swanside author 11/21/2012 |
Set the field as Custom in view mode and enter the following code: $value = '<img src="'.$value.'" alt="my image" />';
|
![]() |
Sergey Kornilov admin 11/23/2012 |
To change image display size use height and weight attributes of img tag: |