News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

making clickable

Started by budhead, June 11, 2006, 11:07:37 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

budhead

i had read somewhere in this forum for something like make_clickable.

QuoteClick %s to log in.', //cpg1.4

I want the link to be active but when I use <a> tag the message resieves empty.

is there somthing that makes the text clickable?

Tranz

What text do you want to make clickable?

budhead

This is the body of passwd reset e-mail so the link "%s" is not clickable in the e-mail and I want it to be :)
Quote'passwd_reset_body' => 'Here is the new password you requested:

Username: %s

Password: %s

Click %s to log in.', //cpg1.4

Joachim Müller

Should be clickable in some email clients. You have little control over that, since the behaviour differs from email client to email client. Not related to the make_clickable function (which is a server-sided thing, not client-sided).

budhead