XenForo on 1.2

DRE, as with any release of a version (ie 1.2.0 B5 -> 1.2.0 RC1) it is bug fixes and stability improvements. Change logs are not released for unstable versions as they are stable versions.
 
Don't know if it was mentioned before. The avatars in threads are now embedded with img tags contrary to being embedded with CSS. This was accomplished by adding img="true" to xen:avatar.

Code:
<xen:avatar user="$user" size="m" img="true" />

The difference now is that Google can pick up the avatars and index them.
 
Top Bottom