Secondary recent topics widget
2 posters
Page 1 of 1
Secondary recent topics widget
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:
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)");
});
Re: Secondary recent topics widget
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.
The only problem with that is now the second widget shows 'Global Announcement' topics before it shows the actual recent topics of that section.
Similar topics
» Height of recent topics widget
» Change Recent Topics widget to Recent Posts?
» Recent topics not as widget
» Recent topics widget
» Recent topics widget
» Change Recent Topics widget to Recent Posts?
» Recent topics not as widget
» Recent topics widget
» Recent topics widget
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum