![]() |
Please use code tags - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Forum & Off Topic (https://python-forum.io/forum-23.html) +--- Forum: Board (https://python-forum.io/forum-26.html) +--- Thread: Please use code tags (/thread-1937.html) |
RE: Please use code tags - Larz60+ - Feb-07-2017 How about the book authors (or Python pioneers) who may want to offer advice? Just trying to think about possibiliies RE: Please use code tags - wavic - Feb-07-2017 As the community grows, these tiny obstacles potentially can reach to a possibility the forum could not be maintained. It's a dark scenario but one has to think ahead RE: Please use code tags - metulburr - Feb-07-2017 Quote:I got an idea, which I myself belive is silly and potentially troublesome to implement, but nonetheless...I think based on previous answers from other admins about similar aspects i dont think that is going to fly with the majority. Such as security question about python. It deemed too complex to sign up to the forums, and I think this fits in that too. Quote: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.We are still trying to put ourselves as #1 on google, so i think until that happens, drastic approaches would be put on the shelf. Quote: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.I like this but yeah i dont have enough php background. RE: Please use code tags - j.crater - Apr-05-2017 Recently, when new users don't put their code in code tags, moderators often respond with a message (that includes): Moderator mod_name: Added Python tags. Please do this in the future (see help, BBCODE) Do you have a button on the edit menu bar that inserts this line in a similar fashion as code/error tags and others do? If not, it could be a worthy addition to save some hassle. RE: Please use code tags - Kebap - Apr-05-2017 (Apr-05-2017, 05:12 AM)j.crater Wrote: Python tags. Sure do. Even with the python symbol ![]() RE: Please use code tags - j.crater - Apr-05-2017 Same symbol as for python code tags? That seems a bit confusing to me. Chances are also that you cropped my message too much, and thus not replied to the right question :D RE: Please use code tags - Kebap - Apr-05-2017 Oh you meant a button for the moderator's message? RE: Please use code tags - j.crater - Apr-05-2017 That's right ;) RE: Please use code tags - Kebap - Apr-05-2017 We are currently revamping the whole mod messaging system, and I see the merit. Maybe we can include it. RE: Please use code tags - Skaperen - Apr-06-2017 i have a different idea. a post form for beginners would have 2 input windows. the 2nd one would be for code. there would be lots of labels telling them to put their code in the 2nd window. the content of that window would be formatted as code when their article is posted, code tags would still work in the 1st window. when the user first posts with correct code tags in there, then her "i get 2 posting windows" flag gets dropped. new users would get that set up when they first register. |