MyBB-Themes - Designs and Themes for the MyBBoard

Full Version: Help with forum language and theme please!!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well, i'm building my own forum and i would like to know how to install a new theme and to change the language from english to spanish, or if one of you could do it for me.
url:Http://www.lost-systems.com.ar
or if you would like talk to me directly my e-mail is:magnatraker@hotmail.com. thanks...
Only use the language vars and install the Spanisch translation on you board, when the user selected Spanish (or the default is Spanish and the user didn't select an other one), he gets the board in Spanish.

For example, this is the default header template
Code:
    <a name="top" id="top"></a>
    <div id="container">
        <div id="header">
<a href="http://blog.online-urbanus.be/wp-content/uploads/2007/08/belgiumunitedwq2.jpg"><img src="http://blog.online-urbanus.be/wp-content/uploads/2007/08/belgiumunitedwq2.thumbnail.jpg" alt="" align="right" /></a>
            <div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" /></a></div>
<br /><!-- end: drapeau changes-->
            <div class="menu">
                <ul>
                    <li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/search.gif" alt="" />{$lang->toplinks_search}</a></li>
                    <li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/memberlist.gif" alt="" />{$lang->toplinks_memberlist}</a></li>
                    <li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/calendar.gif" alt="" />{$lang->toplinks_calendar}</a></li>
                    <li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/help.gif" alt="" />{$lang->toplinks_help}</a></li>
                    <li><a href="{$mybb->settings['bburl']}/downloads.php">Download Sectie</a></li>
                    <li><a href="{$mybb->settings['bburl']}/games.php">{$lang->gamesection}</a></li>
                </ul>
            </div>
            <hr class="hidden" />
            <div id="panel">
                {$welcomeblock}
            </div>
        </div>
        <hr class="hidden" />
        <br class="clear" />
        <!--IMPORTANT-->
        <div id="content">
            {$boardmsg}
            {$bannedwarning}
            {$bbclosedwarning}
            {$unreadreports}
            <navigation>
            <br class="clear" />
i've got the forum already, the problem is that it only has one default language an only one theme, how do i upload new ones? i don't know anything about language vars.

or if you could do it, i would give you the password and the direction.thanks...
Reference URL's