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

    Announcement table background phpbb3

    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Announcement table background phpbb3

    Post by TheCrow December 12th 2014, 1:08 pm

    Hi, i asked for this thing some time ago and i got this response for punbb
    JS
    Code:
    jQuery(document).ready(function () { jQuery('.tcl.tdtopics:has(img[src="https://cdn1.iconfinder.com/data/icons/free-large-boss-icon-set/32/Global_manager.png"])').addClass('importantTopic'); });
    CSS
    Code:
    .importantTopic{background:blue!important;}

    How do i do this for phpbb3?
    JScript
    JScript
    Forumember


    Male Posts : 741
    Reputation : 175
    Language : PT-BR, EN
    Location : Brazil

    Solved Re: Announcement table background phpbb3

    Post by JScript December 12th 2014, 3:17 pm

    Try this:
    Code:

    jQuery(document).ready(function() {
       jQuery('dd.dterm[title=""]:has(img[src="https://cdn1.iconfinder.com/data/icons/free-large-boss-icon-set/32/Global_manager.png"])').addClass('importantTopic');
    });

    JS
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: Announcement table background phpbb3

    Post by TheCrow December 12th 2014, 3:31 pm

    That doesn't work.



    Announcement table background phpbb3 Thecro10
     Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    JScript
    JScript
    Forumember


    Male Posts : 741
    Reputation : 175
    Language : PT-BR, EN
    Location : Brazil

    Solved Re: Announcement table background phpbb3

    Post by JScript December 12th 2014, 3:56 pm

    In my tests worked yes!

    You sure you still have or are using this https://cdn1.iconfinder.com/data/icons/free-large-boss-icon-set/32/Global_manager.png image for topics?


    JS
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: Announcement table background phpbb3

    Post by TheCrow December 12th 2014, 7:55 pm

    I am not using that but i changed that.

    Code:
    jQuery(document).ready(function() {
      jQuery('dd.dterm[title=""]:has(img[src="http://i59.servimg.com/u/f59/19/06/26/04/ga10.png"])').addClass('importantTopic');
    });



    Announcement table background phpbb3 Thecro10
     Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    JScript
    JScript
    Forumember


    Male Posts : 741
    Reputation : 175
    Language : PT-BR, EN
    Location : Brazil

    Solved Re: Announcement table background phpbb3

    Post by JScript December 12th 2014, 7:58 pm

    You just forgot to tell if it worked or not?

    JS
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: Announcement table background phpbb3

    Post by TheCrow December 12th 2014, 9:06 pm

    MrMind wrote:That doesn't work.
    JScript
    JScript
    Forumember


    Male Posts : 741
    Reputation : 175
    Language : PT-BR, EN
    Location : Brazil

    Solved Re: Announcement table background phpbb3

    Post by JScript December 12th 2014, 9:10 pm

    How about you tell us the address of your forum in which you are using this code?

    I assure you that this is going speed up the help,

    JS
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: Announcement table background phpbb3

    Post by TheCrow December 12th 2014, 9:12 pm

    I send you a pm about the forum i am referring to. Thanks for your time.



    Announcement table background phpbb3 Thecro10
     Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    JScript
    JScript
    Forumember


    Male Posts : 741
    Reputation : 175
    Language : PT-BR, EN
    Location : Brazil

    Solved Re: Announcement table background phpbb3

    Post by JScript December 12th 2014, 9:28 pm

    Try this:
    Code:

    jQuery(document).ready(function() {
       jQuery('ul.topiclist.topics.bg_none dl.icon[style*="http://i59.servimg.com/u/f59/19/06/26/04/ga10.png"]').addClass('importantTopic');
    });

    JS
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: Announcement table background phpbb3

    Post by TheCrow December 12th 2014, 9:30 pm

    Υes that did the work but it removed the icon of the announcement. Sad



    Announcement table background phpbb3 Thecro10
     Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    JScript
    JScript
    Forumember


    Male Posts : 741
    Reputation : 175
    Language : PT-BR, EN
    Location : Brazil

    Solved Re: Announcement table background phpbb3

    Post by JScript December 12th 2014, 9:49 pm

    In your CSS, change this:
    Code:

    .importantTopic {
      background: none repeat scroll 0 0 #d6d6d6 !important;
    }

    To this:
    Code:

    .importantTopic {
      background-color: #d6d6d6 !important;
    }

    So long,

    JS
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: Announcement table background phpbb3

    Post by TheCrow December 12th 2014, 9:52 pm

    That's what i have:
    Announcement table background phpbb3 FlNq1Tx



    Announcement table background phpbb3 Thecro10
     Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Announcement table background phpbb3

    Post by SLGray December 12th 2014, 9:55 pm

    Add it to the top of your stylesheet.



    Announcement table background phpbb3 Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: Announcement table background phpbb3

    Post by TheCrow December 12th 2014, 9:58 pm

    SLGray wrote:Add it to the top of your stylesheet.
    Still the same..
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Announcement table background phpbb3

    Post by SLGray December 12th 2014, 10:02 pm

    Try changing where you place the JavaScript.



    Announcement table background phpbb3 Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    JScript
    JScript
    Forumember


    Male Posts : 741
    Reputation : 175
    Language : PT-BR, EN
    Location : Brazil

    Solved Re: Announcement table background phpbb3

    Post by JScript December 12th 2014, 10:11 pm

    MrMind wrote:That's what i have: https://i.imgur.com/flNq1Tx.png

    Pay close attention in the image below and tell me if you have the same:
    Announcement table background phpbb3 RnyXgVo

    JS

    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: Announcement table background phpbb3

    Post by TheCrow December 12th 2014, 10:15 pm

    Yes thank you! Topic is now solved!



    Announcement table background phpbb3 Thecro10
     Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Announcement table background phpbb3

    Post by SLGray December 12th 2014, 10:56 pm

    Topic solved and archived




    Announcement table background phpbb3 Slgray10

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

      Current date/time is September 23rd 2024, 4:36 pm