publish link problem ???

Found a bug? Tell us!!
Post Reply
bloggers

publish link problem ???

Post by bloggers »

Hi there,

i have been using blogjet w/ Serendipity for a long time, and it works really well, but when i dowbload the newest version and test it. The error i found is: when i post a link on my article, but it doesn't appear ??

ex: when i publish a post
---------------------------------------------------------
title: great blog tool
body: more info , check it out:
www.s9y.org
---------------------------------------------------------

but when i come back to browser, it appear like this:

---------------------------------------------------------
title: great blog tool
body: more info , check it out:
<a href="www.s9y.org">www.s9y.org</a> (The link appear as html tag)
---------------------------------------------------------

please show me how to fix it...
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: publish link problem ???

Post by garvinhicking »

This seems to be aproblem of multiple interfering Event plugins. Please go to the admin area, section "configure plugins" and tell us which Event plugins you have installed (they are listed in the second table on the right).

Do you have the WYSIWYG editor active? If yes, you cannot enter <a href...> links there - you can only enter HTML code when in NON-WYSIWYG mode.

Regards
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
bloggerss

Post by bloggerss »

Hi garvinhicking

may be you have misunderstood my question.

the problem i have that im using blogjet 1.5 to publish a post. in blogjet there are 2 mode to post, one is [normal] mode, and other is

Code: Select all

 mode. In [normal] mode is like WYSIWYG editor which you can copy text or image or link from any website into it.

i copy a link from address bar into [normal] mode, ex: http://www.s9y.org , then i press publish in blogjet.

but when i view it in browser, i become as html tag:
<a href="http://www.s9y.org">http://www.s9y.org</a> (not a link which i expect it to be)

so i dun know Serendipity's bug ot blogjet's bug, but i have been using blogjet with no problem with Serendipity 7 before. i hope you can understand my problem and help me fix it.

p.s: you can download blogjet to test my problem: 

blogjet.com and configure as "moveable type api" when creating new account at blogjet.
Guest

Post by Guest »

and btw, the "configure plugins" is as default, cuz i haven't install any yet, and i also test it with WYSIWYG editor (on and off) , but it still doesn't fix the problem..
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Oh, I'm sorry. I overread your statement about using 'blogjet'.

Our XML-RPC API is currently not that well maintained, and I myself do not use it. So I think this is a problem that either blogjet sends the <a href> code with escaped HTML entities, or that Serendipity transforms the entities always (thought that shouldn't be).

I'm sorry, but since I don't use blogjet and am not planning to, I cannot help you further...maybe someone else here is more familiar with those tools?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply