hhhm.. you may have problems, because JForum splits the query
string to discover what the user is trying to do.
If you want to pass extra parameters, you can use the regular form of urls.. for example, the url
https://coderanch.com/t/575484
is translated to
http://www.jforum.net/jforum.page?module=posts&action=list&topic_id=1425
Take a look in the files WEB-INF/config/modulesMapping.properties and urlPattern.properties to know the modules and name of the parameters.
Rafael
[originally posted on jforum.net by Rafael Steil]