Fixed XF 1.3 B2 Login Bar Class eAuth not set if facebook integration not present.

rainmotorsports

Well-known member
As the title says I noticed when I entered only Twitter and Google+ my login bar was messed up. I knew what CSS should be applied and it was there. It occured on both stock theme and custom with and without all plugins. As it turned out the missing class compared to Xenforo.com and other sites was eAuth in:
HTML:
<form action="login/login" method="post" class="xenForm eAuth" id="login" style="display: block;">

I had yet to add facebook since I don't have access to the account. I added fake info for facebook integration and sure enough the eAuth class gets added and everything appears as it should.

Testing Before:
bug1.webp
Testing Manually add:
bug2.webp

Testing custom theme after fake facebook integration added:
bug3.webp
 
Top Bottom