A proof of concept is shown below. As far as a practical implementation is concerned, maybe Moonchild/Admin can drop in a "rtfm.js" line in the template. Adding the event handlers might be trickier though ... there may be some way to manipulate with the event listeners using purely JS without needing to touch the form code, but I'm not a dev, and neither do I know JS well
Nudging the user to RTFM
Moderators: Lootyhoof, FranklinDM
-
squarefractal
Nudging the user to RTFM
Reading this post by x, I thought, why not remind the user to RTFM when they post about a very commonly known issue?
A proof of concept is shown below. As far as a practical implementation is concerned, maybe Moonchild/Admin can drop in a "rtfm.js" line in the template. Adding the event handlers might be trickier though ... there may be some way to manipulate with the event listeners using purely JS without needing to touch the form code, but I'm not a dev, and neither do I know JS well
A proof of concept is shown below. As far as a practical implementation is concerned, maybe Moonchild/Admin can drop in a "rtfm.js" line in the template. Adding the event handlers might be trickier though ... there may be some way to manipulate with the event listeners using purely JS without needing to touch the form code, but I'm not a dev, and neither do I know JS well
Re: Nudging the user to RTFM
People will not read anyway, that includes a notification upon posting.
"Son, in life you do not fight battles because you expect to win, you fight them merely because they need to be fought." -- Snagglepuss


-
squarefractal
Re: Nudging the user to RTFM
IMO, an appropriate colour, styling and positon will encourage many such people to read. For this forum, just over the three buttons (Save draft/Preview/Submit) would be a good idea.
The text, of course, needs to be concise. Perhaps something along these lines:
The text, of course, needs to be concise. Perhaps something along these lines:
Of course, you can't do anything about those users -- but if you have 20 posts now, and 2 posts after implementing this, would you not call that an improvement?You are probably posting about a well-known issue. Please read the following resources for information about this issue before posting.
(The moderators may delete this thread if it turns out to be already discussed in the below links.)
- Link 1
- Link 2
- ...
Re: Nudging the user to RTFM
This is a forum - not helpdesk software that offers these kinds of contextual things when submitting a new ticket.
Also, it would require more maintenance to maintian a loist of "common issues" and another list of "relevant resources" for each "common issue".
No, posts will just get disapproved at this point if people are obviously asking for something that is clearly already answered and would just create more redundancy.
Also, it would require more maintenance to maintian a loist of "common issues" and another list of "relevant resources" for each "common issue".
No, posts will just get disapproved at this point if people are obviously asking for something that is clearly already answered and would just create more redundancy.
"Son, in life you do not fight battles because you expect to win, you fight them merely because they need to be fought." -- Snagglepuss


-
squarefractal
Re: Nudging the user to RTFM
If you're not open to a manual solution, I'm sure some phpBB "extensions" (or whatever the server-software specific additions are called) that do this kind of thing, that displays related topics before an user posts (like the one seen on Stackexchange sites)?Moonchild wrote:Also, it would require more maintenance to maintian a loist of "common issues" and another list of "relevant resources" for each "common issue".
Although, I guess it's not an acceptable solution at all, since point 1 of Moonchild's post applies.
Re: Nudging the user to RTFM
If it is something that a mod can offer and that can dynamically pull potentially relevant threads out of the database, then I'd consider it.
"Son, in life you do not fight battles because you expect to win, you fight them merely because they need to be fought." -- Snagglepuss


