For the recordings within a bbb-room page, see: https://ww.wp.xz.cn/support/topic/how-to-list-the-recordings-in-date-order/
But maybe you’re looking for the shortcode? Then my suggestion doesn’t do your job. 😉
I did it the “ugly way”: On the bbb room page, click on any table heading you want to sort by, then use the new page url to link to the room (in menu etc), e.g.:
* /bbb-room/my-room?orderby=date&order=desc&nonce=a77700dbe4
instead of just
* /bbb-room/my-room
Another ugly hack is to add a redirection from “/bbb-room/my-room” to “/bbb-room/my-room?orderby=date&order=desc&nonce=a77700dbe4”
-
This reply was modified 5 years, 10 months ago by vernetzer.