Hello Gary,

try this:

[if {image-0}][img]{image-0}[/img][/if]
[if {image-1}]<img src={image-1} />[/if]
[if {image-2}]<img src={image-2} />[/if]

Thanks for the help Perry.

It ended up working, I just had to have the if statement in a complete line.  I couldn't keep the format the same.

Gary

Hey Everyone,

I'm using CuteNews 2.0.3 and have 3 additional fields.

All three fields are images with names, NewsImage, NewsImage2, NewsImage3

The only one that is required is NewsImage.  The other two are optional.

I can get the first one to work with this code in the template.

<div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'>
<div class="post-image">
  <div class="img-thumbnail"> 
    <img class="img-responsive" src="{NewsImage}">
  </div>
</div>
</div>

I can't figure out how to get the others to show when it's in use.

Any help?

Thanks
Gary

Anyone else having issues adding licenses?

Just purchased two Professional Licenses and couldn't get either one in my account.

Gary

I'm trying to get this to work as well.  Did you have any luck getting this work?

Gary

5

(1 replies, posted in Problem Solving / Help & Support)

Hey Everyone,

I'm a longtime user of the old CuteNews.Ru and switching over to CuteNews 2.0.2.

I'm having using getting the Full Link URLs to look and act the way I want.

The links on the Home page are showing up as "index.php?id=1"

I want them to go to a different page.  "newarticle.php?{date}(title}"

I've played around with the Rewrite, with no luck.

Any ideas?

Gary