Welcome to My iptv forum

  • Everyone is invited! My iptv forum is for everyone, new and advanced user alike!
  • Searching is key! Before you post a question, use the forum search feature to determine whether your topic has already been covered.
  • Do not start flame wars! If someone has engaged in behavior that is detrimental to the discussion -- spamming, harassment, etc -- report the post and we'll take a look.
  • Resource icon

    xF2 Add-on Xon - Search Improvements 2.13.0 2.13.0

    xF2 Add-on
    • Fix searching by member without a keyword for a guest
    2.8.3 - Security update (recommend updating ASAP)

    Thanks @NamePros for sponsoring this update
    • Fix cached search results would be unexpectedly be viewable to anyone if they guessed the search result URL.
      • Affected versions; v2.8.1
      • These search URLs expire after a day
    • Fix search term on search result pages leaking information for non-viewable content
      • Affected version; v2.7.4, v2.7.5 and v2.8.1
      • Fix leaking thread title when using "In thread" search area, and rendering a bad phrase if the thread doesn't exist
      • Fix linking to non-active user profiles when searching by members
    • Workaround for an XF bug where the cached search results for a member search could be directly shared with a guest
      • Non-visible items on the result page where not rendered, but this does leak that there are hits in not viewable to guests areas.
    Thanks @NamePros for sponsoring this update
    • Fix "before" search result term would print an integer instead of a human readable yyyy-mm-dd formatted string
    • Change 'no results found' handling to display search terms on the relevent page
      • If using ElasticSearch Essentials, recommend updating to v3.13.0+ as this change may impact some options which display on no results found.
    • Fixes for search term on results page
      • Add missing "With X thread" search term
      • Fix "Users" search term could fail to render the list of usernames
      • Add the 'content type' search term
    • Remove usage of utf8_* function(s), and use native php multi-byte functions instead.
    • Fix HTML markup error in svPushViewOtherCheckIntoXFES option description
    • Fix bug where 'weight by content type' feature didn't work as expected in general search
    • Thanks to @NamePros for sponsoring this update.
    • Display various search term constraints on the search results form.
      For developers to implement support in 3rd party add-ons:
      • Each search constraint needs a svSearchConstraint. prefixed phrase.
        Arrays are mapped to phrases by adding a _ for each sub-array/key as such; c[warning][points][lower] => svSearchConstraint.warning_points_lower
      • Each search order needs a svSearchOrder. prefixed phrase.
      • Extend XF\Entity\Search::getSpecializedSearchConstraintPhrase(string $key, $value) to provide custom phrase handling (ie node names)
      • Extend XF\Entity\Search::formatConstraintValue(string $key, $value) to provide custom formatting.
      • Extend XF\Entity\Search::setupConstraintFields to populate $svDateConstraint/$svUserConstraint/$svIgnoreConstraint properties which control formatting
    • Use the debug option "List all unphrased search constraints" which will dump unmapped contraints to search results page.
    • Require php 7.2+
    • Add ability to push "can view threads/tickets by other" permission(s) into ElasticSearch query, reducing php-side culling of matching content.
      This improves searching forums/tickets where the user lacks these permissions.
      This is gated behind the option Push "View X by others" check into XFES', as it requires a full reindex. (Default disabled)
      For best results, use ElasticSearch Essentials add-on, as it simplifies this permission constraint compared to stock XenForo
    • Fix "array_fill_keys() expects parameter 1 to be array, null given" error when content weighting has not been configured
    A collection of improvements to XF's Enhanced Search and some for XenForo's default MySQL search.

    MySQL & Elastic Search features;
    • range_query search DSL
      • allows arbitrary range queries for numerical data
    • Allow users to select the default search order independent for the forum wide setting.
    Elastic Search Only features:
    • Per content type weighting
    • Adds Elastic Search information to the AdminCP home screen.
    • Adds a debug option to log the search DSL queries to error log for troubleshooting
    • Option to extend search syntax to permit;
      • + signifies AND operation
      • | signifies OR operation
      • - negates a single token
      • " wraps a number of tokens to signify a phrase for searching
      • * at the end of a term signifies a prefix query
      • ( and ) signify precedence
      • ~N after a word signifies edit distance (fuzziness)
      • ~N after a phrase signifies slop amount
      • In order to search for any of these special characters, they will need to be escaped with \.
    18,034Threads
    63,124Messages
    62,355Members
    CarlyLatest member
    Top