jReviews Support Forum

jReviews 2.x => General discussion => Topic started by: Prist on October 06, 2008, 07:54:39 PM



Title: external image
Post by: Prist on October 06, 2008, 07:54:39 PM
Hi Alejandro
I need to include external images in the schedule jreviews and I proceeded like this:
I've created 5 custom fields calling
jr_imagedvd,
jr_imagedvda,
jr_imagedvdb
etc. ..
I placed this code in detail.thml
Code:
<?php echo $CustomFields-> field 'jr_imagedvd'$listing);?>
but in my view shows not only the file that interests me but all the images in the folder plugin "Simple image gallery pro"
How can I fix?


Title: Re: external image
Post by: Alejandro on October 06, 2008, 08:06:12 PM
Sorry, but I am confused. What does simple image gallery pro have to do with this.

How are you configuring each of those fields and what is the text you are filling in?


Title: Re: external image
Post by: Prist on October 07, 2008, 04:56:16 AM
So I need to load more images than those given by your component for position in another section of the screen. I took the plugin Simple image gallery I created 5 per hour fields must enter the code in detail.thml to upload images that affect me.
The problem that by writing this line:
Code:
<?php echo $CustomFields-> field 'jr_imagedvd'$listing);?>
extracts from the all the pictures contained in it

   
Sorry for English but used an online translator, who can help me in Italian can replicate through


Title: Re: external image
Post by: Alejandro on October 07, 2008, 10:25:07 AM
I still don't see how this is related to jReviews ata ll. If the gallery displays all the images, instead of individual images, how is that the problem of jReviews.