• Maintenance Notice ! 🚧

    We are currently making some updates to improve our services. During this time, there may be temporary outages or disruptions.

    We appreciate your patience and understanding.


    All current Registered Users must Reset the Password !

Search results

  1. DGT Girl

    HowTo remove Copyright from XenForo 2

    Three Ways avaible to remove Copyright from XenForo 2. 1. AdminCP / Appearance / Templates / extraless Add : .p-footer-copyright { display: none; } 2. AdminCP / Appearance / Templates / PAGE_CONTAINER search for : <xf:if contentcheck="true"> <div...
  2. DGT Girl

    [DohTheme] Fore - 2.3.6a

    Minor layout enhancements.
  3. DGT Girl

    [DigitalPoint] App for Cloudflare® - Ability to preload resources

    Updated charting library (Chart.js) to 4.5.0 Make use of XF\Util\Ip::stringToBinary & XF\Util\Ip::binaryToString if using XenForo >= 2.3 Firewall option to force registration challenge removed (no longer needed now that Turnstile is supported) Removed option to force contact and registration...
  4. DGT Girl

    [DigitalPoint] App for Cloudflare® - Fixes issue with class extension execution order

    Fixes an issue where if you have other addons that extend the XF\Templater class, with an execution order higher than 1000, and you are trying to view IP addresses that were logged without an associated geo-location record for that IP.
  5. DGT Girl

    [DigitalPoint] App for Cloudflare® - Minor update

    Removed use of is_callable() (PHP 8.2+ compatibility change) Added Cloudflare setting: Security -> Bots -> AI Labyrinth
  6. DGT Girl

    [DigitalPoint] App for Cloudflare® - Couple fixes

    Fixed issue with geo-location of user IPs in admin area on latest versions of PHP Fixed issue with geo-location when users are viewing their own IP addresses (when using )
  7. DGT Girl

    [DigitalPoint] App for Cloudflare® - Minor (mostly) compatibility update

    Get user IP from request class rather than PHP global variable Geo-location flags work for article authors Don't log geo-location info for sessions if using XenForo < 2.2.8 (required method wasn't introduced until XF 2.2.8) Internally simplified how geo-location flag CSS is generated
  8. DGT Girl

    [DigitalPoint] App for Cloudflare® - Fix for sites using MEMORY table for xf_session_activity

    Yuck... sorry. This fixes it.
  9. DGT Girl

    [DigitalPoint] App for Cloudflare® - Adds R2 streaming & geo-location functionality

    First of all, this is a big(ish) update... Large R2 attachments should see the download start much faster for end users (rather than downloading it fully on the server before sending it to user, it's done with streams now). Honestly not sure why I didn't do it that way to begin with, but thanks...
  10. DGT Girl

    [DigitalPoint] App for Cloudflare® - Added new Cloudflare settings

    Added new Cloudflare setting (under Speed): Speed Brain Easy Config enables Speed Brain Added support for setting SSL/TLS Encryption Mode to Strict (SSL-only origin pull) (for Enterprise zones) Added new Cloudflare setting (under SSL/TLS): Encrypted Client Hello Added new Cloudflare setting...
  11. DGT Girl

    [DigitalPoint] App for Cloudflare® - Minor/API update

    Fixed issue with deleting a Page Cache rule (change to Cloudflare API) Fixed issue with changing Cloudflare settings on XenForo 2.3 (was being done with form submission instead of the intended AJAX request) Ignore full stat rebuilds (too many API calls [11 per day], it will be impossibly slow...
  12. DGT Girl

    [DigitalPoint] App for Cloudflare® - Minor update

    Removed workaround to allow non-Duotone icons in admin navigation for XenForo 2.3 () Added new Cloudflare setting (under Security): Replace insecure JavaScript libraries Changed verbiage to be worded better when setting up API token initially
  13. DGT Girl

    [DigitalPoint] App for Cloudflare® - Ability to block AI crawlers/scrapers

    Removed Brotli compression setting (it's now always on in Cloudflare) Removed Minify settings (they have been deprecated and will be removed from Cloudflare soon) Removed Server-side Exclude setting (it has been deprecated and will be removed from Cloudflare soon) Added option to create Firewall...
  14. DGT Girl

    [DigitalPoint] App for Cloudflare® - Mostly more 2.3 compatibility changes

    Prevent autocompletion of authentication token (saw a situation where it could be overwritten with an admin's saved password for the site) XenForo 2.3 compatibility: Fix for template issue when managing country blocking due to Fix various icons that didn't work in 2.3 Added support for CLI...
  15. DGT Girl

    [DigitalPoint] App for Cloudflare® 1.9.4

    Features Everything is available from within XenForo (you do not need to go to Cloudflare for things) via the Cloudflare API. This allows you give admins permission to do certain things (for example block IP addresses within Cloudflare without giving them access to your Cloudflare account). It...
  16. DGT Girl

    [Xon] Search Improvements - 2.17.1 - Bugfix update

    Fix when logging debugging for some search queries would throw unexpectedly
  17. DGT Girl

    [Xon] Search Improvements - 2.17.0 - Feature & bugfix update

    Enhanced specialized search with additional debug capabilities Update specialized search to support SearchOrder type Fix XF2.1 when using specialized search functionality (aka fix tag/user autocomplete with XF2.1)
  18. DGT Girl

    [Xon] Search Improvements - 2.16.2 - Maintenance update

    Improve 3rd party support for specialized search index support
  19. DGT Girl

    [Xon] Search Improvements - 2.16.1 - Maintenance update

    Add additional hookpoints for customizing "specialized search indexer" functionality On search results page, when searching a conversation(XF2.2)/direct message(XF2.3) display "with conversation/direct message"
  20. DGT Girl

    [Xon] Search Improvements - 2.16.0 - Compatibility update

    Search extensions API changes for better XF compatibility, required for Conversation Improvements/Essentials XF2.3 compatibility fix for custom "SearchOrder" class Simplify asSqlConstraint code (expected to always return an array) AbstractConstraint::setMatchType needs to normalize to an int...
Back
Top