PDA

View Full Version : How to get rid of the annoying Yellow triangle?


silvertouring
06-14-2016, 05:40 PM
How can I get rid of the annoying Yellow triangle with exclamation mark?
I've posted a screenshot.

https://vborg.vbsupport.ru/external/2016/06/6.jpg (https://imageshack.com/i/pmsQDVj2j)

In Omnibus
06-14-2016, 06:36 PM
Typically that means you have posts that are either waiting to be moderated or have been moderated.

silvertouring
06-14-2016, 07:05 PM
Where can I see them?

shimei
06-14-2016, 08:36 PM
In additional_css:

.vb-icon-warning-orange {
background-position: -288px -240px;
width: 16px;
height: 15px;
display: none;
}

Replicant
06-14-2016, 11:54 PM
I had some of those on my forum. It was posts that had been soft deleted. After the permanent delete, the triangle disappeared.

silvertouring
06-15-2016, 06:18 AM
In additional_css:

.vb-icon-warning-orange {
background-position: -288px -240px;
width: 16px;
height: 15px;
display: none;
}

where can I find additional_css?
sorry new to this.

--------------- Added 1465978764 at 1465978764 ---------------

I had some of those on my forum. It was posts that had been soft deleted. After the permanent delete, the triangle disappeared.

that's my problem as well, but I can't figure out how to permanently remove soft deleted stuff.
Any help?
Thanks