Recent content by kramd

  1. K

    XF 2.2 Best mass email sender

    I was originally going to go with sendgrid but they banned my account the second I registered it, I sent them an email and eventually got in and set up a free account to test with next time i tried to access it their login page got stuck in a redirect loop. Figured that if they're having that...
  2. K

    [DigitalPoint] App for Cloudflare®

    Anyone have any issues with IPv6, seeing slow connections for certain UK providers over IPv6, had some users test switching to a VPN or turning off IPv6 on their router and they've reported instant improvements. Considering turning off IPv6 entirely but don't know how common IPv6 only is and...
  3. K

    XF 2.3 Any reason to keep import_log_vbulletin5_1 if I retained ids?

    Edited the importer a bit to update old links in posts as they were being imported so I don't have to use redirect scripts, just wanted to check if there was any other reason to keep it.
  4. K

    XF 1.4 Save Draft - Err: Blocked by client

    Aah, I'd never had spotted that. Cheers again.
  5. K

    XF 1.4 Save Draft - Err: Blocked by client

    That's seems to have solved the problem, why would the adblocker be interfering with it and is there any reason why it would prevent posting on just one thread? Cheers for your help.
  6. K

    XF 1.4 Save Draft - Err: Blocked by client

    Strange, it just seems to be one particular post, I'm getting this error: POST http://www.zombieskelper.com/index.php?threads/advertising-the-servers.538/add-reply net::ERR_BLOCKED_BY_CLIENT whenever it tries to post or save draft. I do have a small javascript function I added but it doesn't...
  7. K

    XF 1.4 Save Draft - Err: Blocked by client

    I've noticed that drafts don't appear to save anymore and I've getting these javascript errors when it attempts to make the call. Not sure when this started happening so don't know what might have changed. Anyone else experiencing the same or can throw some light onto what the issue might be...
  8. K

    [bd] Widget Framework

    Having an issue with the sidebar controls for dealing with reports is being removed by the clear widget set to all, from an earlier reply someone suggested adding this to the expression list !in_array($contentTemplate, array ('report_list','report_view') ) but I'm getting this error...
  9. K

    Steam Authentication & Integration

    Thanks, i'm an idiot. :oops:
  10. K

    Steam Authentication & Integration

    Hi, Sorry for this, I'm sure I'm doing something moronic, I'm getting a "The files associated with this add-on could not be found" error when trying to install this plugin. I've checked everything obvious that I can think off but don't seem to be getting any joy. Cleared out my uploads folder...
  11. K

    Game Servers [Deleted]

    I've updated but my Arma 3 servers wouldn't show correctly once I'd changed them to 'Armed Assault 3' servers, I've had to revert them to source servers but they work correctly now.
  12. K

    Is it possible to set selected new users to require clearance on their first posts

    I'll give that a shot, thanks for the advice.
  13. K

    Is it possible to set selected new users to require clearance on their first posts

    I've a relatively new forum and occasionally when a new user joins I'm suspicious of their username and email address. Some of them blow their cover right away, occasionally they turn out to be okay and a few never seem to post. Is there any functionality to mark someone as suspicious so that...
  14. K

    Game Servers [Deleted]

    It's likely to be ports being blocked, ask them to open up 27015. So far every issue I've had has been down to blocked ports. You can check with nmap to see if you can connect to external servers - for the command line version try this (for linux): sudo nmap -sU -PN <serverip> -p<port number>
Back
Top Bottom