Recent content by meshedvr

  1. M

    [TH] Trending [Deleted]

    Hello- I found a bug in Pub/Controller/Trending.php regarding prefix filters. This code assumes you have SV/MultiPrefix addon installed. There are are other places in your addon where you handle this correctly, so it appears to just be a small oversight. Broken code: if ($prefixId =...
  2. M

    Content Ratings for XF2.1+ Resource Manager

    Hi Xon- I think you missed one fix in svContentRatingsXFRM_xfrm_resource_update_macros_a: -<xf:macro template="sv_contentratings_macros" name="rating_bar" arg-entity="{$2}" arg-reactRoute="$3/react" arg-reactionsListRoute="$3/$4" /> +<xf:macro template="sv_contentratings_macros"...
  3. M

    Content Ratings for XF2.1+ Media Gallery

    Hey Xon- Here to report similar issue to what I reported on for resource manager. There are a few template modification bugs. Fixes shown below (- is current + is fixed) svContentRatingsXFMG_xfmg_album_view_a -<xf:macro template="sv_contentratings_macros" name="rating_bar"...
  4. M

    Content Ratings for XF2.1+ Resource Manager

    I have found the source of the bug mentioned above when using "In Reaction Bar" option with "Under content controls". The bug is found in the template modification svContentRatingsXFRM_xfrm_resource_view_a. The regular expression substitution is incorrect. If you hit the Test button, it shows it...
  5. M

    [021] Unlimited scroll [Deleted]

    Hi - me again! 🤣 A bug report, a minor issue, and a few more suggestions for adding options to make this resource even better. Bug: 1.01 has minor bug in template modification bsuc_xfrm_whats_new_resource_scroll_paginator_init. The type is set to simple replacement and it should be regular...
  6. M

    [021] Unlimited scroll [Deleted]

    Sorry to be a pest, but your latest update seems to have some kind of recursive init issue. The init function gets called multiple times, and gets worse as more pages come in. It eventually ends up glitching the contents and you end up with copies of the same threads in the structured list. I...
  7. M

    [021] Unlimited scroll [Deleted]

    Thanks for quick fix! Awesome! One other tweak I use with this addon that I find works better for paging in before it reaches bottom and works more consistently on mobile devices (at least mine): isBottom: function () { return $(window).scrollTop() + $(window).height() >=...
  8. M

    [021] Unlimited scroll [Deleted]

    I think I may have found a solution. At least it seems to be working so far. Adding this at the end of appendHtml function inside scroll-paginator.js causes the tooltips (message preview and user popup) to work again. XF.onPageLoad(); I assume there is some js that adds the...
  9. M

    [021] Unlimited scroll [Deleted]

    It seems like tooltips don't work on paged-in items. For instance, hover over a user avatar on part of page the was paged in after initial request. You won't see the popup. Any remedy for this? Thanks!
  10. M

    Content Ratings for XF2.1+ Resource Manager

    I have found a minor bug with this addon. If the Rate Menu Location is set to "In Reaction Bar", the links for remove and reactions are incorrect. When I hover over a rating icon, the url looks like index.php?resources/test.46/react&reaction_id=1 If I change option to default "In-place of the...
Back
Top Bottom