We use cookies to improve your experience. No personal information is gathered and we don't serve ads. Cookies Policy.

ExpressionEngine Logo ExpressionEngine
Features Pricing Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University
Log In or Sign Up
Log In Sign Up
ExpressionEngine Logo
Features Pro new Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University Blog
  • Home
  • Forums

{image_url} and {thumb_url} problem using ext.gallery.cat

Development and Programming

spen_millard's avatar
spen_millard
10 posts
18 years ago
spen_millard's avatar spen_millard

Hello there

I’m using the nifty ext.gallery.cat extension. The problem I have is that the gallery is only being partially displayed. By this I mean that each image’s dimensions are being accounted for and a holder is appearing at the correct size. The Entry Title is also being displayed, but the images themselves are not appearing.

In the status bar, the following is appearing:

http://{url}/index.php/projects/project/sonic-arts/{image_url}

The path to the image itself is not being found…how can this be?

The following code is what I have popped into the template. Admittedly, I did copy the essence of it from elsewhere, but I haven’t heard of any similar problems:

<div id=”project_gallery”> {exp:gallery:entries gallery="gallery" category="{thumbs_id}” orderby=”date” dynamic=”off”} {entries} <div class=”thumb”> “]_ {thumb_url} width=”{thumb_width}” height=”{thumb_height}” alt=”{title}”_ </div> {/entries} {/exp:gallery:entries} </div>

Any ideas?

Cheers

Spen

       
dibeja's avatar
dibeja
11 posts
18 years ago
dibeja's avatar dibeja

Hi! Same problem in a project of mine, Try this:

{exp:gallery:entries gallery="gallery" category="{thumbs_id}” orderby=”date” dynamic=”off”} {entries} {row} <div class=”thumb”> “]_{thumb_url} width=”{thumb_width}” height=”{thumb_height}” alt=”{title}”_ {/row} </div> {/entries} {/exp:gallery:entries}

Worked for me.

Bye.

       

Reply

Sign In To Reply

ExpressionEngine Home Features Pro Contact Version Support
Learn Docs University Forums
Resources Support Add-Ons Partners Blog
Privacy Terms Trademark Use License

Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.