darkdiver
Member
I have a forum running XenForo 1.2. This is a multilingual forum.
It has 3 sections for English, Russian and Chinese customers.
I have a link to the recent posts on the forum
http://site.com/forum/find-new/posts?recent=1
But this link generate search for all forums for all languages
I need to pass forums ids via GET request parameters
Something like this http://site.com/forum/find-new/posts?recent=1&c[node]=123+1+4+5
to split recent posts by language.
It has 3 sections for English, Russian and Chinese customers.
I have a link to the recent posts on the forum
http://site.com/forum/find-new/posts?recent=1
But this link generate search for all forums for all languages
I need to pass forums ids via GET request parameters
Something like this http://site.com/forum/find-new/posts?recent=1&c[node]=123+1+4+5
to split recent posts by language.