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