/operate/ - Endchan Operations

Let us know what's up

Posting mode: Reply

Check to confirm you're not a robot
Name
Email
Subject
Comment
Password
Drawing x size canvas
File(s)

Board Rules

Max file size: 350.00 MB

Max files: 5

Max message length: 4096

Manage Board | Moderate Thread

Return | Magrathea | Catalog | Bottom

Expand All Images


Suggestion: "2D" Catalog view Anonymous 08/16/2019 (Fri) 15:15:26 [Preview] No. 10541
This is something I floated on fullchan a while back.. Perhaps this site might like it.


Anonymous 08/16/2019 (Fri) 15:21 [Preview] No.10542 del
>>10541
You should describe it better detail. Then perhaps someone could develop a layout in the layout menu to accomplish this form.


Anonymous 08/16/2019 (Fri) 15:31 [Preview] No.10544 del
>>10542
The guy who replied in the screenshot was on the mark with what I had in mind. What additional details are needed? About the only thing I could add is that the most recent image postings in the threads appear on the right hand sidepanels


Anonymous 08/16/2019 (Fri) 15:34 [Preview] No.10545 del
>>10542
I think it's like a table with a heading on the side which is the OP image, and next to it, the records, are the images of the thread.


Anonymous 08/16/2019 (Fri) 18:25 [Preview] No.10546 del
You can essentially do this with a userstyle (CSS).

Proof of concept:

.innerOP {
display: inline-block !important;
max-width: 20% !important;
}
.textBrowserBreaks {
display: none !important;
}
.divPosts {
display: inline-block !important;
max-width: 78% !important;
}
.postCell {
display: inline-block !important;
max-width: 20% !important;
vertical-align: text-top !important;
}


Anonymous 08/16/2019 (Fri) 18:31 [Preview] No.10547 del
>>10546
Slight correction and improvement:

.innerOP {
display: inline-block !important;
max-width: 20% !important;
vertical-align: text-top !important;
}
.textBrowserBreaks {
display: none !important;
}
.divPosts {
display: inline-block !important;
max-width: 78% !important;
}
.postCell {
display: inline-block !important;
max-width: 20% !important;
vertical-align: text-top !important;
}
.opCell{
max-height: 300px !important;
overflow-y: auto !important;
}


The rest is left as an exercise for the reader.



Top | Catalog | Post a reply | Magrathea | Return