Recent content by dethfire

  1. 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]...
  2. 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
  3. 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.
  4. dethfire

    XF 2.3 Trending content

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

    XF 2.0 White Space ?

    Thanks! I'll look for something that is supported by Litespeed
  6. 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.
  7. 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?
  8. dethfire

    XF 2.2 Widget display condition for number of replies

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

    LiteSpeed Cache for XF2 - Community

    yes but apparently unsupported
  10. dethfire

    XFtoWP - XenForo to WordPress integration [Paid]

    Do you happen to have a work around for the required prefix issue? Thanks!
  11. 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.
  12. 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
  13. dethfire

    XFtoWP - XenForo to WordPress integration [Paid]

    So I'm connected but still get the WP login screen. Is that expected?
  14. dethfire

    XFtoWP - XenForo to WordPress integration [Paid]

    I wanted to import from those usergroups, not assign them
  15. dethfire

    XFtoWP - XenForo to WordPress integration [Paid]

    oh ****, I think I just added everyone to admin usergroup, that is super confusing
Back
Top Bottom