There are more than 500k threads on our forum. What I would like to do is to build an LLM that allows folks to ask questions and get answers based on what is on the site. What is the best and safest way to access the underlying text data?
I don't want to clone the site or run it locally. I...
If that were the case and he was logged in under user 2, the user log would show user 2 changed user 2 password. Not user 2 changed user 1 password.
I found that "Use inline moderation on threads / posts" had wrong permissions
xf 2.2.9
User 1 was banned 6 months ago.
User 2, which come to find out is a second account for user 1, edited the password for user 1. What went wrong and how to correct this so it does not happen again?
Funny I was just looking into this and here it is the top thread in the category.
Here is where I am at... The template that needs changing is node_list_category
<xf:macro name="depth1" arg-node="!" arg-extras="!" arg-children="!" arg-childExtras="!" arg-depth="1">
<div class="block...
Update: I had turned off GDPR on ezoic and installed the 2nd fix from the link above. All worked fine. I then went and enabled GDPR on ezoic and it broke again requiring certain users to have to change passwords before logging in again.
I was aware of that thread and the first of the 2 potential fixes had been incorporated from the get go. I have now gone with the 2nd potential fix and will be awaiting feedback from our users. Thanks.
I have created a widget for staff online to show in the sidebar visible to only staff.
I used the conditional $xf.visitor.isMemberOf([3, 4, 21, 39]) to represent the 4 user groups that are considered staff
All members of the 4 user groups are ticked to "display user as staff"
The admin.php...