I just released Galleon 2.2, which has a feature that folks have been asking for since 1.0. Users can now edit their own posts. This is thanks to Todd Rafferty. He did all the work for it and I just had to mod a line or two. My main objection to the ability for folks to edit messages was because I was worried folks would use it for abuse, but Todd added an automatic 'message edited' type when a user edits a message.
Anyway, enjoy.
Comment 1 written by FALCONSEYE on 9 July 2009, at 3:38 PM
When I try to login to the admin using admin/admin, I keep getting dumped to http://localhost:8500/galleon2/index.cfm with a message showing "Sorry, but there are no conferences available."
Right after I created two conferences, this started to happen. application.rights.CANVIEW is some alphanumeric char (7EA5070B-9774-E11E-96E727122408C03C)
any recommendations?
Comment 2 written by Raymond Camden on 10 July 2009, at 6:48 AM
Comment 3 written by FALCONSEYE on 10 July 2009, at 9:13 AM
If I get rid of this line, in \forumFolder\index.cfm:
<cfset data = application.permission.filter(query=data, groups=request.udf.getGroups(), right=application.rights.CANVIEW)>
I can see the conference. Ofcourse, this defeats the purpose.
Comment 4 written by FALCONSEYE on 10 July 2009, at 9:14 AM
Comment 5 written by FALCONSEYE on 10 July 2009, at 10:00 AM
window.onload = function() {document.getElementById("searchForm").searchterms.focus();}
which throws a javascript error. You might want to add id="searchForm" on line 53.
Comment 6 written by Raymond Camden on 11 July 2009, at 2:41 PM
Comment 7 written by Raymond Camden on 11 July 2009, at 2:44 PM
Comment 8 written by FALCONSEYE on 14 July 2009, at 2:13 PM
Comment 9 written by Raymond Camden on 14 July 2009, at 4:00 PM
[Add Comment] [Subscribe to Comments]