Status: offline

robinbowes

Forum User
Junior
Registered: 08/06/02
Posts: 23
Hi,

I'm trying to enter the following code in a HTML story:

List address: <a href="mailto:flac2mp3-announce@robinbowes.com">flac2mp3-announce@robinbowes.com</a><br>
Description: Read-only list for announcements<br>
To subscribe: <a href="mailto:flac2mp3-announce-subscribe@robinbowes.com">flac2mp3-announce-subscribe@robinbowes.com</a><p>

i.e. these should appear as mailto: links.

However, when I submit the story, geeklog strips out the mailto: code and I end up with the following:

List address: <a href="flac2mp3-announce@robinbowes.com">flac2mp3-announce@robinbowes.com</a><br>
Description: Read-only list for announcements<br>
To subscribe: <a href="flac2mp3-announce-subscribe@robinbowes.com">flac2mp3-announce-subscribe@robinbowes.com</a><p>

These of course don't appear as mailto links.

Is this a feature, or am I doing something wrong?

Thanks,

R.

Status: offline

vinny

Site Admin
Admin
Registered: 06/24/02
Posts: 352
Already answered this on the mailing list, but to make it searchable on Geeklog.net:

Quote by Vinny:
You need to add "mailto" to this line in config.php

$_CONF['allowed_protocols'] = array ('http', 'https', 'ftp');

-Vinny

Status: offline

robinbowes

Forum User
Junior
Registered: 08/06/02
Posts: 23
Quote by vinny: Already answered this on the mailing list, but to make it searchable on Geeklog.net:

Quote by Vinny:
You need to add "mailto" to this line in config.php

$_CONF['allowed_protocols'] = array ('http', 'https', 'ftp');

-Vinny


Yeah, sorry about the duplicate.

I posted to the list, then various things made me think the lists might be hosed (I've not had any traffic from geeklog-users for a while, the management screens are, ahem, broken, etc.).

Thanks,

R.