Python Forum

Full Version: Please use code tags
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
My most common post
maybe we should show them how to use code tags. a video?
(Feb-05-2017, 07:20 PM)Larz60+ Wrote: [ -> ]My most common post
It always is. Even on the previous forum, it was.

9 times out of 10 once you give them a warning, or inform them directly that they are not using code tags, they figure it out and use them. It usually just the first post or first few posts.

You can make videos, tutorials, how-to's, notices, other instructions, post them all over so they have to click them, etc. There is even a banner for first activated accounts to use code tags. But they dont read them. They just skip over everything and immediately and go to posting. There isnt really a way around it other than to have multiple moderators fix the post for them. The more moderators, the less each one has to fix.
I'm pretty sure I violated the rules the first time or two that I used this forum

Even when I'm reading a new book, I have the habit of trying new ideas immediately
upon reading about them, and then venturing off into unread territory as a matter of course.

It's the nature of curiosity.
The only thing that I think would work would be to write some code for the forum that detects python code and code tags. Then if there is python code in a post but no code tags, it could pop-up a window saying "Hey, it looks like you've got code but no code tags. Please use code tags." However, I think that would take PHP skills beyond what the regular contributors have.
Hm! What would happen if it detect python code like this os.walk("/home/user/Downloads") but enclosed in icode or bold tags?
That seems like it might create more problems than it solves.
Probably better to just grin and bear it.
I got an idea, which I myself belive is silly and potentially troublesome to implement, but nonetheless...
The registration window could show new users rules and guidlines for using the forum (or link to it, or a condensed form of it...). And before being able to continue registration, they should answer 1 or 2 simple questions, related to forum rules. Nothing too difficult, but still enough to make sure they know to post proper questions, in proper sections and use codetags.
That may keep spam bots away too :D
Some would be ok with that, others would not. Personally, it would depend on my mood.
I don't think it would bother me, but on a bad day it might
I have thought about it. But when day comes you have a serious Python problem, and really need get some answer, that shouldn't be deal breaker.
Pages: 1 2 3