Bitcoin Forum
May 10, 2024, 11:43:42 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Small QOL change to consider  (Read 240 times)
subSTRATA (OP)
Legendary
*
Offline Offline

Activity: 1288
Merit: 1043


:^)


View Profile
October 07, 2018, 01:39:55 PM
Merited by suchmoon (4), vapourminer (1)
 #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.

theres nothing here. message me if you want to put something here.
1715341422
Hero Member
*
Offline Offline

Posts: 1715341422

View Profile Personal Message (Offline)

Ignore
1715341422
Reply with quote  #2

1715341422
Report to moderator
"I'm sure that in 20 years there will either be very large transaction volume or no volume." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715341422
Hero Member
*
Offline Offline

Posts: 1715341422

View Profile Personal Message (Offline)

Ignore
1715341422
Reply with quote  #2

1715341422
Report to moderator
BitCoinDream
Legendary
*
Offline Offline

Activity: 2324
Merit: 1204

The revolution will be digital


View Profile
October 07, 2018, 01:44:23 PM
 #2

Existing database will require a field alteration.

subSTRATA (OP)
Legendary
*
Offline Offline

Activity: 1288
Merit: 1043


:^)


View Profile
October 07, 2018, 02:44:03 PM
 #3

Existing database will require a field alteration.
ah is that so? darn shame. wouldve been nice, but it's not a big deal.

theres nothing here. message me if you want to put something here.
suchmoon
Legendary
*
Offline Offline

Activity: 3654
Merit: 8922


https://bpip.org


View Profile WWW
October 07, 2018, 02:52:31 PM
Last edit: November 29, 2020, 11:37:55 PM by suchmoon
Merited by subSTRATA (5)
 #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.
subSTRATA (OP)
Legendary
*
Offline Offline

Activity: 1288
Merit: 1043


:^)


View Profile
October 07, 2018, 03:08:52 PM
 #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.

theres nothing here. message me if you want to put something here.
suchmoon
Legendary
*
Offline Offline

Activity: 3654
Merit: 8922


https://bpip.org


View Profile WWW
October 07, 2018, 04:25:25 PM
 #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.
suchmoon
Legendary
*
Offline Offline

Activity: 3654
Merit: 8922


https://bpip.org


View Profile WWW
October 07, 2018, 05: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.
Quickseller
Copper Member
Legendary
*
Offline Offline

Activity: 2870
Merit: 2300


View Profile
October 07, 2018, 08: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.
subSTRATA (OP)
Legendary
*
Offline Offline

Activity: 1288
Merit: 1043


:^)


View Profile
October 08, 2018, 02:06:14 AM
 #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.

theres nothing here. message me if you want to put something here.
suchmoon
Legendary
*
Offline Offline

Activity: 3654
Merit: 8922


https://bpip.org


View Profile WWW
October 08, 2018, 02:17:45 AM
 #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...
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!