posted 18 years ago
Hi,
I've integrated JForum with our login system, and I have inserted the new users into the JForum tables automatically with our user ids. Our user ids are 9 digit longs, and it caused an issue with the user permission page. When going to a given user's permission page, his id was stored in a hidden field but in a formatted way. For example a user id 123456789 was stored in a hidden field as "123,456,789".
As a work around I have modified the methog "getIntParameter" in the ActionServletRequest.java to the following:
Thanks and regards,
Botond Szakacs.
[originally posted on jforum.net by Anonymous]