I cannot find any jira site for the forums where i can post the possible bugs which i have found and been trying to fix recently. andwoson site looks pretty good and active also which is still suporting for JForums. I will also post my bugs and the fix i did so other people might find useful. One of them which i encountered lately is with the pagination:-
1) Go to Admin Control Panel
2) In page1 click on any user Edit link. Just click on submit when you are in edit page or try to edit any kind of information like firstname, lastname, etc for the user. Once clicked submit it will redirect you to the user listing page under admin control panel
3) Now click on page 2 and you will see the exception .
The problem is when you get returned from editing the user information jforums shows the next page link as :-
http://localhost:8080/jforums/adminUsers/editSave/30.page (This link throws an exception as there is nothing defined in urlpattern for editSave)
where originally it is suppose to show :-
http://localhost:8080/jforums/adminUsers/list/30.page
Any clue if this has to do something with the pagination.ftl ? or if you have encountered this issue ?