Titles set to display: none;

Discuss issues and requests related with the forum software
User avatar
fischgeek
Posts: 435
Joined: 29 Jan 2014, 21:39

Titles set to display: none;

05 Jun 2017, 14:33

I've noticed that when I open a topic, all the posts briefly show the title of the topic, then fade out (css/jquery animation). Upon inspection, it looks like the h3's are set to display: none; This also affects search results. Was this by design and I missed a communication about it?
User avatar
tank
Posts: 3122
Joined: 28 Sep 2013, 22:15
Location: CarrolltonTX
Contact:

Re: Titles set to display: none;

05 Jun 2017, 16:23

Thats a PHPBB3 question
We are troubled on every side‚ yet not distressed; we are perplexed‚
but not in despair; Persecuted‚ but not forsaken; cast down‚ but not destroyed;
Telegram is the best way to reach me
https://t.me/ttnnkkrr
If you have forum suggestions please submit a
Check Out WebWriter
User avatar
tank
Posts: 3122
Joined: 28 Sep 2013, 22:15
Location: CarrolltonTX
Contact:

Re: Titles set to display: none;

05 Jun 2017, 16:23

which theme are you using
We are troubled on every side‚ yet not distressed; we are perplexed‚
but not in despair; Persecuted‚ but not forsaken; cast down‚ but not destroyed;
Telegram is the best way to reach me
https://t.me/ttnnkkrr
If you have forum suggestions please submit a
Check Out WebWriter
lexikos
Posts: 9583
Joined: 30 Sep 2013, 04:07
Contact:

Re: Titles set to display: none;

05 Jun 2017, 16:34

Why is it possible to write something in topic field for later posts?

It's been this way for over two years.

The effect on the search results was unintended.
User avatar
fischgeek
Posts: 435
Joined: 29 Jan 2014, 21:39

Re: Titles set to display: none;

05 Jun 2017, 16:55

tank wrote:which theme are you using
Simplicity.
lexikos wrote:Why is it possible to write something in topic field for later posts?

It's been this way for over two years.

The effect on the search results was unintended.
Ah. Okay. I looked for a post on this topic, but didn't have the keywords right obviously. I'm I the only one who wouldn't mind having those back?

EDIT: It's mentioned that the change was to declutter and free up vertical space. However, It doesn't seem to do that at all. The space for the h3 is still visible (i.e. nothing is shifted up);
User avatar
fischgeek
Posts: 435
Joined: 29 Jan 2014, 21:39

Re: Titles set to display: none;

05 Jun 2017, 17:06

Perhaps to limit the hiding to only post titles:

Code: Select all

$('[id*=post_content] h3').each(function() {
	var t = $(this);
	if (t.hasClass('first') || t.text().substr(0, 4) == 'Re: ') {
		t.fadeOut();
	}
});
lexikos
Posts: 9583
Joined: 30 Sep 2013, 04:07
Contact:

Re: Titles set to display: none; n stuff

05 Jun 2017, 21:50

Vertical space between posts is fine, and sometimes helps readability. Having the topic title repeated for every post does not. It is just noise.

If it was smarter, it would only hide titles that match the previous post. However, I think most people wouldn't pay attention to the subject field when they post anyway. If you don't use the quote button, the default subject is Re: the original topic, not necessarily the post you're replying to.
User avatar
Cerberus
Posts: 172
Joined: 12 Jan 2016, 15:46

Re: Titles set to display: none;

11 Aug 2017, 20:57

While I agree that the blink is slightly distracting, it's not an issue, and having a title displayed for each message would be far more distraction, in my humble opinion.

Return to “Forum Issues”

Who is online

Users browsing this forum: No registered users and 24 guests