posted 17 years ago
After some researches, I found something on my second problem.
When I submit the form which permits to add a new post, I get the following parameters in the processAction method of the JForumPortletBridge class :
and in the render method of the same class, I get the following parameters :
The problem seems to come from parameters which have values with special characters. Here, the addbbcode18 parameter value is #444444 (which is encoded in %23444444).
If I remove this parameter, the same problem occurs on the parameter helpbox. And if I remove this parameter, the form is well submitted and the post is added.
Can anybody tell me how to solve this encoding issue ?
Thanks
[originally posted on jforum.net by toomtooms]