creating a mail link in the latest phpBB2 version

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
wbatzle
Forum Newbie
Posts: 1
Joined: Thu Feb 23, 2006 4:42 pm

creating a mail link in the latest phpBB2 version

Post by wbatzle »

I am attempting to create an e-mail link using the "[url=mailto:email@domain.com]text[/url]" cut off the quotes and that is the way it should look when it is in code but when I preview it is not coming out as the text being the link to the e-mail it is just coming out as the code. I have html enabled, I am a site admin, I can create a link to my e-mail by just typing in "e-mail@domain.com" but that isn't what I want. Can anyone help me?
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

Doesn't phpBB automatically turn email addresses into mailto's?

Testing: foo@bar.com
Post Reply