Recent content by BassMan

  1. BassMan

    I just made this video for my Greece honeymoon last year

    Congratulations on your wedding and great video. I love Greece!
  2. BassMan

    XF 2.3 Insert a banner on the forum header

    Yes, that's the UNIX timestamp. You can help with this: https://www.unixtimestamp.com/ Btw, I haven't tested this, but it should work. Sorry, use this code instead: <xf:if is="$xf.time > 1767225600"> <img src="path/to/image.png" alt="Image" style="max-width:100%; height:auto;" /> </xf:if>
  3. BassMan

    XF 2.3 Insert a banner on the forum header

    Hello, here: For conditional, try using this: <xf:if is="$xf.time > 1767225600"> <img src="path/to/image.png" alt="Image" /> </xf:if>
  4. BassMan

    [cXF] Enhanced Featured Content Carousel [Paid]

    I'm not sure about this one. Maybe as a separate add-on some day.
  5. BassMan

    [cXF] Remove Location, Website and About you field

    Yes, that's how it currently works. The main purpose of this add-on is to hide these fields for everyone if the administrator decides that they are not needed on their forum.
  6. BassMan

    [cXF] Login or Register on thread view [Paid]

    BassMan updated [cXF] Login or Register on thread view with a new update entry: 1.3.4 Read the rest of this update entry...
  7. BassMan

    Tag Essentials - with AI auto tagging and XFRM support [Paid]

    I can confirm it works now. Thank you again. Interestingly, I don't get any suggestions with the gpt-5-chat-latest model. I need to use gpt-4-turbo, gpt-5-mini or gpt-5. Anyway, I'll play with the models a bit to find the right one.
  8. BassMan

    XF 2.3 Customizing Menus

    Check here:
  9. BassMan

    Tag Essentials - with AI auto tagging and XFRM support [Paid]

    Is it just me, or is it not working properly? I don't have any test page in the Tools menu in the ACP. What am I missing here?
  10. BassMan

    Tag Essentials - with AI auto tagging and XFRM support [Paid]

    I have changed back to the previous version, and it does not work either. I don't have any link to the test page in the Tools menu.
  11. BassMan

    Tag Essentials - with AI auto tagging and XFRM support [Paid]

    Hi Stuart, For some reason no tags are being generated on my forum after updating the add-on. I have set the model to gpt-5-chat-latest. Also, when I go to /admin.php?tags-test-openai/ I get this:
  12. BassMan

    [cXF] Enhanced Search Forum Widget [Paid]

    Of course, I didn't think of that!
  13. BassMan

    [cXF] Enhanced Search Forum Widget [Paid]

    Thank you for your patience. Since this is using the built-in XF widget, the title will appear above the div. I think it will complicate the process too much if I change that.
  14. BassMan

    [cXF] Enhanced Search Forum Widget [Paid]

    There is no option for that, but you can do it manually. You can add .cxf-esfw-1 or .cxf-esfw-2 to the extra.less template and edit it. You can also edit the cxf_esfw_widget_1 or cxf_esfw_widget_2 template: FIND: cxf-esfw-1 REPLACE: cxf-esfw-1 block-container (or change number 1 to 2 if...
Back
Top Bottom