There appears to be a slight bug.
I have more than 1 channel.
When I go into the archives and select the shouts I want to view from the second channel.
I can see the first page of chats ok, however when I go to view the second page it as reverted back to showing the second page of the general channel.
I have noticed the following url change from:
Code:
http://xxxx/forum/mgc_cb_evo.php?do=view_archives&channel_id=1
to
Code:
http://xxxx/forum/mgc_cb_evo.php?do=view_archives&page=2
so how do I get the channel_id=1 to appear in the url when I switch to the second page?
It works fine if I manually insert the channel_id=1 into the url to view the 2nd page.
So I need this to do it automatically.