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.
The forum of the forums
3 posters

    Glitter dont appear chatbox

    avatar
    padrig
    New Member


    Posts : 3
    Reputation : 1
    Language : English, Tagalog

    In progress Glitter dont appear chatbox

    Post by padrig Tue 10 Feb - 15:53

    Hi i just wanna ask what happen to my forum i been doing this for a long time never had error but now got problem on it just happen my glitter on chatbox and the last post name glitter was not appearing kind a wierd this 1st time had error on glitter and glowing hope you guys can help.

    Glitter dont appear chatbox Proble10


    Hope someone can explain me why not working anymore? how to fix this one. Thnx in advance!


    MORE POWER!



    Last edited by padrig on Wed 11 Feb - 19:05; edited 1 time in total (Reason for editing : ask to change)
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    In progress Re: Glitter dont appear chatbox

    Post by Ange Tuteur Tue 10 Feb - 18:25

    Hello @padrig,

    The chatbox was recently updated. By consequence some user CSS rules and Scripts no longer work.

    The reason your Username styles are not working anymore is because the user links are no longer Anchor elements which contain the HREF attribute. The usernames are now SPAN elements which contain a special data-user attribute.

    You'll have to add the following selector to your current CSS rule.
    Code:
    span[data-user="1"]

    The 1 is the ID of the user. So to affect both the forum and the chatbox, we do the following :
    Code:
    a[href="/u1"] span strong, span[data-user="1"] { text-shadow:0 0 6px #F00 }
    SLGray
    SLGray
    Administrator
    Administrator


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

    In progress Re: Glitter dont appear chatbox

    Post by SLGray Tue 10 Feb - 23:07

    Please change the title of your topic to something that is related to your question/issue, so that other users will be able to find their question/issue using the search engine.



    Glitter dont appear chatbox Slgray10

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


    Posts : 3
    Reputation : 1
    Language : English, Tagalog

    In progress Re: Glitter dont appear chatbox

    Post by padrig Wed 11 Feb - 19:14

    Thnx and how about on the last post? showing the admin name not gliittering? thnx for the chat solution
    avatar
    padrig
    New Member


    Posts : 3
    Reputation : 1
    Language : English, Tagalog

    In progress Re: Glitter dont appear chatbox

    Post by padrig Wed 11 Feb - 19:23

    Hi sir this guide you gave work on Last post but chatbox still same not working glitter glow not appearing ty!


    Last edited by padrig on Wed 11 Feb - 19:43; edited 1 time in total
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    In progress Re: Glitter dont appear chatbox

    Post by Ange Tuteur Wed 11 Feb - 19:33

    scratch

    Did you change the user ID here ?
    span[data-user="1"]

      Current date/time is Sun 22 Sep - 18:37