Replacement-Tag [BOOKMARK] with phpwcms 1.2.9

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
skeut
Posts: 11
Joined: Fri 4. Nov 2005, 16:14

Replacement-Tag [BOOKMARK] with phpwcms 1.2.9

Post 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.
User avatar
Oliver Georgi
Site Admin
Posts: 9900
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

try [BOOKMARK title]Add to favorits[/BOOKMARK]
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
User avatar
Oliver Georgi
Site Admin
Posts: 9900
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

I have tested again - should work without any change. Check if you have uploaded all files.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
skeut
Posts: 11
Joined: Fri 4. Nov 2005, 16:14

Post 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
User avatar
Oliver Georgi
Site Admin
Posts: 9900
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

check if you have installed all new files.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
skeut
Posts: 11
Joined: Fri 4. Nov 2005, 16:14

Post 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
User avatar
Oliver Georgi
Site Admin
Posts: 9900
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post 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
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
skeut
Posts: 11
Joined: Fri 4. Nov 2005, 16:14

Post by skeut »

OK

that was the error.

thank you very much.

skeut.
Post Reply