New Message: [BUG] manilaSuite.radioHosting.commentsPage
webmaster at userland.com
webmaster at userland.com
Tue Nov 22 15:19:06 CST 2005
A new message was posted:
Address: http://frontier.userland.com/discuss/msgReader$14306
By: Thomas A. Creedon (thomas at creedon.net)
Hello UserLand,
In the set logoutlink section of the manilaSuite script, if a cookie is found and the member doesn't have a name defined in personalInfo, then the email address is returned which then gets activated. This fouls things up because the link is a mailto and not a link to logout.
After the line...
local (t); new (tableType, @t)
..I put...
if string.isValidEmailAddress (membername) { \// 11/22/05; 1:03:33 PM by TAC - neuter email so it won't be activated
membername = string.replace (membername, '@', "\\\\@")}
This is a Manila site... http://manila.userland.com/.
More information about the Manila-Server
mailing list