Unable to Link from Facebook Wall Post back to Website Comment Box ...
Comments are doing well until he turned SEFThis error occurs when returning the URL of the forum:
xxxxxxxx_metak/
index.php?fb_comment_id=fbc_1015016468444xxxxxxxxxx
It would be correct if the link looks like this:
xxxxxxxx_metak/
?fb_comment_id/fbc_1015016468444xxxxxxxxxx
PortaMx not safe return facebook link. Feline is very well known but not acknowledged.
If you set this code anywhere in the forum and is included PortaMxSEF, you will receive a link facebok:
facebook coomment:
<div id="fb-root"></div><script type="text/javascript" src="http://connect.facebook.net/hr_HR/all.js#xfbml=1"></script>
<fb:comments href="', $scripturl, '?topic=', $context['current_topic'], '" num_posts="2" width="500" /></fb:comments>Here is the error:
xxxxxxxx_metak/
index.php?fb_comment_id=fbc_1015016468444xxxxxxxxxx

It would be correct if the link looks like this:
xxxxxxxx_metak/
?fb_comment_id/fbc_1015016468444xxxxxxxxxx
Correct the error by changing this part of.
open ..../Sources/PortaMx/PortaMxSEF.php
find line 128
SERVER['REQUEST_URL'] = str_replace('/?', '/index.php?', $_SERVER['REQUEST_URL']);replace
$_SERVER['REQUEST_URL'] = str_replace('/?', '.php?', $_SERVER['REQUEST_URL']);Only now are operating normally facebook comments and links to the Facebook link back to the forum.
Only Feline does not recognize the error and all the others are wrong ..