Page 1 of 1

Replacement-Tag [BOOKMARK] with phpwcms 1.2.9

Posted: Fri 2. Mar 2007, 11:08
by skeut
Hello,

Replacement-Tag [BOOKMARK] with phpwcms 1.2.9 is on my website not OK.

It's look like this (frontend): [BOOKMARK] Add to favorits [/BOOKMARK]

Have somebody an idea about that ?

Thank you for your help

skeut.

Posted: Fri 2. Mar 2007, 11:30
by Oliver Georgi
try [BOOKMARK title]Add to favorits[/BOOKMARK]

Posted: Fri 2. Mar 2007, 11:34
by Oliver Georgi
I have tested again - should work without any change. Check if you have uploaded all files.

Oliver

Posted: Fri 2. Mar 2007, 22:31
by skeut
ok, thanks for your answer.

I probably forgot something. I will look for my error.

Actually I solved my problem with a small development Javascript.

thank you for phpwcms. it is great.

skeut

Posted: Fri 2. Mar 2007, 23:01
by Oliver Georgi
check if you have installed all new files.

Oliver

Posted: Mon 5. Mar 2007, 09:52
by skeut
Hello,

I checked all the files and the link (resp. Replacement-Tag [BOOKMARK]) is ok with text but not with an image.

this is good:

Code: Select all

[BOOKMARK]
Add to favorits
[/BOOKMARK]
But this is not good in frontend:

Code: Select all

[BOOKMARK]
<img src="template/free_L/icons/bookmark_link_.gif" border="0" alt="Add to favorits" />
[/BOOKMARK]
Could you please tell me if it is on your site like on my ?

thank you very much for the help.

skeut

Posted: Mon 5. Mar 2007, 10:18
by Oliver Georgi
you have to put all in one line - [BOOKMARK] does not support line breaks. That's the error.

Code: Select all

[BOOKMARK]Add to favorits[/BOOKMARK]
Oliver

Posted: Mon 5. Mar 2007, 10:34
by skeut
OK

that was the error.

thank you very much.

skeut.