New Post/No New Post Code(? I don't exactly know how to title this) Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
4 posters

    New Post/No New Post Code(? I don't exactly know how to title this)

    Nekobake
    Nekobake
    New Member


    Posts : 17
    Reputation : 1
    Language : English - Greek
    Location : in yo pants

    Solved New Post/No New Post Code(? I don't exactly know how to title this)

    Post by Nekobake August 30th 2015, 12:40 am

    elloo

    so, I was wondering if there was a way to indicate if a forum has new posts/topics through the post/topic count on the main page. what I mean is, if it's possible for the post/topic count to change background color whenever there's a new post/topic in the forum. i cant explain this very well, so, let me show you.

    this is the default look with no new posts/topics:
    Spoiler:

    and what i want, is for this to happen when there's a new post in the particular forum:
    Spoiler:

    basically i want the dd.topics and dd.posts background attribute to change from #caf3ff to #ff026d whenever there's a new post/topic.

    is it even possible?


    Last edited by Nekobake on September 3rd 2015, 1:18 pm; edited 1 time in total
    SSYT
    SSYT
    Forumember


    Male Posts : 77
    Reputation : 15
    Language : RO-10, EN-3, FR-1
    Location : Romania

    Solved Re: New Post/No New Post Code(? I don't exactly know how to title this)

    Post by SSYT August 30th 2015, 9:33 pm

    Hello, please post your forum link :d
    Nekobake
    Nekobake
    New Member


    Posts : 17
    Reputation : 1
    Language : English - Greek
    Location : in yo pants

    Solved Re: New Post/No New Post Code(? I don't exactly know how to title this)

    Post by Nekobake August 30th 2015, 11:50 pm

    Nekobake
    Nekobake
    New Member


    Posts : 17
    Reputation : 1
    Language : English - Greek
    Location : in yo pants

    Solved Re: New Post/No New Post Code(? I don't exactly know how to title this)

    Post by Nekobake August 31st 2015, 7:08 pm

    bump (?)
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: New Post/No New Post Code(? I don't exactly know how to title this)

    Post by SLGray August 31st 2015, 7:10 pm

    Yesterday at 4:50 pm
    Today at 12:08 pm



    Please don't double post. Your post needs to be separated by at least 24 hours before bumping. Please use the edit button instead!



    New Post/No New Post Code(? I don't exactly know how to title this) Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Nekobake
    Nekobake
    New Member


    Posts : 17
    Reputation : 1
    Language : English - Greek
    Location : in yo pants

    Solved Re: New Post/No New Post Code(? I don't exactly know how to title this)

    Post by Nekobake September 2nd 2015, 12:08 am

    bump (sorry, my clock was off)
    Nekobake
    Nekobake
    New Member


    Posts : 17
    Reputation : 1
    Language : English - Greek
    Location : in yo pants

    Solved Re: New Post/No New Post Code(? I don't exactly know how to title this)

    Post by Nekobake September 3rd 2015, 1:42 am

    bump (?)
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: New Post/No New Post Code(? I don't exactly know how to title this)

    Post by Ange Tuteur September 3rd 2015, 10:24 am

    Hi @Nekobake,

    Yes, it's possible, especially on phpbb3. However I have a question : Did you remove the background image that indicates new posts on the inner row's DL element ? I talk of this highlighted element :
    New Post/No New Post Code(? I don't exactly know how to title this) Captur12

    What you could normally do on phpbb3 is use this along with the CSS attribute selector. For example :
    Code:
    dl.icon[style*="/forum_new_category.gif"] .topics, dl.icon[style*="/forum_new_category.gif"] .posts {
      background:#F00;
    }

    I looked at your forum, but I see no indication of the style attribute. If you can, I'd recommend adding it back along with an image in the AP that indicates new posts for categories. Also, if you don't want it to display, you can hide the image via CSS. Wink
    Nekobake
    Nekobake
    New Member


    Posts : 17
    Reputation : 1
    Language : English - Greek
    Location : in yo pants

    Solved Re: New Post/No New Post Code(? I don't exactly know how to title this)

    Post by Nekobake September 3rd 2015, 1:17 pm

    Hnnngg thank you so much for this. I'm pretty sure I can adjust it to work like this, but I'm a lazy bum so I won't do it right now New Post/No New Post Code(? I don't exactly know how to title this) Imsotiredplz

    Still I'm considering this solved. Thank you again <33
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: New Post/No New Post Code(? I don't exactly know how to title this)

    Post by Ange Tuteur September 3rd 2015, 1:45 pm

    You're welcome. Mr. Green

    Topic archived

    If you need anymore help with this, feel free to open a new topic and tag me if necessary. Smile