moviehive wrote:Now that 3.1.0 is gold what is the EST for a beta?
Because I can only work on this in my free time and I'm not sure what availability I will have from day to day (and because this extension relies on template events that are not yet part of the phpBB core), I can't really give an estimate. However, now that 3.1 has been released, I do plan on making a more concentrated effort to finish this. You can follow development on the GitHub repository that is linked in the first post.
Cable Player wrote:Hi there, is this Extension similar to Quick Title Edition? If so, what will be different on this one different to that?
I believe they perform similar functions, but the implementation is somewhat different. I haven't really used QTE much at all, so I'm not exactly sure what all of the similarities/differences are. Once I release a more stable, working version, you're welcome to try them both out to see which one best meets your needs. I may also take some time to try that one out a create a feature comparison when I get closer to a release.
----
For reference:
From what I can tell, the Fatal Error posted by Mauron is due to my use of an event in posting.php that occurs before $user->setup() is called (the structure of that file is somewhat different than the structure of most of the other top-level files). I will need to take another look at posting.php to see if there have been any events added since the last time I checked that will be able to better suit my needs.
Also, I've been considering a jQuery drag and drop approach for setting prefixes on a topic (this is the current implementation if you test out the extension now, though that is just a quick proof of concept), but I'm wondering if that is practical or intuitive. In any case it would need to be tidied up a bit. I may revert back to a less complex multi-select box or something.