How does it work

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Sync100
Posts: 2
Joined: Wed 27. Feb 2013, 10:28
Contact:

How does it work

Post by Sync100 »

Hello everyone,
Just a quick question, what is the purpose of the dir phpwcms/picture? Is that for own use? So that I can upload pics manual to that dir and then use it in the content with a real image tag like <]img src="/phpwcms/picture/pic1.jpg"> or has it another meaning?
Thank you
pepe
Posts: 3954
Joined: Mon 19. Jan 2004, 13:46

Re: How does it work

Post by pepe »

Images inside the directory picture can be used inside phpwcms for template purposes with replacement-tags!

{IMAGE:imagename}

{IMAGE_RIGHT:imagename}

{IMAGE_LEFT:iImagename}

Try it... and you will understand!
nameless1
Posts: 878
Joined: Sun 27. Apr 2008, 23:22

Re: How does it work

Post by nameless1 »

pepe is right but at least {image: is depreceated.

take a look her for correct replacement tags:
click
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

Re: How does it work

Post by Jensensen »

This directory was formerly used by FCKeditor, wasn't it?
You can use it anyway for your purpose.
{so_much} | Knick-Knack. | GitHub
Umlaute im URL sind meistens immer Kacke.
Old Boy
Posts: 1203
Joined: Fri 23. Nov 2012, 13:52

Re: How does it work

Post by Old Boy »

Jensensen wrote:This directory was formerly used by FCKeditor, wasn't it?
You can use it anyway for your purpose.
Wasn't it... picture/upload what was used for the FCKeditor?
Post Reply