Re: Possible forum rewrite for 2.x
Number of replies: 0
Bill - It may not be the most intuitive place; however, if you login as the site admin and in the Site administration block go to Security -> Site policies you will find an option to set the maxeditingtime. I looked and the smallest value allowed by default is 1 minute which may give you the best of both worlds. If I submit something and realize I made a typo I can immediately correct it (if I am fast enough). If you really want to set that to zero you might be able to add it to your config.php file (but I forget the order of which one would receive precedence - that which is stored in the mdl_config table or the value in config.php). Alternatively you could use the attached patch to add the option for 0; however, keep in mind that you would need to reapply this patch when you upgrade your site as it would be a customization of the code (unless you want to create a tracker issue to allow 0 to be added as an option). Personally, I think one minute is effectively what you are looking for. Peace - Anthony