Remove image box in specific forums 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.
2 posters

    Remove image box in specific forums

    perlesias
    perlesias
    Forumember


    Posts : 197
    Reputation : 4
    Language : spanish

    Remove image box in specific forums Empty Remove image box in specific forums

    Post by perlesias March 13th 2024, 6:01 pm

    Hello guys, I would like to be able to hide the image boxes in some specific forums: (f1 - f2 - f3 - f4 - f49)

    Remove image box in specific forums Oo10

    A while ago Niko made this code but it doesn't work for this topic:

    Code:

    $(function() {
     
        var allowed_forums = ['4', '6', '7', '10'];
     
        var current_forum = $('.topic-actions p.path a.nav:last-child').attr('href');
        var forum_id = current_forum.split('/f')[1].split('-')[0];
     
     
        if (!allowed_forums.includes(forum_id)) {
            $('.bim_img_container img.bim_mainThumb').parent().parent().parent().parent().remove();
        }
    });
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15169
    Reputation : 1696
    Language : English,Greek
    Location : Greece

    Remove image box in specific forums Empty Re: Remove image box in specific forums

    Post by skouliki March 13th 2024, 6:19 pm

    Hello

    Why did you open a new thread ?
    Is this related to this thread https://help.forumotion.com/t163225p30-image-that-disappears-in-post-title#1146866

    perlesias
    perlesias
    Forumember


    Posts : 197
    Reputation : 4
    Language : spanish

    Remove image box in specific forums Empty Re: Remove image box in specific forums

    Post by perlesias March 13th 2024, 6:35 pm

    skouliki wrote:Hello

    Why did you open a new thread ?
    Is this related to this thread https://help.forumotion.com/t163225p30-image-that-disappears-in-post-title#1146866

    Sorry, I did not realize Embarassed
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15169
    Reputation : 1696
    Language : English,Greek
    Location : Greece

    Remove image box in specific forums Empty Re: Remove image box in specific forums

    Post by skouliki March 13th 2024, 6:49 pm

    What did you not realize?
    Is this related to previous issue or not ?

    perlesias
    perlesias
    Forumember


    Posts : 197
    Reputation : 4
    Language : spanish

    Remove image box in specific forums Empty Re: Remove image box in specific forums

    Post by perlesias March 13th 2024, 7:05 pm

    skouliki wrote:What did you not realize?
    Is this related to previous issue or not ?

    Remove image box in specific forums 200.gif?cid=78ff2c8fyw0hkt1eux6gnynl5dx919olt3ijldt3ok4pgy5x&ep=v1_gifs_search&rid=200

    poesia-verses likes this post

    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15169
    Reputation : 1696
    Language : English,Greek
    Location : Greece

    Remove image box in specific forums Empty Re: Remove image box in specific forums

    Post by skouliki March 14th 2024, 6:18 am

    Please add any new information to the current thread
    https://help.forumotion.com/t163225p30-image-that-disappears-in-post-title#1146866

    Topic moved to the garbage.
    Please read our forum rules: ESF General Rules


    TonnyKamper likes this post