Re: [campsite-support] Issues with Images using Xinha
  • Hi Tim,

    I fixed the issues you mentioned at the point 1, you'll get them in the beta
    4 version.

    Regarding the second point I created a ticket (
    http://code.campware.org/projects/campsite/ticket/2521) for a feature to
    allow the web designer to define a template for displaying the image inside
    the article content. I put it under the public requests milestone and I
    don't think it's possible to fit it in 3.0.0, we're already very busy trying
    to finish the stable 3.0.0 by the end of January.

    The point code handling the image display is in
    template_engine/metaclasses/MetaSubtitle.php, ProcessImageLink() method.

    Regards,
    Mugur

    On Jan 16, 2008 6:22 PM, wrote:

    > Author: Tim Smith
    > Link: http://code.campware.org/phorum/read.php?8,6123,6123#msg-6123
    >
    > --------------------------------------------------------------------------------
    >
    > I thought I posted this but I can't find my post. So here it goes again.
    >
    > 1) There are some html problems when the image is generated in the
    > template.
    > a) In the table tag you have align="left alt=" so the missing quotes mess
    > up the table alignment.
    > b) In the img tag the source does not have a closing quote and there is no
    > space between the src and border
    >
    > Here's the generate html
    > New Traffic Light
    >
    > 2) Here are some features that in my mind are a must.
    > a) Need the option to have the image in table.
    > b) Need to allow the user to set vspace and hspace.
    > c) Allow the user to set whether the caption should appear or not.
    >
    > Where is the code for handling the images?
    >
    > Thanks,
    > Tim
    >
    > --
    > Sent from Campware Forums
    > http://code.campware.org/phorum
    >
  • 1 Comment sorted by
  • Thanks Mugur,

    Tim