Trying to add a link inside the events

I searched the forum to find a way to add a link inside the event, to get the user to the post related. I found this thread: viewtopic.php?f=16&t=13645&start=0&hilit=link+event
I followed the instructions, but it didn’t work out.

Example:
my website is “http://elsatrento.org”;
my post is “http://www.elsatrento.org/2010/09/1440”;
I add the this code in the field created following the instructions:
link”;
the link appears in the event, but when I click on it, this is the address I get to:
http://www.elsatrento.org/“http:/www.elsatrento.org/2010/09/1440/”

Would you help me?
And the next release will have a “link” field? I think it would be very useful.

http://www.elsatrento.org/“http:/www.elsatrento.org/2010/09/1440/”
It looks as double-escaping.
If you can control your php installation - check that MagicQuotes feature is disabled.

I followed the instructions, but it didn’t work out.
The main idea of that sample - has only text in DB , not the full link code
And use template to render event’s link in the text of event, if you put only elsatrento.org/2010/09/1440/ as value - in week and day view - they will be rendered as links.

I contacted my provider and he told me he deactivated the “magicquotes”, but still no working links.
Would you repeat me the steps to create a link inside the events? It would be very helpful.

Do you already know when you’ll release an update, and if there will be the link option?

Good news: my provider found an error in the php programming and it modified it to suite the plugin. Now I don’t even need the “mylink” procedure: I just need to insert the link as I would normally do with a post.

Thank you anyway for the help :slight_smile: