MyBB.support, le portail francophone de MyBB

Version complète : Comment réinitialiser un template ?
Vous consultez actuellement la version basse qualité d’un document. Voir la version complète avec le bon formatage.

Bonjour,

En modifiant le footer pour enlever les options de langages, j'ai remarqué que j'avais supprimé autre chose également (des liens je crois), donc je voudrais savoir comment réinitialiser le template ? J'utilise Apart Night.

Merci d'avance

Ou bien si quelqu'un a le même theme, peut-il me copier/coller le contenu ?

(Désolée pour le double post, mais on ne peut pas éditer le premier)
Il suffit d'ouvrir le fichier XML du thème dans un éditeur de texte.
Rechercher ensuite :
Code :
template name="footer"
Ensuite copier ce qui se trouve entre :
Code :
<![CDATA[
et
Code :
]]></template>
Ce qui donne pour Apat Night :
Code PHP :
<div id="debug"><debugstuff></div>
    </
div>
</
div>
<
div id="footer">
    <
div class="upper">
        <
div class="wrapper">
            {
$lang_select}
            <
ul class="menu bottom_links">
                <
li><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a></li>
                <
li><a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a></li>
                <
li><a href="#top">{$lang->bottomlinks_returntop}</a></li>
                <
li><a href="<archive_url>">{$lang->bottomlinks_litemode}</a></li>
                <
li><a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></li>
                <
li><a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help">{$lang->toplinks_help}</a></li>
            </
ul>
        </
div>
    </
div>
    <
div class="lower">
        <
div class="wrapper">
            <
span id="current_time">{$lang->welcome_current_time}</span>
            <
span id="copyright">
                <!-- 
MyBB is free software developed and maintained by a volunteer community
                    
It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact
                    
to show your support for MyBB.  If you choose to remove or modify the copyright below
                    
you may be refused support on the MyBB Community Forums.
                 
                    
This is free softwaresupport us and we'll support you. -->
                {$lang->powered_by} <a href="http://www.mybboard.net" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://www.mybboard.net" target="_blank">MyBB Group</a>.
                <!-- End powered by -->
            </span>
            <span id="theme">
                <!-- Apart is a series of twelve simple, beautiful themes released completely free of charge.
                    You love Apart - that'
s why you're using it - so why prevent others from finding Apart
                    by removing this short, simple created by statement? If you make changes to this theme,
                    feel free to modify the created by statement, as long as the originial credit remains
                    intact. Furthermore, if you remove or unjustly modify this simple statement, you will
                    be refused support for the theme.
    
                    Thanks for your consideration, and best of luck with your forum.
                    - Justin S., bellomandesign.com
                -->
                Theme created by <a href="http://bellomandesign.com/" target="_blank">Justin S.</a>
                <!-- End theme created by statement -->
            </span>
        </div>
    </div>
</div>
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}
</div> 
Merci beaucoup !
Il était aussi possible de cliquer sur options face au template et de choisir "revenir à l'original".
Par ailleurs, le panneau de configuration contient déjà une option pour masquer le sélecteur de langue dans le pied de page.
 Utilitaire de traduction fourni par Regentronique