What sucked the most about custom post types? #96
-
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Oh that's easy. Going from With the post consisting of a 9-box region (and the post content in position |
Beta Was this translation helpful? Give feedback.
Oh that's easy. Going from
tabletags todivtags. 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: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 positionborc, the corners of the post in1,3,7, and9, and repeating regions on the cardinal edges. …