making clickable making clickable
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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