TheCripZone SMF Themes Site

All Things Public => Theme Support => Topic started by: Schakal on Apr 17, 11, 10:03:17 AM

Title: Little design error in Actualism
Post by: Schakal on Apr 17, 11, 10:03:17 AM
Hey everybody,
i had installed your design "Actualism" on smf 1.1.13.
Everything is fine but one little design error we found. look at the picture. i have marked the position.

P.S. sorry for my bad english.

[attachment deleted by admin]
Title: Re: Little design error in Actualism
Post by: Crip on Apr 17, 11, 10:38:18 AM
You only need to add the <span >  < / span> tags to that menu-item.
Title: Re: Little design error in Actualism
Post by: Schakal on Apr 17, 11, 11:09:29 AM
I've found follow lines (index.template.php):

if ($context['user']['is_logged'] && $context['allow_pm'])
echo '<li', $current_action == 'pm' ? ' class="current"' : '', '><a href="', $scripturl, '?action=pm"><span>' , $txt['pm_short'] , ' ', $context['user']['unread_messages'] > 0 ? '[<blink> '. $context['user']['unread_messages'] . ' </blink>]' : '' , '</span></a></li>';

but there already stand this code.  :(
if i cut the text from "Meine Nachrichten" to "Nachrichten" the problem don't exist. but i don't want do this.
Title: Re: Little design error in Actualism
Post by: Crip on Apr 17, 11, 12:09:55 PM
Those tabs are only so long bro' , keep it short Text.
Title: Re: Little design error in Actualism
Post by: Schakal on Apr 17, 11, 12:16:29 PM
it's the translationfile from smf.
Okay, thank you for the quick support.