Hi! @PitaJ thank you for the quick reply.
I understand that an absolute URL have the protocol, but most of the normal users, at least in our forums, don't know what that is, some use it just because the copied from the browser, but sometimes a user doesn't add it, and having that links as relative URL returns a 404, causing a bad experience.
Some CMS have a sanity check like Django and WordPress if you add a link inside a WordPress, they check if it's another domain and adds the protocol, so the user doesn't have to add it.
I think it's a good measure to prevent bad user experience.
How to remove bar below each post
-
I am using the default Vanilla theme and was wondering if there is anyway I can remove the following red area in screenshot from posts.
Ideally if there is a css I can apply that would be great if someone can provide that. If no css can you please point me towards what file or code I need to modify to remove that bar from posts.
Thank you.
-
@gamer8391 said in How to remove bar below each post:
If someone can please help me with this I would greatly appreciate it.
I am ready to launch my forum but just need to remove this portion.
Thank you.
You can try:
.topic .posts .post-info { display: none; }