Author

Topic: Small QOL change to consider (Read 264 times)

legendary
Activity: 3654
Merit: 8909
https://bpip.org
October 07, 2018, 09:17:45 PM
#10
iirc i've been told in the past that the mods have a page where they view reports, not via pm.

Yeah that would make more sense...
legendary
Activity: 1288
Merit: 1043
:^)
October 07, 2018, 09:06:14 PM
#9
Existing database will require a field alteration.

There's an ugly solution which is storing enter as "\n" on comment field.
Also, we actually don't know the field type and perhaps it already supports enter.

It's a matter of how moderators see it. I think it comes over as a PM, so newlines and perhaps even bbcode could work.
iirc i've been told in the past that the mods have a page where they view reports, not via pm.
copper member
Activity: 2996
Merit: 2374
October 07, 2018, 03:58:25 PM
#8
Existing database will require a field alteration.
I am not expert, however I would think this would be a simple display issue.
legendary
Activity: 3654
Merit: 8909
https://bpip.org
October 07, 2018, 12:36:29 PM
#7
Existing database will require a field alteration.

There's an ugly solution which is storing enter as "\n" on comment field.
Also, we actually don't know the field type and perhaps it already supports enter.

It's a matter of how moderators see it. I think it comes over as a PM, so newlines and perhaps even bbcode could work.
legendary
Activity: 3654
Merit: 8909
https://bpip.org
October 07, 2018, 11:25:25 AM
#6
-
dunno if the exact code will work on chrome, but i guess it's a simple matter of writing a few lines. would be nice to actually have the code changed, but i guess this'll do for now.

I think it should work. You can either google a "hello world" example of how to create a browser extension, or use something like Tampermonkey to inject javascript into the page. Or use Stylebot to change the width of the box. I didn't want any third-party extensions in my Tor Browser so I rolled my own.
legendary
Activity: 1288
Merit: 1043
:^)
October 07, 2018, 10:08:52 AM
#5
-
dunno if the exact code will work on chrome, but i guess it's a simple matter of writing a few lines. would be nice to actually have the code changed, but i guess this'll do for now.
legendary
Activity: 3654
Merit: 8909
https://bpip.org
October 07, 2018, 09:52:31 AM
#4
I created a small browser extension for FireFox / Tor Browser that basically does this:

Code:
if (window.location.href.startsWith("https://bitcointalk.org/index.php?action=reporttm")) {
    document.getElementsByName("comment")[0].style.width = "80%";
}

Looks like this:

Loading...
Edited 2020-11-29 to fix a broken image

It's still one line but good enough for me. Replacing it with a multiline text area could be done with createElement/replaceChild.

Would be nice to have a proper solution though.

Existing database will require a field alteration.

I don't think so. You can type a lot into that poor little textbox - the field size in the DB seems to be fairly large.
legendary
Activity: 1288
Merit: 1043
:^)
October 07, 2018, 09:44:03 AM
#3
Existing database will require a field alteration.
ah is that so? darn shame. wouldve been nice, but it's not a big deal.
legendary
Activity: 2394
Merit: 1216
The revolution will be digital
October 07, 2018, 08:44:23 AM
#2
Existing database will require a field alteration.
legendary
Activity: 1288
Merit: 1043
:^)
October 07, 2018, 08:39:55 AM
#1
Could we possibly get a bigger text box on the report page as opposed to the 1 liner size one we have right now? Not exactly a pressing issue, but it'd be nice to be able to see what I type when writing up some larger reports or have to include multiple links and such.

Like this

or something like that.
Jump to: