Recent content by Cosmacelf

  1. C

    XF 1.5 Select List of Private Forums from XF Database

    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...
  2. C

    XF 2.1 Upgraded to 2.1, can't see reactions?

    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...
  3. C

    XF 2.1 Upgraded to 2.1, can't see reactions?

    Oh, thanks! Gotta figure out how to get my theme to use reactions now.
  4. C

    XF 2.1 Upgraded to 2.1, can't see reactions?

    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?
  5. C

    XF 2.0 Different header image in specific boards?

    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...
  6. C

    RivianAuto.Club

    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...
  7. C

    XF 2.0 Different header image in specific boards?

    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...
Back
Top Bottom