FWIW, this seems to work in v2.1 as well.
I was looking for the opposite in that I needed a query that would give me threads that were NOT in a private forum. I ended up with this code:
SELECT xf_post.message, xf_post.username, xf_thread.title AS thread, xf_node.title AS node...
Thank you @OperaManiac, that pinpointed the problem I had. Basically, I had modified the PAGE_CONTAINER template in my custom style. When I upgraded, it kept the old PAGE_CONTAINER, and thus I didn't get reactions shown (nor a bunch of other minor appearance upgrades).
So I just copied the...
I just upgraded to 2.1 and have enabled the new reactions (or rather they were enabled by default). But I can't react to any existing post other than Like it (like the old way). Any ideas why I can't see reactions when I hover on the Like button?
I figured it out. First node IDs are numbers which are shown in the URL of the main category page. So my R1T subforum above URL is https://rivianauto.club/xf/forums/r1t-truck.4/ and thus the node id is 4.
And then I modified the template PAGE_CONTAINER to look like this. The XF:if statement is...
I snagged a .club domain name and recently set up this discussion forum for Rivian electric vehicles. You probably haven't heard, but Rivian is a 9 year old startup that just came out of stealth mode and announced an upcoming EV pickup truck and full sized SUV. Looks like a Tesla 2.0, but with a...
I tried this in my new board (v2.0.11, btw, is there somewhere I can tell what version I'm running?), but it didn't change the header image. Just to be clear, what is the "node ID" for a category? Is it listed in the URL? For instance, my forum has a category named "R1T Truck" and has URL...