Recent content by Old Time RockenRoll

  1. O

    XF 2.3 Strange BB Code issue (tables)

    Does anybody have any suggestions?
  2. O

    XF 2.3 Strange BB Code issue (tables)

    When a user copies and pastes a table from an external site it posts the [ td ] in the text. Please see image for an example.
  3. O

    XF 2.2 accessing database

    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...
  4. O

    XF 2.2 User password edited by other user account

    Thanks folks. Glad to know it seems rather benign. Dave
  5. O

    XF 2.2 User password edited by other user account

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

    XF 2.2 User password edited by other user account

    It does not show in either admin or mod log, only the user log which is screenshotted above.
  7. O

    XF 2.2 User password edited by other user account

    Yes. SillyBilly is the admin who perma banned zodiactaurus on Feb 21 coldcases altered zodiactaurus at the Today @9:02 time stamp.
  8. O

    XF 2.2 User password edited by other user account

    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?
  9. O

    XF 2.0 Display advertising in forum overview

    Perfect <xf:if is="$node.node_id == 160"> <div> Test </div> </xf:if> <xf:if is="$node.node_id == 649"> <div> Test 2 </div> </xf:if>
  10. O

    XF 2.0 Display advertising in forum overview

    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...
  11. O

    XF 2.2 Issues with login and password reset caused by Ezoic

    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.
  12. O

    XF 2.2 Issues with login and password reset caused by Ezoic

    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.
  13. O

    XF 2.2 Issues with login and password reset caused by Ezoic

    I have the same issue after integrating Ezoic. Have you been abe to resolve this yet?
  14. O

    XF 2.2 Staff online widget vs staff online admin page

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