Announcement

Collapse
No announcement yet.

Add new phrase to unread topics vB4.2.x

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Font Size
    #1

    vB4.2.X Add new phrase to unread topics vB4.2.x

    Description:
    Adding "NEW" icon on unread topics as I mentioned in the topic


    How to install:
    If you add the following CSS code to the additional.css template of the style you are using, it will look like the screenshot.
    HTML Code:
    /* For threadbit */
    li.threadbit.new h3.threadtitle:after {
     content: "{vb:rawphrase new}";
        display: inline-block;
        background: #dc3030;
        padding: 1px 4px;
        font-size: 11px;
        color: #FFF;
        border-radius: 3px;
        margin-left: 5px;
        position: relative;
        top: -2px;
    }
    /* For Search Results */
    li.threadbit.new h3.searchtitle:after {
    content: "{vb:rawphrase new}";
    display: inline-block;
    background: #dc3030;
    padding: 1px 4px;
    font-size: 11px;
    color: #FFF;
    border-radius: 3px;
    margin-left: 5px;
    position: relative;
    top: -2px;
    }
    Attached Files
    Last edited by yilmaz; 22.02.21, 19:03.

  • Font Size
    #2
    Installed on 4.2.6 pho 7.2
    THanks

    Comment


    • Font Size
      #3
      Possible on home forum also?

      Comment


      • Font Size
        #4
        Bump, please

        Comment

        X

        Thread Information

        Collapse

        Users Browsing this Thread

        Those who read this thread

        Collapse

        Working...
        X

        AdBlock Detected

        Please Disable Adblock

        Please consider supporting us by disabling the ad blocker.

        I've Disabled AdBlock
        Home