Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: Category Image url not being output correctly

Status Resolved
Add-on / Version Publisher 1.6.9
Severity
EE Version 2.10.1

Christian Rochford

Jan 21, 2016

Description:
I’m using the translate category tags to output category data, and its working great for the most part, just the category image url is not output correctly

Detailed steps to reproduce the issue:
1.create categories as per EE standard
2.add category data into publisher categories fields
3.add tags for category as below
4.image url is output strangely “https://boldminded.com/assets/support/uploads/placeholder-img-3.jpg”

{exp:publisher:translate_category cat_id="5"}
        <div class="column-1 match-height">
            <img class="col-icon" src="{cat_image}" alt="{cat_name}">
            <h3 class="col-heading">{cat_name}</h3>
<p>            </p><div class="reveal-container">
<p>                </p><p class="col-paragraph">{cat_description}</p>
<p>                <a href="{site_url}{cat_url_title}" class="underlined">Browse Category</a><br />
            </p>
</div>
<p>        </p>
</div>
<p>        {/exp:publisher:translate_category}

 

#1

BoldMinded (Brian)

It looks like #4 may have not been rendered properly. Could you clarify.

Also, you did add an image to the category in question? Can you take a screenshot and share it please?

#2

BoldMinded (Brian)

Comment has been marked private.

#3

Christian Rochford

Hi Brian, yes the categories images were all included. On point #4 above the tag I had included was parsed, it should have read: image url is output strangely “{file_dir_3}placeholder-img-3.jpg” the updated module is working perfectly, Thanks a lot!

Login to reply