Recent content by CStrategies

  1. CStrategies

    Third party Copied text is pasted as a block / Soft line breaks included in copied text

    This same bug causes a more annoying issue. If there are soft line breaks in your text, and you highlight some of the text and create a hyperlink, it will move the hyperlinked text to a different position in the paragraph. As a result, users have to avoid all soft line breaks, or only insert...
  2. CStrategies

    Third party Copied text is pasted as a block / Soft line breaks included in copied text

    Any updates on this? I'm assuming not because the bug still exists here.
  3. CStrategies

    XF 2.2 Search filters cause out of memory errors. Suggestions?

    We recently added several custom filters to the search filters. My experience with search is limited. We are of course running several search-related addons, so there could be an issue anywhere. Enhanced Search, Search Improvements, Elasticsearch, etc. I'm looking for more of a general...
  4. CStrategies

    Search Improvements

    Unfortunately the issue remains after upgrading. Can you give me some guidance on which code path to examine?
  5. CStrategies

    Search Improvements

    I am still running 2.10.4 and am investigating a bug. So far, I've only determined that disabling Search Improvements solves the issue. I wondered if you could see if you can replicate so I can narrow this down to version, conflict, or bug? As a guest, perform an empty search from the search...
  6. CStrategies

    Content Ratings [Paid]

    I went over this a few times before I came back to something potentially off with this addon. I'm on v2.5.3. With Content Ratings disabled, here is the behavior of the XF 2.2 code (which is expected): 1. Soft delete a resource that has 2 reactions (resourcehidden) 2. User's reaction_score is...
  7. CStrategies

    XF 2.2 When does the XFRM Category Api Controller get used?

    I have been working on adding additional filters to the resource list (resource overview) in XFRM. So far, everything is done through XFRM\ConrollerPlugin\Overview and its getResourceFilterInput and applyResourceFilters methods. But I did note that XFRM\Api\ControllerPlugin\ResourceItem has a...
  8. CStrategies

    RM 2.2 Users receiving update notifications for resources they aren't watching

    I see the preference for receiving notifications on updates, but I don't see a preference for "watch resources that I download". Or am I missing it?
  9. CStrategies

    RM 2.2 Users receiving update notifications for resources they aren't watching

    Nevermind. I now see that downloading the resource automatically sets the resource as watched.
  10. CStrategies

    RM 2.2 Users receiving update notifications for resources they aren't watching

    So in testing it appears users receive update notifications if they have previously downloaded a resource. Is there a way to remove/disable these notifications that are based on whether the resource has been downloaded by the user?
  11. CStrategies

    RM 2.2 Users receiving update notifications for resources they aren't watching

    A user reported that they received an update notification "X updated the resource Y", but the only interaction they have had with that resource was to view its overview page. They haven't commented, rated, or watched the resource. Is there some other trigger that will send this type of...
  12. CStrategies

    XF 2.2 How to avoid this error? "You have reached the maximum limit for attachment uploads. Please try again later."

    This is super annoying as an admin when I am testing script that deals with uploading attachments. I now have to stop my workflow so I can figure out how to allow my superadmin account to continue to upload unassociated attachments so that I can continue to debug my script.
  13. CStrategies

    XF 2.2 Help understanding xf_session and xf_session_activity

    So it looks like at least part of my solution involves the news feed. However, it appears the news feed only goes back so far. It appears, at least on our site, that it ends at about 90 days back. I can't find any settings for news feed history length in the ACP. Edit: This answers the news...
  14. CStrategies

    XF 2.2 Help understanding xf_session and xf_session_activity

    I want to build an addon to query the xf_session / xf_session_activity tables and determine whether any users with shared IPs to the current user have visited this user's profile page or interacted with any of this user's content. This is in an attempt to help identify duplicate accounts of...
  15. CStrategies

    XF 2.2 Help routing to XFCP extension

    I changed the controller to XFRM:ResourceItem and it now works, but I would still like to understand why.
Top Bottom