News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

[TRICK] "NEW" post icons to the left - A 10 Seconds Fix By Wellwisher

Started by Wellwisher, May 13, 2016, 07:59:48 AM

Previous topic - Next topic

Steve

DO NOT pm me for support!

pocttopus

@Wellwisher hello,

After using this line the "new" image from the topics is not removing after opening those topics with new posts.
Tried with ctrl+F5 but it's still there marking new posts.  :-\

[id^='newicon'] > img{float:left;margin:10px;}.subject.stickybg2 span {display: inline;width: calc(100% - 50px);}
https://www.simplemachines.org/community/index.php?topic=545837.msg3874580#msg3874580

Wellwisher

Quote from: pocttopus on August 02, 2019, 08:10:17 AM

After using this line the "new" image from the topics is not removing after opening those topics with new posts.
Tried with ctrl+F5 but it's still there marking new posts. 


You probably have a custom theme which will require additional coding. Feel free to raise this in the "SMF Coding Discussion" where you can get help with it.  :)

Rgvill

How do I set it to the right? I'm using the default theme and it's already on the left.

Antechinus


Rgvill

@Antechinus it works but this is what happens in author part.

Wellwisher

Quote from: Rgvill on October 15, 2022, 08:09:59 PM@Antechinus it works but this is what happens in author text.

This tutorial was mainly for SMF version 2.0. Maybe try this instead:


.new_posts, a.new_posts{float:right!important;}


Rgvill

Quote from: Wellwisher on October 15, 2022, 08:31:55 PM
Quote from: Rgvill on October 15, 2022, 08:09:59 PM@Antechinus it works but this is what happens in author text.

This tutorial was mainly for SMF version 2.0. Maybe try this instead:



.new_posts, a.new_posts{float:right!important;}



Thank you!

Advertisement: