making clickable making clickable
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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