Skip to content

What sucked the most about custom post types? #96

Discussion options

You must be logged in to vote

Oh that's easy. Going from table tags to div tags. The original phpBB used tables for layout, and the posts on Gaia were no exception. The forum was layers of nested tables... a development nightmare. Thankfully, CSS came to the rescue. In bad ASCII terms, a forum post could lay out like:

| avatar | post region |
|        |             |
|      b | 1    2    3 |
|        | 4    5    6 |
| a    c | 7    8    9 |

With the post consisting of a 9-box region (and the post content in position 5). Any speech bubbles or tails we wanted to add such as the start of a thought bubble would be in position b or c, the corners of the post in 1, 3, 7, and 9, and repeating regions on the cardinal edges. …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@thecodedrift
Comment options

thecodedrift Dec 29, 2021
Maintainer Author

Answer selected by thecodedrift
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⌛ Gaia Online Posts during my time at Gaia Online
1 participant