Howard Ha
  • Blog
  • About
  • Business Opportunities
  • Contact

IPB Facebook Connect [#1090091] Error and Solution

2/10/2012

2 Comments

 

When trying to set up Facebook Connect for our Android Forum site, we got a nasty error after people completed authorising the site:

[#1090091] An error occurred while trying to authorize this Facebook connection

There are plenty of people who write about this problem if you Google for it, but not many solutions.  Luckily IPB support is superb and solved our problem for us.  So if you are getting the "[#1090091] An error occurred while trying to authorize this Facebook connection", go to your Facebook App Advanced settings, and under Migrations disable everything except for Remove Deprecated APIs.

If that doesn't work try IPB Support, they are really on the ball.
2 Comments

Showing Code only to Guests in IPB 3 Templates

7/19/2010

1 Comment

 
In Invision Power Board 2 you could hide text in their templates by preventing it from showing to logged in users.  The code looked like this:

<if="$this->ipsclass->member['id'] == 0">
Hello, guest
</if>


In IPB3 templates this didn't work at all.  Instead, to limit your code to show only to guests and not to registered users use the following:

<if test="$this->memberData['member_id'] == 0">
Hello, guest
</if>
1 Comment

    About Me

    I'm a web entrepreneur based out of Vancouver, BC, Canada.

    I have a passion for technology, web scalability, gaming, life, reading, and many other things.

    I believe in good, trust, enjoying the little things, and the pursuit of perfection.

    Archives

    February 2012
    December 2010
    October 2010
    September 2010
    August 2010
    July 2010
    June 2010

    Categories

    All
    Admanager
    Captcha
    Doubleclick
    Facebook
    Google
    Ipb
    Musings
    Mysql
    Openx
    Real Estate
    Rss
    Social Networks
    Star Wars
    Talkandroid
    Twitter
    Twitterfeed
    Videos
    Wordpress



    Follow Me:
    • Facebook
    • Twitter
    • darkcobalt (Neoseeker related tweets)
    • RSS Feeds


    My Sites:
    • Neoseeker
    • OverclockersClub
    • StrategyWiki.org
    • TalkAndroid
    • AndroidForum.com
    • USAudioMart
    • GameGrep


    Other pages:
    • LinkedIn
    • My Flickr Pics
    www.flickr.com
    howardhaGo to howardha's photostream
Powered by Create your own unique website with customizable templates.