Views: 22,699,406 |
Home
| Forums
| Uploader
| Wiki
| Object databases
| IRC
Rules/FAQ | Memberlist | Calendar | Stats | Online users | Last posts | Search |
09-16-24 08:21 PM |
Guest: |
0 users reading How to make a post layout! | 1 bot |
Main - Site help, bug reports, suggestions - How to make a post layout! | Hide post layouts | New reply |
kaj |
| ||
Lantern Ghost the gummiest worm of them all Level: 55 Posts: 707/754 EXP: 1265656 Next: 48533 Since: 06-24-14 From: treehouse Last post: 153 days ago Last view: 152 days ago |
nice class names
There's going to be a big empty space at the bottom of all of your posts because your full post box is expanded because of your avatar. Without the avatar, you could go with around 12em, but with your avatar, you should go with around 26em so it doesn't cut off strange on short posts. One way to fill up the weird blank space below your post contents on short posts is to have more in your signature. Doing that is probably the best way to hide the negative space. |
LeftyGreenMario |
| ||
Don't like politics? Too bad, it's-a Mario time. Level: 83 Posts: 14/2062 EXP: 5220122 Next: 212099 Since: 03-14-16 From: Stabbing Wario Last post: 561 days ago Last view: 561 days ago |
blarg
Hm, so is it a problem on my part of the post-layout (and avatar size) or the site simply didn't appropriately adjust to the avatar size? Because if I do go with min height, it pads out my post. I don't want to have a huge signature either. |
Arisotura |
| ||
Star Mario in this room you have a pile of apple pies Level: 164 Posts: 5026/9034 EXP: 57336527 Next: 365863 Since: 07-03-12 From: in a box Last post: 2 days ago Last view: 2 days ago |
LeftyGreenMario |
| ||
Don't like politics? Too bad, it's-a Mario time. Level: 83 Posts: 16/2062 EXP: 5220122 Next: 212099 Since: 03-14-16 From: Stabbing Wario Last post: 561 days ago Last view: 561 days ago |
Anything I can do in the meantime? I mean, I didn't have this problem in RVLution, only here...
|
Arisotura |
| ||
Star Mario in this room you have a pile of apple pies Level: 164 Posts: 5027/9034 EXP: 57336527 Next: 365863 Since: 07-03-12 From: in a box Last post: 2 days ago Last view: 2 days ago |
kaj |
| ||
Lantern Ghost the gummiest worm of them all Level: 55 Posts: 708/754 EXP: 1265656 Next: 48533 Since: 06-24-14 From: treehouse Last post: 153 days ago Last view: 152 days ago |
If anything, you could try increasing the padding in either the background, the post box, or both. But taking that too far could make it look weird. |
LeftyGreenMario |
| ||
Don't like politics? Too bad, it's-a Mario time. Level: 83 Posts: 18/2062 EXP: 5220122 Next: 212099 Since: 03-14-16 From: Stabbing Wario Last post: 561 days ago Last view: 561 days ago |
Well, I think the current design is fine, but if there's any way to align the image to the bottom-left corner of the post so it shows up in the bottom left in shorter posts, then that would be great. I've looked through the Internet and couldn't find a satisfying method to do it.
|
kaj |
| ||
Lantern Ghost the gummiest worm of them all Level: 55 Posts: 710/754 EXP: 1265656 Next: 48533 Since: 06-24-14 From: treehouse Last post: 153 days ago Last view: 152 days ago |
I'm no CSS expert, but increasing the padding on the top might work. You could look at the code for others' layouts that have images for an idea. |
LeftyGreenMario |
| ||
Don't like politics? Too bad, it's-a Mario time. Level: 83 Posts: 21/2062 EXP: 5220122 Next: 212099 Since: 03-14-16 From: Stabbing Wario Last post: 561 days ago Last view: 561 days ago |
I'm not sure if that'll fix the problem. It's not about the size of the space, it's ensuring the image always sticks to the bottom of the post container.
|
RanAS |
| ||
Normal user Level: 27 Posts: 15/159 EXP: 112971 Next: 3188 Since: 01-07-16 Last post: 1931 days ago Last view: 245 days ago |
I know of a simple way to do that. You need to turn your image into a background (another class to add to your CSS) and call it right after the normal background but not after the post box.
Basically: make another <div> between .DK-burgers and .Mario-vomit (great names) and put apply some CSS to it. {background: url(http://www.mariowiki.com/images/archive/b/be/20160129041424%21Mario_OK%21_-_Animated_Sticker.gif) bottom no-repeat;min-height:[MINIMUM HEIGHT HERE];}
You're going to need to remove the min-height and padding properties from your background and add it to this extra class, but it should work. Hell, that's how it works with my post layout (there's two separate images, one that always sticks to the bottom). "The quieter you become, the more you are able to hear." --Ram Dass |
Arisotura |
| ||
Star Mario in this room you have a pile of apple pies Level: 164 Posts: 5032/9034 EXP: 57336527 Next: 365863 Since: 07-03-12 From: in a box Last post: 2 days ago Last view: 2 days ago |
reminds me of something that could be cool: a class checker; you give it a CSS class and it tells you whether someone is using it (or if it's used by the board)
might also help you generate class names that aren't used...? ____________________ NSMBHD - Kafuka - Jul melonDS the most fruity DS emulator there is zafkflzdasd |
LeftyGreenMario |
| ||
Don't like politics? Too bad, it's-a Mario time. Level: 83 Posts: 28/2062 EXP: 5220122 Next: 212099 Since: 03-14-16 From: Stabbing Wario Last post: 561 days ago Last view: 561 days ago |
Posted by RanAS Thanks a lot (and also for the compliment)! It helped tremendously! Well, there's a big space there in small posts, but that can't be helped, I guess. I should probably increase the padding around the main message and maybe make a signature composed of text, but I don't feel like adding bargledygoop. Also, my box would cover the image if the post is too long, but I guess I'll just pad the bottom??? Edit: Did it. Have some Wario hot dogs. Posted by StapleButter Since it's easy to keep track of who uses post-layouts and who doesn't maybe make a list for now, if we haven't? |
Kobolite |
| ||
Goomba got em Level: 12 Posts: 7/26 EXP: 6950 Next: 971 Since: 03-09-17 From: netherlands like 3 inches away from germany Last post: 2434 days ago Last view: 2345 days ago |
well sadly i suck at coding ____________________ i would love the have a post layout. but i suck at coding. so i guess this text is my post layout or something. |
Arisotura |
| ||
Star Mario in this room you have a pile of apple pies Level: 164 Posts: 7288/9034 EXP: 57336527 Next: 365863 Since: 07-03-12 From: in a box Last post: 2 days ago Last view: 2 days ago |
Platinatic |
| ||
Koopa Cat in his spare time Level: 24 Posts: 90/117 EXP: 72435 Next: 5690 Since: 09-28-15 From: over there! Last post: 2303 days ago Last view: 1418 days ago |
I made a post layout in browser, but it's not like the one in the tutorial.
I'm not an expert on HTML (or coding in general), so I made mine by looking at the layout of other people (StapleButter and LeftyGreenMario) and tried to mimic the structure of their code. Now I have two questions: -what do I have to paste in the "Header" section? -Is there anything missing in/wrong with my code? Here's the code, if that helps: Pastebin.com |
Arisotura |
| ||
Star Mario in this room you have a pile of apple pies Level: 164 Posts: 7300/9034 EXP: 57336527 Next: 365863 Since: 07-03-12 From: in a box Last post: 2 days ago Last view: 2 days ago |
Platinatic |
| ||
Koopa Cat in his spare time Level: 24 Posts: 91/117 EXP: 72435 Next: 5690 Since: 09-28-15 From: over there! Last post: 2303 days ago Last view: 1418 days ago |
All right, I think it worked!
One more question: how do get rid of that line on the bottom? Does it have something to do with my signature? |
Thierry |
| ||
Normal user Level: 49 Posts: 119/566 EXP: 873692 Next: 10191 Since: 03-08-13 Last post: 2 days ago Last view: 2 days ago |
uncheck the "Show signature separator" tickbox. |
Arisotura |
| ||
Star Mario in this room you have a pile of apple pies Level: 164 Posts: 7301/9034 EXP: 57336527 Next: 365863 Since: 07-03-12 From: in a box Last post: 2 days ago Last view: 2 days ago |
RicBent |
| ||
Administrator Level: 46 Posts: 252/466 EXP: 665303 Next: 46471 Since: 09-25-12 From: Germany Last post: 1166 days ago Last view: 321 days ago |
Main - Site help, bug reports, suggestions - How to make a post layout! | Hide post layouts | New reply |
Page rendered in 0.067 seconds. (2048KB of memory used) MySQL - queries: 26, rows: 231/231, time: 0.009 seconds. Acmlmboard 2.064 (2018-07-20) © 2005-2008 Acmlm, Xkeeper, blackhole89 et al. |