Secondary recent topics widget 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

    Secondary recent topics widget

    Anzo
    Anzo
    Forumember


    Posts : 358
    Reputation : 8
    Language : English/Arabic
    Location : Baghdad - Iraq

    Secondary recent topics widget Empty Secondary recent topics widget

    Post by Anzo August 5th 2016, 1:53 am

    Hello,

    Recently I requested a recent widget to show latest topics of a specific section, I was then refered to a tutorial where I can do that.

    However, I have a small issue with the widget: It shows global topics. Like, If i have a topics in which it shows within all sections then the widget will show it as well. I want the code not to show globally pinned topics if able.

    here is what I'm using
    JS:
    Code:
    jQuery(document).ready(function(){
    jQuery("#newsareal1_tour").load("f20-tournaments div.topic-title-container:lt(6)");
    });
    SocialAcademy
    SocialAcademy
    Forumember


    Male Posts : 145
    Reputation : 11
    Language : JavaScript, CSS, Html, JQuery, C#, C++, Php, Python
    Location : Forumotion

    Secondary recent topics widget Empty Re: Secondary recent topics widget

    Post by SocialAcademy August 6th 2016, 2:09 am

    do you want a topic widget which specific section only display?
    Anzo
    Anzo
    Forumember


    Posts : 358
    Reputation : 8
    Language : English/Arabic
    Location : Baghdad - Iraq

    Secondary recent topics widget Empty Re: Secondary recent topics widget

    Post by Anzo August 6th 2016, 2:49 pm

    That is what I already have. As I said, someone - I believe a Support staffer - had already guided me onto how to make a second topics widget for a specific section.

    The only problem with that is now the second widget shows 'Global Announcement' topics before it shows the actual recent topics of that section.
    Anzo
    Anzo
    Forumember


    Posts : 358
    Reputation : 8
    Language : English/Arabic
    Location : Baghdad - Iraq

    Secondary recent topics widget Empty Re: Secondary recent topics widget

    Post by Anzo August 7th 2016, 7:00 pm

    Bump