topic list of specific forum
2 posters
Page 1 of 1
topic list of specific forum
hello friends >>>
I have this code
for display topic of specific forum but the number of topics appear only 25
I need to appear all topics in the forum
and I favourate use ({FORUM_ID})
beacuase I need to use this code in my viewtopic-body tamplate
help me please
and thank u
I have this code
- Code:
<script type="text/javascript">
var CopyrightNotice='The last Topics category for forumotion. Copyright © ';
$(function () {
$.ajax({
url: "/feed/?f={FORUM_ID}",
success: function (a) {
$(".animelast:first").after('<ul id="list7epsanime"></ul>');
10000 < $(a).find("title").length ? so = 12 : so = $(a).find("title").length;
for (i = 2; i < so; i++) $('<li class="likistanime"><i class="fa fa-play"></i><a href="' + $(a).find("link:eq(" + i + ")").text() + '">' + $(a).find("title:eq(" + i + ")").text() + "</a></li>").appendTo("#list7epsanime")
}
})
});
</script>
for display topic of specific forum but the number of topics appear only 25
I need to appear all topics in the forum
and I favourate use ({FORUM_ID})
beacuase I need to use this code in my viewtopic-body tamplate
help me please
and thank u
Re: topic list of specific forum
Hello @H.A.SS.A.N
That javascript code refers to the /feed/?f={FORUM_ID} page.. and if you get only 25 posts this means that in the feed page only 25 topics are displayed.
You may try to change the "topics per page" option, but I don't know if it will affect even the feed page
Just give a try
That javascript code refers to the /feed/?f={FORUM_ID} page.. and if you get only 25 posts this means that in the feed page only 25 topics are displayed.
You may try to change the "topics per page" option, but I don't know if it will affect even the feed page
Just give a try
Re: topic list of specific forum
@Niko
yes , this true but the topic per page is limited to 50 only
and I need any way for display all topic of forum in list
becuase I have anime forum and want to display all specific anime episodes in list
please give me any thing ^_^
yes , this true but the topic per page is limited to 50 only
and I need any way for display all topic of forum in list
becuase I have anime forum and want to display all specific anime episodes in list
please give me any thing ^_^
Re: topic list of specific forum
@H.A.SS.A.N sadly I think it is not possible, even because the max number of topics per page is 50 and there is nothing you can do if not opening a suggestion to increase the number of topics per page
I'm sorry but I can't see other options.. even because loading more than 50 topics can slow down the pages' speed
I'm sorry but I can't see other options.. even because loading more than 50 topics can slow down the pages' speed
Re: topic list of specific forum
@Niko no way by jqury or ajax to get these topic from the forum
?????
please @Ange Tuteur give me any way I trust u
?????
please @Ange Tuteur give me any way I trust u
Similar topics
» Threads are visible only for registered users (not visible for guest)
» Remove Topic List Box in Sub Forum
» Add topic subject icon on forum list
» How do I make someone or a specific group in charge of a specific forum/category?
» Only members on a specific region are able to see the specific forum
» Remove Topic List Box in Sub Forum
» Add topic subject icon on forum list
» How do I make someone or a specific group in charge of a specific forum/category?
» Only members on a specific region are able to see the specific forum
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum