Recent content by dethfire

  1. dethfire

    s9e Media Sites

    Looks like @JoshyPHP you need to add referrerpolicy="strict-origin-when-cross-origin" to the iframe
  2. dethfire

    Recommended robots.txt for XF 2.3

    Why Disallow: /posts/ ? Don't those just redirect?
  3. dethfire

    s9e Media Sites

    Lately I've been getting "Error 153 Video player configuration error" for youtube
  4. dethfire

    XF 2.2 GSC only reads in the first 9 sitemap files...

    Here is what I'm doing that works RewriteRule ^sitemap-a\.xml$ https://www.physicsforums.com/sitemap-10.xml [NC,L,P] RewriteRule ^sitemap-b\.xml$ https://www.physicsforums.com/sitemap-11.xml [NC,L,P] RewriteRule ^sitemap-c\.xml$ https://www.physicsforums.com/sitemap-12.xml [NC,L,P]...
  5. dethfire

    XF 2.2 GSC only reads in the first 9 sitemap files...

    My solution was to create redirects in htaccess that I feed to Google that point to the actual files and it appears to work
  6. dethfire

    XFtoWP - XenForo to WordPress integration [Paid]

    Thread prefix still isn't working. I put in the prefix id, fill out the rest and hit create thread and it refreshes with "Please select a prefix." in yellow. I added the the code to functions.php. Happens before I publish and after.
  7. dethfire

    XF 2.3 Trending content

    We need more controls like disallow locked threads and from certain forums.
  8. dethfire

    XF 2.0 White Space ?

    Thanks! I'll look for something that is supported by Litespeed
  9. dethfire

    XF 2.0 White Space ?

    Just returning to this topic. I calculated the current source code size in bytes for a thread with 100 posts, which is approximately 1.7 MB. If I remove whitespace, the size reduces to around 900 KB. Makes quite a big difference.
  10. dethfire

    [Violation] 'setTimeout' handler took 87ms

    I get a chrome warning: core-compiled.js?_v=56078449:18 [Violation] 'setTimeout' handler took 87ms anyone else see something like this?
  11. dethfire

    XF 2.2 Widget display condition for number of replies

    $thread.reply_count < 2 doesn't seem to work either
  12. dethfire

    LiteSpeed Cache for XF2 - Community

    yes but apparently unsupported
  13. dethfire

    XFtoWP - XenForo to WordPress integration [Paid]

    Do you happen to have a work around for the required prefix issue? Thanks!
  14. dethfire

    XFtoWP - XenForo to WordPress integration [Paid]

    ah I'm looking for other way around. Login to XF means they auto login to Wordpress and don't need the Wordpress login screen.
  15. dethfire

    XFtoWP - XenForo to WordPress integration [Paid]

    yeah I check all the usergroups on the right side, so I gave all my writers admin lol
Back
Top Bottom