It appears that the redirect back to the originating page is not working and I have no idea why. I have tried the following:

with and w/o clean urls
with and w/o url alias
reinstalling
dev version

None appear to work. here is the originating page: http://www.supre.com/entryrules
Now it should redirect right back to that page (node/147) after successful link and account creation, but its not

Comments

Dmullenix’s picture

Priority: Major » Critical
Dmullenix’s picture

Status: Active » Fixed

Ok, figured it out using the rules module. If anyone id having the same issue do the following:

1. Install the rules module http://drupal.org/project/rules
2. Add a new "trigger rule"
a. Call it whatever you want, I used "Facebook connect redirect"
b. under "event" choose "User has connected new facebook account" under the section "fbconnect"
c. Click "save changes"
d. On the next page (rule elements) under "ON event User has connected his Facebook Account" click "add action" and select "page redirect from the drop down list under "system"
e. On the page redirect settings in the box "to" add the node you want to redirect to. eg. "node/101"
f. check the box labeled "Force redirecting to the given path, even if a destination parameter is given"
g. click save

Now your users who login through fbconnect will be redirected to the node of your choice!

rcaracaus’s picture

Is this working for you in IE? it doesn't for me...

marcoka’s picture

Status: Fixed » Needs review

this should be somehow solved in the module, i do not think that is a real fix.