Skip to main content
Topic: [1.0.3] recent posts all the same height? (Read 3486 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[1.0.3] recent posts all the same height?

Maybe a problem, maybe not. The list of recent posts should - in my opinion - show the complete post, not a fixed height. My users often use quotes, so this list often shows only quotes while the text of the post itself is hidden. That's because this list uses a fixed height. Shouldn't it show the complete post?

Re: [1.0.3] recent posts all the same height?

Reply #1

I seem to remember a previous report around, but I can't find it.

I think it's a kind of balance to avoid too long pages, but... yeah, it may look nice even with the full post.
Anyway I don't use the page so I don't have preferences. :P
Bugs creator.
Features destroyer.
Template killer.

Re: [1.0.3] recent posts all the same height?

Reply #2

Then do as I wish!  :D  ;)

An option in the admin panel to set the number of shown letters (or rows) would be really great! Or at least show some rows more then now.

Re: [1.0.3] recent posts all the same height?

Reply #3

Nahhh...
It doesn't really require a setting, just add this to your custom.css:
Code: [Select]
#recentposts .inner {
  height: 7.2em;
}
and change the 7.2 to whatever you want. ;)
If you want everything use
Code: [Select]
#recentposts .inner {
  height: auto;
}
Bugs creator.
Features destroyer.
Template killer.

Re: [1.0.3] recent posts all the same height?

Reply #4

Fine, thanks!  :)

Re: [1.0.3] recent posts all the same height?

Reply #5

Yeah I thought I fixed that but it must have gotten lost in some of the updates in 1.0.3   I believe I refereed to that truncated layout as criminal :P

Re: [1.0.3] recent posts all the same height?

Reply #6

ROFL!
Bugs creator.
Features destroyer.
Template killer.

Re: [1.0.3] recent posts all the same height?

Reply #7

@Jorin have a look at the recent here on the site, I tweaked a bit the page: instead of using "height" I used a "max-height" and added a scroll bar.

There aren't many tall topics at the moment.

So I'll try to make this one pretty long.

Maybe it will show up with the scrollbar...

And if not, I'll edit it until it does.

ETA: nope, not enough yet...

maybe another couple of lines will help.

ETA2: not enough again.

This time...

well, actually,

I could just

put single words

per line and

create a long message. :P
Bugs creator.
Features destroyer.
Template killer.

Re: [1.0.3] recent posts all the same height?

Reply #8

I
still
only
see
it
with
a
normal
height.

Maybe
this
post
will
give
it
a
longer
length
and
add
the
scrollbar.

Then
again,
maybe
not.

Time
to
post
to
find
out...

Nope
that
did
not
work.

I
will
try
with
a
super
duper
long
post.

Well,
not
too
long
because
I
think
it's
not
going
to
work
and
this
is
actually
just
wasting
my
time.

Hmm
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z

Now
I
know
my
A
B
C's
next
time
won't
you
sing
with
me?


Re: [1.0.3] recent posts all the same height?

Reply #10

Oh, yeah. Whoops.

Re: [1.0.3] recent posts all the same height?

Reply #11

It happens. :P
I didn't thought about adding it because I'm always on light and it's normal for me. lol
Bugs creator.
Features destroyer.
Template killer.

Re: [1.0.3] recent posts all the same height?

Reply #12

friggin spammers! :P

I think the scroll bar looks good, for the few posts that do run extra long it seems like a good solution.

Re: [1.0.3] recent posts all the same height?

Reply #13

Quote from: emanuele – @Jorin have a look at the recent here on the site, I tweaked a bit the page: instead of using "height" I used a "max-height" and added a scroll bar.

That's a way.  ;)  Better then before, but not perfect. I would like to see how it works with the full post shown.

Will it be enough to delete:

Code: [Select]
#recentposts .inner {
  height: auto;
}

?