Jump to content

AL B

Clients
  • Posts

    39
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by AL B

  1. I'm getting few people reporting the same registration problem.

    1. I fill out and submit the DOB form
    2. I fill out and submit the registration form
    3. I see again the DOB form
    4. The login details I gave in the step 2 doesn't work

    Is this a known issue? (Latest version)

  2. Guys, have any of you managed to make dynamic forums posts based on a condition such as the Cloudflare Geo IP location? PHP can get the visitors country based on the Cloudflare header $_SERVER["HTTP_CF_IPCOUNTRY"].

    if($_SERVER["HTTP_CF_IPCOUNTRY"]=='GB') {
    
    show content for GB
    
    } else {
    
    show content for elsewhere
    }

    I suppose a work around is iframe based content.

×
×
  • Create New...