Below some sample links for the second bug I'm talking about in previous post (links redered by pagination.ftl, for first page generate errors in admin user list):
Here is listing of a
thread with several posts. First link looks like:
1
Second page has a link of:
2
Both links work OK.
But in admin/userlist > filter by group:
first page has a link as:
1
second :
2
current page is 3
In admin /forum/adminUsers/groupSearch/6.page does not work, HTTP Status 404 - is returned.
putting in pagination.flt a >=0 instead of =0 like:
<#if (start >= 0)>/${start}</#if>
will generate a link for the first page as:
1
this one works.
Also topic lists generate an extra /0/ and works OK.
Someone, a better fix?
[originally posted on jforum.net by mosu]