Add check on new player for posting on forum #3036
Merged
Conversation
resources/lang/en/authorization.php
Outdated
|
||
'store' => [ | ||
'play_more' => 'Try playing the game before posting on the forums, please! If you have a problem with playing, please post to the Help and Support forum.', | ||
'too_many_posts' => 'Please wait for responses of current posts.', |
peppy
Apr 20, 2018
Member
incorrect key, and not sure this makes sense (as getting responses to posts doesn't increase your post limit)
incorrect key, and not sure this makes sense (as getting responses to posts doesn't increase your post limit)
Oh, that's an actual test failing |
`#create` saves, `#make` doesn't.
Explodes during insert.
resources/lang/en/authorization.php
Outdated
|
||
'store' => [ | ||
'play_more' => 'Try playing the game before posting on the forums, please! If you have a problem with playing, please post to the Help and Support forum.', | ||
'too_many_help_posts' => 'Try playing the game before posting further. If you still have trouble playing, check help pages.', |
nekodex
Apr 26, 2018
•
Collaborator
Maybe something along the lines of "You need to play the game more before you can make additional posts. If you're still having trouble playing the game, email support@ppy.sh"?
Maybe something along the lines of "You need to play the game more before you can make additional posts. If you're still having trouble playing the game, email support@ppy.sh"?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
No link because there's currently no way to embed link to error message. It doesn't sound like a good idea anyway for main message; perhaps add some kind of extended info to exceptions (and then a way to pass it from authorization).
Can use better wording for posting too many on help forums.