Thumbnail creation

Third Party Plugins to CMSimple - how to install, use and create plugins

Moderator: Tata

Post Reply
roze
Posts: 270
Joined: Tue Jun 03, 2008 7:13 am
Location: NL
Contact:

Thumbnail creation

Post by roze » Sun Feb 08, 2009 5:46 pm

I'v used the plugin as described in wiki

Installed CMsimple 3.2 with the thumbnail pre-configured as advised.

I've made a -not working- new page :

Code: Select all

<h1>test rob</h1>
<p>#CMSimple thumb("sb");#</p>
<p><img title="title" height="318" alt="alternative text" width="480" border="0" style="WIDTH: 131px; HEIGHT: 106px" src="http://www.femkezeijen.nl/femkezeijen/images/voorbeeldgroot.jpg" /><br /></p>
<p>&nbsp;</p>
A sample page wich works is:

Code: Select all

<h1>Welcome</h1>
<p>#CMSimple thumb("sb");#<img height="125" alt="" width="200" border="0" style="WIDTH: 200px; HEIGHT: 125px" src="http://www.femkezeijen.nl/femkezeijen/images/test.jpg" /></p>
I have read it a thousand time but I can't see what i do wrong.

Can somebody help me?

http://www.femkezeijen.nl
Rob Zeijen,

Valkenswaard (NL)

Tata
Posts: 3587
Joined: Tue May 20, 2008 5:34 am
Location: Slovakia
Contact:

Re: Thumbnail creation

Post by Tata » Sun Feb 08, 2009 7:50 pm

IMHO the path is wrong

Code: Select all

src="http://www.femkezeijen.nl/femkezeijen/images/voorbeeldgroot.jpg" />
Shal it not be only?

Code: Select all

src="http://www.femkezeijen.nl/images/voorbeeldgroot.jpg" />
CMSimple.sk
It's no shame to ask for an answer if all efforts failed.
But it's awful to ask without any effort to find the answer yourself.

roze
Posts: 270
Joined: Tue Jun 03, 2008 7:13 am
Location: NL
Contact:

Re: Thumbnail creation

Post by roze » Sun Feb 08, 2009 10:47 pm

Tata wrote:IMHO the path is wrong
when I change:

Code: Select all

src="http://www.femkezeijen.nl/femkezeijen/images/voorbeeldgroot.jpg" />
into your suggestion:

Code: Select all

src="http://www.femkezeijen.nl/images/voorbeeldgroot.jpg" />
and I SAVE it, It changes in

Code: Select all

src="http://www.femkezeijen.nl/femkezeijen/images/voorbeeldgroot.jpg" />
I don't understand....................
Rob Zeijen,

Valkenswaard (NL)

Post Reply