{image} wont work as href in link {image_src} doesn't work

Asked by Odd

Hi,

I want my image to show as a link like so:
<a href="{image}" target="_blank">Press here for image</a>
only that doesn't work...
i searched the net and everywhere they talk about {image_src} but that doesn't work with mine...
got 2.2.3

help please

Odd

ps. pardon my english

Question information

Language:
Dutch Edit question
Status:
Solved
For:
phpns Edit question
Assignee:
No assignee Edit question
Solved by:
Odd
Solved:
Last query:
Last reply:
Revision history for this message
alecwh (alecwh) said :
#1

I believe {image_src} was deprecated in a previous release. You can now
use {image_location}. Try that.

Revision history for this message
Odd (j-johnson) said :
#2

very nice, thank you very much!
Problem solved!

Revision history for this message
alecwh (alecwh) said :
#3

On Tue, 2008-08-19 at 20:04 +0000, Odd wrote:
> A question was asked in a language (Dutch) spoken by
> none of the registered phpns answer contacts.
>
> https://answers.launchpad.net/phpns/+question/42614
>
> Hi,
>
> I want my image to show as a link like so:
> <a href="{image}" target="_blank">Press here for image</a>
> only that doesn't work...
> i searched the net and everywhere they talk about {image_src} but that doesn't work with mine...
> got 2.2.3
>
> help please
>
> Odd
>
> ps. pardon my english
>
--
Alec Henriksen <email address hidden> @ http://alecwh.com

Revision history for this message
alecwh (alecwh) said :
#4

The help.php had that error... I must have forgotten to change it after
the deprecation. The latest commit fixes the help.php file.