Hey Demon
1. I think most if not all our styles already center the username, if not it is a simple property change.
2. Not sure what you mean by this, the chosen style is shown in the footer if more than one is available to choose.
3. Again not sure what you mean here.
4. If you would like to make a suggestion you can post that on our site for consideration as it will get lost here but it seems like a good idea for the most part.
1. I was suggesting 2 style properties. I have seen people post "How do I center my username" more then once now. Yes, all you have to do is go to Appearance > Styles > Your_Style > Style Property Groups, but since it's really easy to center usernames, why not add it?
2. This is what I meant http://prntscr.com/6np0ni - I suggested this because it's easy to do and in the end, it's another feature. So why not?
3. This is what I meant: http://prntscr.com/6np25f and this is the code
Code:
<xen:if is="{$post.canLike}">
<a href="{xen:link posts/like, $post}" class="LikeLink item control {xen:if $post.like_date, unlike, like}" data-container="#likes-post-{$post.post_id}"><span></span><span class="LikeLabel">{xen:if $post.like_date, {xen:phrase unlike}, {xen:phrase like}}</span></a>
</xen:if>
<xen:if is="{$post.likes}">
<a href="{xen:link 'posts/likes', $post}" class="item control OverlayTrigger">{xen:phrase demon_viewlikes}: {xen:number $post.likes}</a>
</xen:if>
4. XenForo tooltips(See here) < < That link explains it all.