ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

category display order wrong + images don't appear

February 16, 2011 11:36pm

Subscribe [1]
  • #1 / Feb 16, 2011 11:36pm

    markoneil

    11 posts

    Hi, I’ve got two problems—at least may be a bug that can be fixed with a version upgrade but I want to be sure before I go to the trouble. According to https://secure.expressionengine.com/download.php I have Version: 2.1.3 - Build: 20101220, purchased on 1-11-2011.

    (1) Category Order cannot be changed with up and down arrows

    (2) After being uploaded, image files do not display when called to a template from an entry tag. Instead the image url appears. A visit to the displayed url confirms that the image is there.

    Can these things be fixed with an upgrade? And if so, how do I upgrade? If I download from https://secure.expressionengine.com/download.php will that be the latest version or the one I already downloaded?

    Would appreciate a quick response—I’ve been trying to resolve this for quite some time and tonight I have to send something to my client.

    thanks

  • #2 / Feb 17, 2011 1:51am

    Cheif

    626 posts

    Can you show us what’s happening in your code via Firebg screen shot or something as well as the pertinant code in use.

    THere is a bit of a bug (of sorts) with thumbnail creation with images but really a bit more SPECIFIC data to work with 😊

  • #3 / Feb 17, 2011 3:55am

    markoneil

    11 posts

    Here is a screen grab showing the portion of the page that is affected:
    http://www.newsite.diverseandresilient.org/screen.html

    The url running off the page at the right is supposed to be a photograph.

    This is the code that produces that result:

    {exp:channel:entries channel="{channel}" limit="1"}
    <div id="photo">{photo}<!-- end #photo --></div>
    {/exp:channel:entries}

    It does not happen if I replace {photo} with an image tag that calls the image from the URL shown in the above screen shot.

    The thumbnail is showing up fine in the Publish form.

    thanks

  • #4 / Feb 17, 2011 3:10pm

    Ingmar

    29245 posts

    Category Order cannot be changed with up and down arrows

    That bug should have been fixed in the Beta, yes.

    After being uploaded, image files do not display when called to a template from an entry tag.

    Can you show us how you’re calling them, a bit of code, perhaps?

    how do I upgrade?

    Just download the Beta from the webshop (download the latest version of 2.1.3 will provide you with a radio button on the licensing details page allowing you to download the beta instead) and perform a version update like you always would.

  • #5 / Feb 17, 2011 5:53pm

    markoneil

    11 posts

    The code is in the excerpt shown above your reply. And here is the css:

    #photo {
        margin: 0 0 0 80px;
        padding: 0px;
        width:250px;
        float:left;
        text-align:right;
        border:0;
    }
  • #6 / Feb 18, 2011 3:59am

    John Henry Donovan

    12339 posts

    markoneil,

    You need to use the <img> tag in combination with the {photo} custom field. Like this

    {exp:channel:entries channel="{channel}" limit="1"}
    <div id="photo">{photo}<!-- end #photo --></div>
    {/exp:channel:entries}
  • #7 / Feb 18, 2011 2:56pm

    markoneil

    11 posts

    Thanks, John! All better!

    And I’ll consider the category order problem solved, since that just requires an upgrade.

    take care

  • #8 / Feb 18, 2011 3:02pm

    Ingmar

    29245 posts

    Very glad to see that you’re all set. Please post again as needed.

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases