*

Offline Dr David Thork

  • *
  • Posts: 5188
  • https://onlyfans.com/thork
    • View Profile
Responsive posts
« on: September 06, 2020, 09:34:19 AM »
exhibit A
https://forum.tfes.org/index.php?topic=16898.msg219831#msg219831

exhibit B
https://forum.tfes.org/index.php?topic=16898.msg219937#msg219937

Neither of us really has any control over where the page breaks. It would be cool if we had a button that would do this [col=12][/col]

And we could change the text as so ...

[col=6][/col][col=6][/col]
[col=4][/col][col=4][/col][col=4][/col]
[col=3][/col][col=3][/col][col=3][/col][col=3][/col]

And we could just change the numbers as we like so I could do something like

[col=9]*Insert a nice image[/col][col=3]*Stick some relevant text next to it.[/col]

It would also be very nice for making OPs and we'd be more or less free of the table monstrosity that is
Code: [Select]
[table]
[tr]
[td][/td]
[/tr]
[/table]


Now I don't think this is as hard as it first seems. It is mostly an exercise in creating a few classes and adding in the css

Code: [Select]
@media (min-width: 768px) {
    .col-6 {
        width: 100%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-6 {
        width: 50%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-6 {
        width: 50%;
        float: left;
    }
}

That kind of thing. Maybe row is important. [row][col=6][/col][col=6][/col][/row] something like that. ¯\_(ツ)_/¯
« Last Edit: September 06, 2020, 09:37:27 AM by Toddler Thork »
Rate this post.      👍 6     👎 1

*

Offline Pete Svarrior

  • e
  • Planar Moderator
  • *****
  • Posts: 16073
  • (◕˽ ◕ ✿)
    • View Profile
Re: Responsive posts
« Reply #1 on: September 06, 2020, 10:50:48 AM »
Aside from the fact that implementing this in a way that would actually work would be quite hard, I don't think we really want to encourage more rabinoz-style posts. Forum posts are supposed to be read from the top to bottom, and adding more complexity would just be asking for trouble.
« Last Edit: September 06, 2020, 10:53:57 AM by Pete Svarrior »
Read the FAQ before asking your question - chances are we already addressed it.
Follow the Flat Earth Society on Twitter and Facebook!

If we are not speculating then we must assume

*

Offline Dr David Thork

  • *
  • Posts: 5188
  • https://onlyfans.com/thork
    • View Profile
Re: Responsive posts
« Reply #2 on: September 06, 2020, 11:23:57 AM »
I just want a little more say in my post layout. 😭
Rate this post.      👍 6     👎 1

*

Offline Dr David Thork

  • *
  • Posts: 5188
  • https://onlyfans.com/thork
    • View Profile
Re: Responsive posts
« Reply #3 on: September 06, 2020, 03:08:37 PM »
What if we could just have containers and define width by percentage?

[cont width=50%]*Interesting picture[/cont][cont width=50%]*Amazing Thorky anedote[/cont]
It says cont ... cont!
Rate this post.      👍 6     👎 1

*

Offline Pete Svarrior

  • e
  • Planar Moderator
  • *****
  • Posts: 16073
  • (◕˽ ◕ ✿)
    • View Profile
Re: Responsive posts
« Reply #4 on: September 06, 2020, 03:33:28 PM »
That's the same suggestion, just phrased differently.
Read the FAQ before asking your question - chances are we already addressed it.
Follow the Flat Earth Society on Twitter and Facebook!

If we are not speculating then we must assume

*

Offline Dr David Thork

  • *
  • Posts: 5188
  • https://onlyfans.com/thork
    • View Profile
Re: Responsive posts
« Reply #5 on: September 06, 2020, 03:35:07 PM »
It seems I'm going to have to try harder if I want to outwit you. 😠
Rate this post.      👍 6     👎 1

*

Offline juner

  • Planar Moderator
  • *****
  • Posts: 10175
    • View Profile
Re: Responsive posts
« Reply #6 on: September 06, 2020, 07:26:54 PM »
Aside from the fact that implementing this in a way that would actually work would be quite hard, I don't think we really want to encourage more rabinoz-style posts. Forum posts are supposed to be read from the top to bottom, and adding more complexity would just be asking for trouble.

Agree with Pete that this isn't a necessity.

Also RIP Rabinoz.