Thank you for mod. But when I try to link forum account and facebook account it fails.
I click login with facebook, auth with facebook, pop up closes and I am waiting. There appears another pop up (now with jquery on forum) and diseappears after about 5 seconds.
And I must note that installation to absolution style is a bit more complicated. There is conflict with jquery library, so you must delete this:
Code: Select all
<!--[if IE]><!-->
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/jquery.min.js"></script>
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/jquery-ui.min.js"></script>
<!--<![endif]-->
<!--[if !IE]><!-->
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.min.js"></script>
<!--<![endif]-->
from fb4phpbbjfunctions.html and insert this:
Code: Select all
<!--[if IE]><!-->
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/jquery-ui.min.js"></script>
<!--<![endif]-->
<!--[if !IE]><!-->
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.24/jquery-ui.min.js"></script>
<!--<![endif]-->
to overall_header.html after this line:
Code: Select all
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>
But still i am not able to login/or use facebook api. I think that problem is somewhere in the configuration in facebook side according to error. My language of facebook and forum is czech. All files copied and language entires inserted.