inherit
268670
0
Oct 12, 2024 8:25:07 GMT -8
danteblackmetal
16
November 2023
danteblackmetal
|
Post by danteblackmetal on Jul 17, 2024 7:32:30 GMT -8
Forum URL: (private) Is it possible to change the forum layout, so instead of several lines, it auto-organizes threads in rows + lines? Here's how it is originally And here's a mockup I did in PhotoShop My idea is to have the forum separate boards in 3 or maybe 4 rows, so threads look beautiful with the custom icons I add, etc. Is this possible at all? Can it be customized in the settings of the boards? Does it require an "already existing" plugin, or maybe actual coding (Javascript, or maybe CSS takes care of this visual aspect)? Edit: it would be ideal if all threads had the same size, and the image in the icon were resized if smaller or bigger to be seen in the same height
|
|
#e61919
Support Manager
154778
0
Member is Online
1
Nov 27, 2024 10:26:01 GMT -8
Michael
19,618
May 2010
wiseowl
|
Post by Michael on Jul 17, 2024 13:42:22 GMT -8
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,018
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Jul 18, 2024 22:05:25 GMT -8
|
|
inherit
268670
0
Oct 12, 2024 8:25:07 GMT -8
danteblackmetal
16
November 2023
danteblackmetal
|
Post by danteblackmetal on Jul 19, 2024 4:29:39 GMT -8
1. Where exactly should I paste this code? 2. Can I make so title of threads are bold and have a bigger font? 3. What if I want 4 rows instead of 3? Is it simple to change something in the code? Like a number or something?
|
|
inherit
268670
0
Oct 12, 2024 8:25:07 GMT -8
danteblackmetal
16
November 2023
danteblackmetal
|
Post by danteblackmetal on Jul 20, 2024 9:11:33 GMT -8
I went into "Themes", then Advanced Styles & CSS and Style Sheet. Scrolled all the way down and paste it there, but I got this notification:
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,018
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Jul 23, 2024 6:53:26 GMT -8
There's an extra closing bracket preceding the .replies.replies{ line that is likely the cause of the syntax error. The selector is also not specific enough to apply only to thread lists (e.g., .list:has(.item.thread) would be better).
I'll take a look on my day off this week to ensure that the code is properly vetted and address any other concerns you may have.
|
|
inherit
268670
0
Oct 12, 2024 8:25:07 GMT -8
danteblackmetal
16
November 2023
danteblackmetal
|
Post by danteblackmetal on Jul 23, 2024 19:16:31 GMT -8
Now I got this message after pasting the code. Can you tell me (or show in a gif/video) where and how I should paste/save this code so it applies to the forum?
|
|
inherit
268670
0
Oct 12, 2024 8:25:07 GMT -8
danteblackmetal
16
November 2023
danteblackmetal
|
Post by danteblackmetal on Aug 12, 2024 12:16:32 GMT -8
Asking again cuz this is probably unreachable among other questions.
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,018
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Aug 12, 2024 16:13:48 GMT -8
I apologize, danteblackmetal ; it's been a hectic several weeks for me. I did paste the code in the Advanced CSS on a forum theme, only to be reminded that the CodeMirror plugin currently in use on these forums is over a decade old and has no idea about the more recent innovations in CSS, such as nesting, grid, etc. The easiest way would be to edit the plugin itself and add a board header (see this post on how) then paste the code between <style> and </style> tags in the header component. You will then be able to configure in which boards this newly added component will be activated on the about tab when back in manage plugin (configuration mode). Remember to turn off the "keep old icon" option as well. Keep in mind that posted the code is a PoC and may still be in need of polishing by me or someone acquainted with more recent CSS additions. I had also begun to work on a more resilient version using grid/calcs/media/container queries which would allow specifying columns but also be responsive on smaller screens but I simply have not found the time. I will post it here whenever I finally get around to it.
|
|
inherit
268670
0
Oct 12, 2024 8:25:07 GMT -8
danteblackmetal
16
November 2023
danteblackmetal
|
Post by danteblackmetal on Aug 20, 2024 12:53:26 GMT -8
I'll explain what I did, so you can tell where I did mess up. I went to the post you said "Dynamically Tabbed Table only one One Page", then: 1. Installed the plugin mentioned; 2. Went to Plugins\Build\Dynamically Tabbed Table\Component 3. Deleted the "Main Header & Footer" 4. Clicked on "Board" from the 6 components to choose 5. Pasted the code you gave me and added that extra information /* JASP! ontainer_outer_border_color */ in the 5th line 6. Added <style> before the first line of the code, and after the last line.
Then I click to enable the plugin, and when I open the board I selected, it shows the entire area greyed.
|
|