Flat Awesome - PixelExit.com [Deleted]

At the top if the username is longer than a certain amount of characters, it looks like this; Userna....
If there any way to increase the amount of characters or just show the entire username?
 
At the top if the username is longer than a certain amount of characters, it looks like this; Userna....
If there any way to increase the amount of characters or just show the entire username?

XF has it by default, but this should overwrite it in extra.css:

Code:
.LoggedIn .navTabs .navTab.account .navLink .accountUsername
{
max-width: none;
}
 
@Russ you can't reproduce it on your test board?

I'll need to look into a proper fix, any reason you're doing it this way? Just my own opinion but it seems tacky setup like that. Can't post inside the cat itself(only in child nodes of it), and the stats on the home page will always show 0 messages and 0 discussions from what I can tell.
 
I'll need to look into a proper fix, any reason you're doing it this way? Just my own opinion but it seems tacky setup like that. Can't post inside the cat itself(only in child nodes of it), and the stats on the home page will always show 0 messages and 0 discussions from what I can tell.
I do it so to have a good overview over the categories. No it doesn't show 0 how you can see on the screenshot from my first post. I have the same setup with the XenFoogle theme on the live forum atm which works perfect. The only issue I have with Flat Awesome atm is that the icon is missing for sub categories.
 
I do it so to have a good overview over the categories. No it doesn't show 0 how you can see on the screenshot from my first post. I have the same setup with the XenFoogle theme on the live forum atm which works perfect. The only issue I have with Flat Awesome atm is that the icon is missing for sub categories.

Try opening:

node_category_level_2

Find this line:

Code:
<span class="nodeIcon" title="{xen:if $category.hasNew, '{xen:phrase unread_messages}', ''}"></span>

Insert @fa_nodeicon as below:

Code:
<span class="nodeIcon" title="{xen:if $category.hasNew, '{xen:phrase unread_messages}', ''}">@fa_nodeicon</span>
 
Try opening:

node_category_level_2

Find this line:

Code:
<span class="nodeIcon" title="{xen:if $category.hasNew, '{xen:phrase unread_messages}', ''}"></span>

Insert @fa_nodeicon as below:

Code:
<span class="nodeIcon" title="{xen:if $category.hasNew, '{xen:phrase unread_messages}', ''}">@fa_nodeicon</span>
Works thanks (y)
 
I don't think you've uploaded the folder at all,

OR, you renamed the folder.

http://eliteraid.com/styles/flatawesome/xenforo/logo.png

Should load, along with the other avatars but nothing is. Make sure you've uploaded in the correct area.
Well at least I think I uploaded it right.

065d3e60fe7ee436470b3329806c2926.png
 
Well looking at the first screenshot, it doesn't look like any of the actual files were uploaded, just the folders
that is one whole screenshot of my FileZilla the top little half is just a view of all the folders. Then the bottom half is the look of what is inside of the flatawesome/xenforo folder.
 
I love this theme, possibly one of the most professional looking themes on XenForo.

I have just one question/issue, how do I get rid of these / add more / change links?
045329.png


Thanks :)
 
Back
Top Bottom