As the title suggests, this site needs a poll system just like the one in the Gamespot forum. And also a button to create coloured text and smileys instead of just having it done with code.
Add the ability to create Polls, coloured text
There is a poll system, but if I recall correctly it's only enabled in some forums - we generally discourage polls in favour of more in depth discussion.
There is a button for smileys. On mobile it's been the underline and hyperlink options, I assume it's probably similarly located on desktop.
Coloured text is not available intentionally, as in 90+ % of cases it just makes posts harder to read rather than contributing anything useful.
Hope that's helpful!
- Jason Astle-Adams
31 minutes ago, sprotz said:smileys instead of just having it done with code.
It could be that you have to re-size your browser, making it smaller for the smileys to appear.
Try making it slim like a mobile. It's not the most optimal way but it works.
What about adding coloured text on top of a black background as if to show code samples?
Use the code block tool, like so:
# https://docs.python.org/3/library/itertools.html#itertools.groupby
groups = []
uniquekeys = []
data = sorted(data, key=keyfunc)
for k, g in groupby(data, keyfunc):
groups.append(list(g))
uniquekeys.append(k)
There are pro's and cons for coloured texts and smileys, they can be heavily abused
24 minutes ago, GD_Entertainment said:There are pro's and cons for coloured texts
Mostly cons, I'm afraid. Gamedev hasn't always been dark text on light background, and theme changes tend to risk making manually-coloured text invisible.
Tristam MacDonald. Ex-BigTech Software Engineer. Future farmer. [https://trist.am]
where are the smiley buttons? whatever my browser size, this is what I get
can't help being grumpy...
Just need to let some steam out, so my head doesn't explode...