SMF Support > SMF 2.0.x Support
How do I hide the "RE:"
Fernando Rocker:
As you can see... every post has the "RE: Name of the thread."
How do I hide it? I just want the title to be displayed once, at the top, not in every message!
Old Fossil:
Is this any use to you?
http://custom.simplemachines.org/mods/index.php?mod=3004
Have a look at the Mod Emulate link in my signature.
Antechinus:
I think he wants to hide the whole title. Easiest way to do that is to just add this to the end of index.css:
--- Code: ---.keyinfo h5 {visibility: hidden; height: 10px;}
--- End code ---
You don't want to actually delete the title from the template, because it's used for linking quotes, etc.
Also, don't use display: none; (which is the other way of hiding things) because that will also break the link by preventing it being echoed to the browser at all. Using display: hidden means it's still there but you just can't see it. It's sneaky CSS. ;)
The height: 10px; just leaves the Reply# stuff at the right height.
Fernando Rocker:
Thanks, Antechinus.
I'm gonna try it and I will post results.
Fernando Rocker:
Well... I'm new at this, and maybe I'm doing it wrong.
Nothing happened. But maybe it was because I am doing it wrong. I'm attaching an image. Am I doing it wrong?
Navigation
[0] Message Index
[#] Next page
Go to full version