Welcome to Geeklog, Anonymous Sunday, December 22 2024 @ 12:28 pm EST
Geeklog Forums
mailto: problem
Status: offline
blueberry
Forum User
Junior
Registered: 10/22/08
Posts: 21
i have a problem my web site. i cannot use <a> tag in the story or static pages, for example
<a href="mailto:abc@gmail.com">abc@gmail.com</a>
did you know where can i find that problem? pls teach me how to do. :pray:
<a href="mailto:abc@gmail.com">abc@gmail.com</a>
did you know where can i find that problem? pls teach me how to do. :pray:
8
7
Quote
Status: offline
1000ideen
Forum User
Full Member
Registered: 08/04/03
Posts: 1298
Did you notice that you can link like this and avoid visible email addresses?
http://www.geeklog.net/profiles.php?uid=14481
http://www.geeklog.net/profiles.php?uid=14481
7
9
Quote
Status: offline
1000ideen
Forum User
Full Member
Registered: 08/04/03
Posts: 1298
True that`s useless.
Look for this line:
$_CONF['user_html'] = array (
after that there is a line similar to this:
'a' => array('href' => 1, 'title' => 1, 'rel' => 1),
change it to:
'a' => array('href' => 1, 'title' => 1, 'rel' => 1, 'mailto' => 1),
Look for this line:
$_CONF['user_html'] = array (
after that there is a line similar to this:
'a' => array('href' => 1, 'title' => 1, 'rel' => 1),
change it to:
'a' => array('href' => 1, 'title' => 1, 'rel' => 1, 'mailto' => 1),
6
8
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Quote by: 1000ideen
change it to:
'a' => array('href' => 1, 'title' => 1, 'rel' => 1, 'mailto' => 1),
That doesn't make sense. "mailto" is not an attribute but a protocol. As such, it should be added to $_CONF['allowed_protocols'].
bye, Dirk
10
11
Quote
All times are EST. The time is now 12:28 pm.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content