Forum issues/feature requests thread

aveline

Well-Known Member
Administrator
Champion
Joined
Jan 10, 2016
Messages
36,507
Reaction score
104,411
Points
2,088
Location
Las Vegas
Gender
Female
This is the thread for reporting any issues that you may be having with the forum, or even for making feature requests.

Just please keep in mind that creating a brand new forum from scratch is a very demanding process, so we may not be able to address things right away. We will, however, try our best.
 

Cristo

CRISTO
Contributor
Joined
Jan 11, 2016
Messages
30
Reaction score
109
Points
358
Age
36
Location
AZ
Gender
Male
I haven't found any issues yet but there are still lots of problems.
1. That cat looks mean and I don't want to talk to you now.
2. It looks like the cat is trying to eat me when you quote me.

3. People need to see my avatar bumping and that only works with gifs.
4. I said there were a lot of problems but I only have three.
5. We need light bulbs for Christmas.
6. I need a pizza.
 
Last edited:

aveline

Well-Known Member
Administrator
Champion
Joined
Jan 10, 2016
Messages
36,507
Reaction score
104,411
Points
2,088
Location
Las Vegas
Gender
Female
I haven't found any issues yet but there is still lots of problems.
1. That cat looks mean and I don't want to talk to you now.
2. It looks like the cat is trying to eat me when you quote me.

3. People need to see my avatar bumping and that only works with gifs.
4. I said there were a lot of problems but I only have three.
5. We need light bulbs for Christmas.
Done. :)

You'll have to re-upload your avatar to make it work.
 
Last edited:
  • Like
Reactions: Tribune and Cristo

themildone

the real Jaded
Contributor
HIT Poster
Joined
Jan 12, 2016
Messages
19,285
Reaction score
46,776
Points
1,438
Age
29
Location
Indiana
Gender
Female
Option for a different font would be nice but definitely not essential. This one kind of hurts my eyes.
 

Watto

Member
Joined
Jan 12, 2016
Messages
104
Reaction score
183
Points
293
Gender
Male
If there isn't an option for extending the number of posts on a page already, then I'd definitely say that's a worthwhile feature to consider.

Definitely like that the post box is at the top of the page instead of the bottom when viewing the thread in "newest post first" mode.
 

aveline

Well-Known Member
Administrator
Champion
Joined
Jan 10, 2016
Messages
36,507
Reaction score
104,411
Points
2,088
Location
Las Vegas
Gender
Female
Edit: nvm I'm dumb. Too much going on right now >.>
 
Last edited:

Tjololo

Active Member
Joined
Jan 12, 2016
Messages
629
Reaction score
2,628
Points
493
Age
35
A way to hide the thing up on top? It feels claustrophobic in here.



Also tj4mod
 
  • Like
Reactions: Cristo

YAHU

YAHUUUUUUU
Contributor
Joined
Jan 11, 2016
Messages
8,514
Reaction score
27,954
Points
1,264
Smaller font/format. This shit is huge and bold (hehe)


edit: 10% smaller would be good (hehe)
 
Last edited:

kryss

carburante al fuoco
Former Admin
Joined
Jan 10, 2016
Messages
20,910
Reaction score
61,580
Points
1,488
bbcode highlight

[highlight=blue]text here[/highlight]
 

Kerek

Red Cat-Bear
Contributor
Crowd Pleaser
Joined
Jan 12, 2016
Messages
64,808
Reaction score
145,369
Points
2,088
Gender
Male
Favicon, for realsies.
Code:
// ==UserScript==
// @name  ForumScript
// @version  0.1
// @include  http://www.mturkcrowd.com/*
// ==/UserScript==

var link = document.createElement('link');
link.type = 'image/x-icon';
link.rel = 'shortcut icon';
link.href = 'http://www.mturkgrind.com/images/smilies/tinfoil.gif';
document.getElementsByTagName('head')[0].appendChild(link);
The eyes even move. But you can use any image url you want.
 
Last edited:
  • Like
Reactions: essjay

NotTurkfactor

no longer an eternal newbie
Contributor
Joined
Jan 12, 2016
Messages
16
Reaction score
29
Points
288
Is there a way to refresh the page on a specific post? I always click the post time so I don't lose my place in the thread, but that doesn't seem to work here.