I have a few ideas for extra features and tweaks. You don't have the extension on github or the like, do you? Somewhere I could fork and submit pull requests.
This is an epic extension and exactly what I needed. My board has a trade section where people should not be able to flood the first page with offers, until now we have moderated this by hand. This extension (set to max 2 new topics per week) automates a bunch of moderator-work, for which I and my c...
Finally got this working, there is an essential piece of info missing from the installation instructions, without which the cron isn't triggered: Search viewforum.php for: if (!$config['use_system_cron']) Add below the closing bracket for that if-statement: if (!$config['use_system_cron']) { $cron =...
That's a shame, but understandably outside the scope of the extension. I may try and write a small extension which plugs into this one adding a rule type for adding/removing people to a group based on being a member of another group. Together with the AND logic that would allow me to make an 'except...
I have a use case which I think would not quite work out: I have a 'for sale' forum, which people cannot post in until they have 25 posts in the rest of the board. This is done through an auto-group with posting permission set to 'never' (I cannot use 'no' as the normal registered user group overrid...
The quiet corners idea is a good one, but I'm not sure it works well with my audience. Will have a think on it though, as it does sound good :) As for the active topics inclusion: there are a few forums which I have excluded already and some others which I am considering (the introductions forum, fo...
I run a board which has about 1000 unique visitors a day, and 25ish forums. The level of activity has been steadily climbing to a point where one weekend day's worth of 'active topics' can be 2 or 3 pages (40-60 topics that have new posts in them, maybe 120 new posts in all). This is challenging for...
On the live-mode testsite (http://www.4seven.de/forum/4test/viewtopic.php?p=22#p22) I get the following errors in my Chrome console: livepreview.js:47 Refused to set unsafe header "Content-length" livepreview.js:48 Refused to set unsafe header "Connection" And the extension fails...
Actually, a max width (in % or px) would be handy to constrain images to a fraction of the post width, preventing images from taking large amounts of (especially vertical) space on larger resolutions.