Ludmila Lipskaya Posted March 31, 2016 Posted March 31, 2016 look into Support Request Request ID 946056 shot, explanation the problem is when you config posting limits to users per day there is no any notification to them that they reach this limit. User leave forum with thinking that forum is damaged and he will not return back.
RPG-support Posted March 31, 2016 Posted March 31, 2016 That is why you flooded several topics including mine with your test messages.
chilihead Posted March 31, 2016 Posted March 31, 2016 Should be in Tracker https://invisionpower.com/4bugtrack/
Ludmila Lipskaya Posted April 5, 2016 Author Posted April 5, 2016 On 31.03.2016 at 8:53 PM, RPG-support said: That is why you flooded several topics including mine with your test messages. Sorry about that, it was misunderstanding with support suggestion.
orp Posted November 14, 2017 Posted November 14, 2017 Could someone confirm this is still a problem in 4.2+? The link to the bug tracker above does not work for me and I can't seem to find anywhere to set a custom error message when post limits are reached.... If this is still a problem (which it seems to be), then it makes the post limits feature useless as the post/upload/comment type buttons seem to just disappear when the limits are reached. There's no explanation and users would indeed just think the site is broken and become frustrated. Instead, when the post limits are reached, all content creation buttons that are normally available to the group should remain enabled but take the user to a customizable "permission denied" error when clicked.
Numbered Posted November 14, 2017 Posted November 14, 2017 Checked in 4.2.6, confirmed bug. forums-front-topics-topic default template line 306 with condition haven't else statement, which could provide any error message about current post limit restriction. It placed inside condition and never execute. Of course IPS should fix them, but if somebody need fast hard solution - put this code before line 306 condition: {{if !$topic->commentForm()}} <a id='replyForm'></a> <div data-role='replyArea' class='cTopicPostArea ipsAreaBackground ipsPad cTopicPostArea_noSize ipsSpacer_top'> {template="commentUnavailable" group="forms" location="front" app="core" params="'posts_per_day_error', null, null"} </div> {{endif}} It will show: or same in russian:
Numbered Posted November 17, 2017 Posted November 17, 2017 Confirmed in support. Will be fixed in dev branch of 4.3 (as said).
Recommended Posts
Archived
This topic is now archived and is closed to further replies.