[SOLVED]Problem with IMAGE in templates

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
lgts
Posts: 13
Joined: Thu 26. Jan 2006, 16:41

[SOLVED]Problem with IMAGE in templates

Post by lgts »

phpwcms v1.2.6-DEV 14.12.2005
If I type {IMAGE: img/my_image.gif} in the main block under templates the image wont show on the front page. This is a new problem for me. It came with this version of phpwcms. :shock:
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Hi Igts,

{IMAGE:../img/my_image.gif}

the docu says:
All Image Replacement Tags will be linked to the Images in the Picture directory in the standard settings. So if you want to link to a picture in another directory you need to edit the link.
{IMAGE:../content/images/picture.gif}
Gruß Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
lgts
Posts: 13
Joined: Thu 26. Jan 2006, 16:41

Didt work.

Post by lgts »

The images does not show on the frontend :S
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Hi,

take a look: www(.)mz.ja-nek.de/index.php?test2_3_1

Gruß Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
lgts
Posts: 13
Joined: Thu 26. Jan 2006, 16:41

Yes

Post by lgts »

I know how it works, but there must be something wrong with the replacement tag. works on earlier versions.
lgts
Posts: 13
Joined: Thu 26. Jan 2006, 16:41

fixed :)

Post by lgts »

Ok, I've got it. My bad :) I had a space: IMAGE: ../ it should be IMAGE:../

Thanx anyway :roll:
Post Reply