Quote:
Originally Posted by Armyqt
I had to diable this hack because it got rid of my Facebook Connect link. I would love to have this feature. Any ideas?
|
This mod uses the navbar_additions template instead of navbar for the login/ PM area, so instead of doing the manual template edits to navbar that the Facebook Connect mod needs, you should do those edits to the
navbar_additions template.
Instructions from Facebook Connect mod:
Find in navbar/ navbar_additions:
<!-- / login form -->
Insert After:
HTML Code:
<!-- fbconnect -->
<center>
<span class="fbconnect" style="height:21px">
<img src="http://static.ak.fbcdn.net/images/loaders/indicator_white_small.gif" alt="Connect with Facebook" />
</span>
</center>
<!-- / fbconnect -->