Demon

Customer
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>
I'm suggesting adding an alternative like style. I have provided the code, so as you can see it's not hard to do. (The above code I added to template modifications. (By the way, the code goes in the post template.)

4. XenForo tooltips(See here) < < That link explains it all.
 
1.) Is taken care of for the next release :), some things have been revisited for easier styling over all.

2.) You can do this by css, XenForo has it somewhat but hides it by default

Code:
.footer .choosers dt:first-child {
display: block;
float: left;
}

Then you'd need to adjust the phrase, or edit the footer template, depending on your setup you may need to add padding to the top/left/right as well.

3.) We can take a look into this one

4.) We'll see if we can, it's more than just that template in our framework because of our various setups.

Thanks for the suggestions :)
 
1.) Is taken care of for the next release :), some things have been revisited for easier styling over all.

2.) You can do this by css, XenForo has it somewhat but hides it by default

Code:
.footer .choosers dt:first-child {
display: block;
float: left;
}

Then you'd need to adjust the phrase, or edit the footer template, depending on your setup you may need to add padding to the top/left/right as well.

3.) We can take a look into this one

4.) We'll see if we can, it's more than just that template in our framework because of our various setups.

Thanks for the suggestions :)
Thank you for your feedback on my suggestions, Russ.
 

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