XenForo 1.5.7

kaieivindm

Well-Known Member
Any incompability with 1.5.7?
Not many templates has been changed.

The following templates have had changes:
  • error_with_login
  • helper_login_form
  • login
  • message.css
Safe to update?

 
helper_login_form is outdated, I've already patched it, just running through some testing and double checking the bugs.

Easy change in that template:

Code:
tabindex="1" /></dd>

to:

Code:
tabindex="1" {xen:if "{$focusLogin} AND !{$defaultLogin}", 'autofocus="autofocus"'} /></dd>

And...

Code:
tabindex="2" />

to:

Code:
tabindex="2" {xen:if "{$focusLogin} AND {$defaultLogin}", 'autofocus="autofocus"'} />
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back