Any quick way to change banner nav text to images?
I noticed in the code the elements that draw the navigation text is somewhere other than the themes. Where is it?
I want to change {inbox_link} to an image rather than text.
I am creating a custom theme for Vanilla.
Thanks
            Tagged:
            
        
0          
             
         
            
Answers
i did it like this:
< a href="{link path="messages/inbox"}">Inbox
{if $User.CountUnreadConversations} < span>({$User.CountUnreadConversations}) </ span>{/if}
</ a>
maybe that helps you
Easy way is in default_master.php like so:
< h1>< a class="Title" href="<?php echo Url('/'); ?>">< span>< img src="http://yourdomain.com/my-forum/themes/mytheme/design/images/mylogo.png">< /span>< /a>< /h1>Oops strike that, for some reason the rest of your post didnt load for me.
There was an error rendering this rich post.