Recent content by Jeremy P

  1. Jeremy P

    XF 2.3 Public Navigation for single member

    You could do it based on their ID: $xf.visitor.user_id === 123
  2. Jeremy P

    XF 2.3 Trending content

    There is no total in that sense as the scores and weights are relative to each other. For example, using the quoted configuration, a thread with ten reaction points and no replies will have a trending score of 200, where a thread with two replies and one reaction point will have a trending score...
  3. Jeremy P

    As designed Banned Users title keeps active

    This is as-designed, we don't visually distinguish banned members out of the box beyond the strikethrough displayed to staff. You may enable the option to add banned members to a user group to override their user title, if you wish.
  4. Jeremy P

    Not a bug Reply to thread doesn't result in notification/alert, and the thread and subforum do not get bolded as expected

    I tested the exact steps described before triaging and received it just fine, and we’ve received no other reports of this. If you can reproduce this reliably with all add-ons disabled on the latest version, you can share the steps and I can try again.
  5. Jeremy P

    Cannot reproduce Auth and session API affected by Discourage logic regardless of request source IP

    I can't reproduce this, and we don't apply discouraged checks to the API endpoints at all. My best guess is that PHP-FPM was saturated from public requests and therefore unable to handle the API requests.
  6. Jeremy P

    Design issue InputFilterer::filter 'posint' data corruption

    I'm not sure we can really change this as-is since it breaks backwards-compatibility. You can use eg. ?posint to allow for null values for missing data if that's preferable.
  7. Jeremy P

    Not a bug Google crawler indexing “Quote” reply button links

    We do set nofollow on them already, so if they are displayed to guests then its kind of up to the crawler to respect that or not.
  8. Jeremy P

    Custom fields display desktop - mobile

    This is as-designed for our pairs styling. You could customize the field's wrapper display HTML to justified, for example, or make other adjustments via extra.less: <dl class="pairs pairs--justified pairs--customField" data-field="{$fieldId}"> <dt>{$title}</dt> <dd>{$value}</dd> </dl>
  9. Jeremy P

    Cannot reproduce Can't stop people viewing poll results

    I can't reproduce this on the current version in any of the browser combinations I've tried.
  10. Jeremy P

    Browser issue Logout redirect to "Oops! We ran into some problems."

    This will ultimately be a browser issue, you can use the above config flag to disable the behavior but keep in mind it may mean data from user sessions remains in browser caches.
  11. Jeremy P

    Not a bug Reply to thread doesn't result in notification/alert, and the thread and subforum do not get bolded as expected

    This is generally as designed. We only send new reply alerts when a message is appended to the end of a thread that you have previously fully read. In the scenario described, you would still receive the alert if it were the newest post at the time of approval. Additionally, you would still...
  12. Jeremy P

    Fixed Image attachments rotated since the update

    It’s not in the current download.
  13. Jeremy P

    Cannot access offset of type string on string src/XF/Mvc/Renderer/Html.php:167

    No, as the error message is fairly generic and it's more about what code is triggering it. In this case it will almost certainly be related to an add-on.
  14. Jeremy P

    Add separator between new posts and old thread

    We can only provide support to licensed customers. If you are licensed, please add your forum username to the Forum users page in your Account area and then post in the correct forum.
  15. Jeremy P

    Geotarget GDPR cookie notice banner

    We can only provide support to licensed customers. If you are licensed, please add your forum username to the Forum users page in your Account area and then post in the correct forum.
Back
Top Bottom