coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: budhead on June 11, 2006, 11:07:37 PM

Title: making clickable
Post by: budhead on June 11, 2006, 11:07:37 PM
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?
Title: Re: making clickable
Post by: Tranz on June 11, 2006, 11:13:37 PM
What text do you want to make clickable?
Title: Re: making clickable
Post by: budhead on June 11, 2006, 11:17:20 PM
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
Title: Re: making clickable
Post by: Joachim Müller on June 12, 2006, 07:29:18 AM
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).
Title: Re: making clickable
Post by: budhead on June 12, 2006, 09:18:09 AM
10x for the help