I’ve noticed we don’t have a dedicated subforum for coding help—like HTML, PHP, JavaScript, etc. I think it would be a great addition. My idea is to allow users to link to an HTML file on their Xisto hosting instead of pasting huge code blocks, which can clutter the thread and possibly be abused for credit farming. By linking to external files, we keep the forum tidy and encourage proper code sharing.
Of course, we’d still allow short snippets in code tags, but for longer scripts, a link to a hosted file is cleaner. What do you all think? Would this help reduce abuse and improve the quality of coding discussions?
Topic Summary: Proposing a coding help subforum (HTML, PHP, JS) where users link to hosted files instead of pasting long code blocks to reduce clutter and abuse. Short snippets still allowed. Thoughts?
Video Tutorial:
Official Documentation & Reference Links:
---
title: Coding Help Forum Proposal
---
flowchart TD
A["Coding Help Forum"]
B["HTML Help"]
C["PHP Help"]
D["JavaScript Help"]
A --> B
A --> C
A --> D
I like the idea! For clarity, when you say “abuse,” I assume you’re referring to people posting long strings of code just to accumulate credit days for forum activity. Using the [code] tags already prevents credits from being given for that content, but many users still don’t use them. Making a dedicated forum with guidelines could help.
Perhaps we could encourage users to upload their code files to their Xisto cPanel file manager and share the link. That way, the code is accessible but doesn’t eat up the forum’s text size. Also, we could pin a tutorial on how to use GitHub Gists or similar services for even better version control. But keeping it Xisto-hosted would be simpler for beginners.
A separate subforum would also make it easier to search for coding solutions without wading through general chat. I’m all for it!